[ES6] Implement ES6 Modules
https://bugs.webkit.org/show_bug.cgi?id=147340
Summary [ES6] Implement ES6 Modules
Yusuke Suzuki
Reported 2015-07-27 16:36:00 PDT
Meta bug for ES6 modules.
Attachments
Patch (169.11 KB, patch)
2015-08-26 21:34 PDT, Yusuke Suzuki
no flags
Patch (175.73 KB, patch)
2015-08-27 00:00 PDT, Yusuke Suzuki
no flags
Patch (152.04 KB, patch)
2015-08-28 01:35 PDT, Yusuke Suzuki
no flags
Patch (153.35 KB, patch)
2015-08-28 01:50 PDT, Yusuke Suzuki
no flags
Patch (193.81 KB, patch)
2015-08-28 23:16 PDT, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2015-08-20 22:43:56 PDT
Let's keep the Loader implementation JS. It makes catching up the draft change easy. And we can extract / propose the spec from the actual working prototype relatively easy :)
Yusuke Suzuki
Comment 2 2015-08-20 22:44:27 PDT
Roadmap seems to be added to the draft repository. https://github.com/whatwg/loader/blob/master/roadmap.md
Yusuke Suzuki
Comment 3 2015-08-26 21:34:42 PDT
Created attachment 260029 [details] Patch WIP: the big picture of the final implementation. now breaking this into several patches
Yusuke Suzuki
Comment 4 2015-08-27 00:00:11 PDT
Created attachment 260044 [details] Patch WIP: drop C++ recursions
Yusuke Suzuki
Comment 5 2015-08-28 01:35:24 PDT
Created attachment 260137 [details] Patch WIP: rebase the patch based on the landed part
Yusuke Suzuki
Comment 6 2015-08-28 01:50:10 PDT
Created attachment 260139 [details] Patch WIP: rebase the patch based on the landed part, part 2
Yusuke Suzuki
Comment 7 2015-08-28 01:55:56 PDT
Comment on attachment 260139 [details] Patch Still have a problem in Export/Import module processing (order, and resolveExport part), I'll fix this part while extracting ModuleProgramExecutable from this patch.
Yusuke Suzuki
Comment 8 2015-08-28 23:16:30 PDT
Created attachment 260220 [details] Patch WIP: adding bunch of tests
Yusuke Suzuki
Comment 9 2015-09-05 01:46:22 PDT
OK, now, ES6 Modules in JSC shell is landed! It's time to integrate it to WebCore! (first, we'll enable it only inside WebKit, not expose it to user space, because the loader spec is not mature yet.)
Ryosuke Niwa
Comment 10 2015-09-16 14:03:43 PDT
Note You need to log in before you can comment on or make changes to this bug.