Bug 164858

Summary: [JSC] Specifying same module entry point multiple times cause TypeError
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, rniwa, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 147340    
Attachments:
Description Flags
Patch saam: review+

Yusuke Suzuki
Reported 2016-11-17 01:03:51 PST
If you request the same module entry point to evaluate multiple times, JSC raises Type error. Now, the current loader API spec becomes abandoned. We can just modify our loader to fit to the whatwg's HTML's ES6 modules.
Attachments
Patch (6.02 KB, patch)
2016-11-30 00:51 PST, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2016-11-30 00:51:33 PST
Saam Barati
Comment 2 2016-11-30 19:33:16 PST
Comment on attachment 295707 [details] Patch r=me
Yusuke Suzuki
Comment 3 2016-11-30 19:56:36 PST
Note You need to log in before you can comment on or make changes to this bug.