Summary
- fix: use
protected
instead of private (#
) members- This ensures
WeakMap
andWeakSet
are not used when using the CLI to build contracts - This is related to https://esbuild.github.io/content-types/#private-member-performance
- This ensures
protected
instead of private (#
) members
WeakMap
and WeakSet
are not used when using the CLI to build contracts