📎 Add support for the defer attribute in import statements #4215
Labels
A-Parser
Area: parser
good first issue
Good for newcomers
L-JavaScript
Language: JavaScript and super languages
Description
The TC39 "Deferred Import Evaluation" proposal allows deferring the execution of imported modules until their properties are accessed. This optimizes performance by loading modules without executing them immediately. The syntax is:
https://github.com/tc39/proposal-defer-import-eval/?tab=readme-ov-file
The text was updated successfully, but these errors were encountered: