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

This feature maps package names to root paths for resolving modules. Nothing about this functionality is specific to Browsers. Developers want to be able to write source code that uses...

question

Currently the sites packages examples seem to map into folders, but don't specify the exact JS file to use: ``` javascript site({ "jquery": "https://cdn.example.com/jquery/v/2.1.1" }); ``` Does this mean that...

enhancement

A loader hook might want to do something expensive with a module the first time it's seen and cache the result. (The specific caching approach doesn't matter; it's just something...

enhancement

Led here from: https://esdiscuss.org/topic/importing-json-files Looking through the issues and discussion, unable to find a clear answer. There is a ticket discussing [Import non-JS code from the import declaration](https://github.com/whatwg/loader/issues/87). Considering the...

question

How would this spec plan to implement 301's and symlinks? Ideally we should ensure that there is alignment with the way the HTML module tag is implementing this based on...

question

Forking from https://github.com/whatwg/html/pull/443#issuecomment-169161637 and the next two comments > Can you say more? Why? `src` has an established meaning for web developers, having to do with URLs, not module specifiers....

notes: - during the loading process, we might have clusters of dependencies that are ready to be executed. - order is important for deterministic reasons. - running in multiple turns...

question

Hi, How does the loader interaction with TopLevelModuleEvaluationJob[1] work? This calls ParseModule on the module source text and then ModuleDeclarationInstantiation on the resulting module, which will in turn call HostResolveImportedModule...

bug