On Sunday, 25 September 2016 07:32:32 UTC+1, David Teller wrote: > What's the current status of the implementation of ES6 modules?
ES6 modules are supported for chrome code, but not yet for content (pending spec related discussions that are not relevant for chrome). It would be great if we could moving to using standard ES6 modules internally! If anyone is interested on working on converting the codebase then I can help with this. Can you explain the requirement for synchronous loading? With ES6 modules all imports are determined statically and are loaded before the script is executed, and the spec does not currently provide an API to load a module, synchronously or otherwise. Jon _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform