Skip to content

issues Search Results · repo:WICG/import-maps language:JavaScript

Filter by

200 results
 (59 ms)

200 results

inWICG/import-maps (press backspace or delete to remove)

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
  • 2
  • 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
  • 1
  • 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
  • 3
  • 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
  • 2
  • 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

I know this goes against the concept of modules, but it feels like something necessary to help people migrate. script type= importmap { imports : { jquery : env:$ , three : env:THREE ...
  • trusktr
  • 1
  • Opened 
    on Jan 1, 2023
  • #288

The specification says: Note that the right-hand side of the mapping (known as the address ) must start with /, ../, or ./, or be parseable as an absolute URL, to identify a URL. It does not mention any ...
  • marcushultman
  • 3
  • Opened 
    on Sep 30, 2022
  • #287

Background - There is Subresource Integrity for old days javascript. - deno support import map, and invent own lock file. - node not yet support import map. Feat Now, there is ESM. I think there ...
  • loynoir
  • 2
  • Opened 
    on Sep 30, 2022
  • #286

This seems confusing, so I m going to explain this as follows: I have a directory tree: - src + main.js + log.js + index.html I reported the import map as follows: { imports : { src/main.js ...
  • tachibana-shin
  • 3
  • Opened 
    on Aug 6, 2022
  • #285
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.