You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In actual development, import is gradually replacing require. However, if you want to use dynamic loading with import, it forces the module to adopt asynchronous programming, resulting in a lot of async/await in the code.
What is the current progress of this proposal?
The text was updated successfully, but these errors were encountered:
This proposal is currently at Stage 1 in the TC39 process. Current design questions include whether to provide restrictions on what can be synchronously imported to avoid Node.js / browser divergence, and whether to consider other types of functions or syntax. Once those questions are resolved, it will be taken back to committee for Stage 2 discussion.
In actual development, import is gradually replacing require. However, if you want to use dynamic loading with import, it forces the module to adopt asynchronous programming, resulting in a lot of async/await in the code.
What is the current progress of this proposal?
The text was updated successfully, but these errors were encountered: