Are ES6 modules in browsers going to get loaded level-by-level?
Jonathan Bond-Caron
jbondc at gdesolutions.com
Fri Apr 24 19:56:08 UTC 2015
On Fri Apr 24 01:35 AM, James Burke wrote:
>
> If not natively supported in ES, it would be great to get a pointer to
> the officially blessed transform of an ES module body to something
> that can be bundled. Something that preserves the behaviors of the
> mutable slots, and allows using the module meta.
>
Started using:
export in "name";
export with {bundle: "name"}; // with {metadata object}
disclaimer: Not officially blessed by spiritum consensum
More information about the es-discuss
mailing list