Files
blockly/packages
Christopher Allen 52bc27a3f3 refactor(build): Use a separate property for each chunk's exports
The existing code results in each chunk overwriting the same
well-known property ($.__chunkExports__).  Since these properties
are only expected to be read once, in the same chunk's wrapper's
factory function, this isn't strictly wrong - but it made
understanding the minified bundles produced by PR #9912 a bit
confusing.
2026-06-08 16:05:21 +01:00
..
2026-05-18 13:18:12 -07:00