Bug 286272
| Summary: | [JSC] Add core semantics of import defer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Asumu Takikawa <asumu> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 282882 | ||
Asumu Takikawa
This bug is for implementing the core semantics of deferred module import loading. In particular, it's for adding the semantics of `import defer` and deferred module namespaces, but not the dynamic call version `import.defer()`.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/143711083>
Asumu Takikawa
Pull request: https://github.com/WebKit/WebKit/pull/40453