loader icon indicating copy to clipboard operation
loader copied to clipboard

Loader Standard

Results 35 loader issues
Sort by recently updated
recently updated
newest added

See https://github.com/WebAssembly/design/issues/256 where @trevnorris outlines his issues. I think it would be useful to discuss them in this repo. I am pretty sure they are not quite accurate (for example...

We use node __dirname in Traceur and I'd like to substitute something that would work under EcmaScript modules. In node, module source code is wrapped in a function: ``` '(function...

enhancement

I noticed when playing with https://foolip.github.io/day-to-day/ that Loader hasn't had any activity in the last 8 weeks, and in fact there is no directory in web-platform-tests. I'm wondering if I...

**Disclaimer: the following is a compilation of many thoughts and discussions about the future of the loader spec, it is not an actual plan, just food for thoughts.** ## Rationale...

enhancement
question

For libraries with large collections of functions it can be nice to import them in a single declaration e.g. ```js import { map, filter } from "./some-itertools.mjs" // vs individual...

I'd like to put this idea forward to get some opinions about it. I work in the ad-serving industry, where I manage scripts that deliver ads to pages (as cross-origin...

I'm basically looking for a "retrieve X if present" without initiating a load. In order to lookup a module from the registry, the "key" must be obtained, the "key" is...

question

In the old spec this was useful as a way to share information about a module between loader hooks (SystemJS for example had a `load.metadata` object). You can maintain your...

Has a synchronous execution hook for modules been considered? I remember some discussion around this but couldn't find an open issue on it. Instantiate is separate to linking, so perhaps...

question