Bug 282882
| Summary: | [JSC] Implement deferred module imports proposal | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | JavaScriptCore | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140047762>