We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f8f79 commit 1082728Copy full SHA for 1082728
ChangeLog.md
@@ -20,6 +20,10 @@ See docs/process.md for more on how version tagging works.
20
21
3.1.57 (in development)
22
-----------------------
23
+- In `MODULARIZE` mode we no longer export the module ready promise as `ready`.
24
+ This was previously exposed on the Module for historical reasons even though
25
+ in `MODULARIZE` mode the only way to get access to the module is to wait on the
26
+ promise returned from the factory function. (#21564)
27
- JS library code is now executed in its own context/scope, which limits how
28
much of the compiler internals are accessible. If there are build time JS
29
symbols that you are depending on, but that were not added to this scope,
0 commit comments