The new ES6 module specification defines a module system in JavaScript using import and export syntax, along with a module loader factory (new Loader). A separate browser specification defines the ...