NEW282882
[JSC] Implement deferred module imports proposal
https://bugs.webkit.org/show_bug.cgi?id=282882
Summary [JSC] Implement deferred module imports proposal
Asumu Takikawa
Reported 2024-11-09 13:16:54 PST
The deferred module imports proposal (https://github.com/tc39/proposal-defer-import-eval/) is currently at stage 2.7 (testing and prototyping) and is getting close to reaching stage 3. The proposal enables applications to defer evaluation overhead on infrequently used modules (e.g., debug support). I've fully implemented the proposal in JSC in some draft patches, which I will be attaching to this bug later.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-16 15:19:15 PST
Note You need to log in before you can comment on or make changes to this bug.