Bug 282882

Summary: [JSC] Implement deferred module imports proposal
Product: WebKit Reporter: Asumu Takikawa <asumu>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: mark.lam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 286272, 288221, 283133    
Bug Blocks:    

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.