js-loaders icon indicating copy to clipboard operation
js-loaders copied to clipboard

Pseudoimplementation of the proposed ES6 module loaders.

Results 36 js-loaders issues
Sort by recently updated
recently updated
newest added

The `address` result of the resolve hook, as well as the `address` result of the fetch hook, is polymorphic in the core system. Decide on a format in the browser.

browser-only

eval(), evalAsync(), and load() all accept an `options.address` option; consider also allowing `options.lineNumber`. `Error().lineNumber` is not standard. This or something like it will be necessary to support what browsers already...

P2
resolved

Should it be `"@js/foo"` `"@web/foo"`, or just `"js/foo"` `"web/foo"`?

P3
browser-only

Her'es what I've currently got: ``` The syntax for a module name in the browser is: module_name = segments | dot slash segments | (dot dot slash)+ segments segments =...

P2
browser-only

Is the browser's System loader an instance of a Loader subclass? Is `new Loader().resolve === System.resolve` in the browser? Is `System.resolve` an own property of `System`? And so on.

P3
browser-only