issues Search Results · repo:WICG/import-maps language:HTML
Filter by
204 results
(104 ms)204 results
inWICG/import-maps (press backspace or delete to remove)To allow hashes to be added to importmaps for security to ensure scripts on CDN have not been tampered with by allowing
the hash to be added after the URL being seperated by a space
{
imports : {
...
trymeouteh
- 2
- Opened on Jan 25
- #302
Hey there,
I ve been using import map succesfully for the past few months
Now I need to allow users to run my app offline by Save Page As on any browser Chrome, Safari etc.
The problem is that js files ...
sbounmy
- 1
- Opened on Dec 20, 2024
- #300
The ECMAScript import attributes proposal will allow JS to import MIME types other than JS files. There are also several
other proposals (for example, compartments, parser augmentation, etc.) that try ...
shaedrich
- 2
- Opened on Nov 25, 2024
- #299
Hi,
It s clear that the purpose of import-maps is to enable loading complete ESM modules in a browser context.
My question is whether there is anything in import-maps that facilitates substituting or ...
andyredhead
- 3
- Opened on Nov 17, 2023
- #296
It would be useful to be able to do this:
const importmap = {
imports: {
some-lib : https://example.com/some-lib ,
other-lib : https://example.com/other-lib ,
// ...
},
}
const {foo} ...
trusktr
- 1
- Opened on Nov 14, 2023
- #295
The biggest hassle I have so far with managing import maps by hand is that, depending on the install method, modules can
be nested, or not.
The issue:
Sometimes I bootstrap a bunch of packages with Lerna. ...
trusktr
- 2
- Opened on Oct 1, 2023
- #293
It can be annoying when using vanilla modules, and some library ships their code with extensionless specifiers.
Some ways to solve the issue:
- ask them to update their code (could take time)
- fork ...
trusktr
- 4
- Opened on Aug 28, 2023
- #292
For example, this
script type= importmap
{
imports : {
mods/ : ../../../node_modules/ ,
@amazon-sumerian-hosts/core : mods/@amazon-sumerian-hosts/core/src/core/index.js ...
trusktr
- 3
- Opened on Aug 28, 2023
- #291
My wish is for no build step to be required to make it possible to use node_modules without build tools.
Because NPM and package.json is so common, and because if you are someone in need of import-maps, ...
grainstackdev
- 7
- Opened on Feb 21, 2023
- #290

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.