Juriy Zaytsev
Juriy Zaytsev
V8 folks are already working on modules — https://code.google.com/p/v8/issues/detail?id=1569#c7 — so we'll have at least few implementations to test soon (Traceur, 6to5, V8)
This is what they already have — https://chromium.googlesource.com/v8/v8/+/f7dc15febeea78b22de1f57c397a3221a43d9213/test/mjsunit/harmony/module-linking.js Only I'm not sure what that `module R { ... }` syntax is about. I don't see anything like this in latest...
I noticed V8 folks actively working on it lately so it looks like we'll be having browser implementations pretty soon. So far it's only compilers, as far as I know...
I think System was removed at some point (possibly with intention to move it to loader API but last time I checked it wasn't there — please correct me if...
I think manual entry would make sense at this point. Can someone make a PR? @ljharb @webbedspace @zloirock no objections?
What about non-standard table?
Good idea. The way we made it possible for now is by expanding all the sections (click on an arrow next to top "Feature name" cell) and then using regular...
Yep, although I've been meaning to add some of the browser-specific stuff as well coz I think it's super useful. Perhaps in non-standard table or someplace else? Some of the...
@heycam anything else we can add?
Fixed this a while back — https://github.com/kangax/emile/commit/bec75a4e684fd701efe1e91069900814a4b55062 Pull if you want. There's also a couple more somewhat related commits after that one.