RESOLVED FIXED 164858
[JSC] Specifying same module entry point multiple times cause TypeError
https://bugs.webkit.org/show_bug.cgi?id=164858
Summary [JSC] Specifying same module entry point multiple times cause TypeError
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.