GitShow/denoland/import_map
denoland

import_map

An implementation of WICG Import Maps specification

by denoland
importmaps
Star on GitHubFork

Rust

34 stars14 forks12 contributorsQuiet · 5mo agoSince 2021MIT

Meet the team

See all 12 on GitHub →
dsherret
dsherret27 contributions
bartlomieju
bartlomieju20 contributions
denobot
denobot15 contributions
kitsonk
kitsonk7 contributions
crowlKats
crowlKats4 contributions
nayeemrmn
nayeemrmn3 contributions
andreubotella
andreubotella1 contribution
arunsathiya
arunsathiya1 contribution

Recent PRs & issues

Quiet · 1 in progress · Last activity 5mo ago
See all on GitHub →
CertainLach
Import map mergingOpenPR

My implementation of multiple import maps in deno (https://github.com/denoland/deno/pull/30754) iterates over import maps to find matches. It is, however, unable to detect if has returned an entry, that should be tried from next import map. This change allows to only return remapped paths. This PR also implements import map merging as described by spec: https://html.spec.whatwg.org/multipage/webappapis.html#merge-existing-and-new-import-maps I can split those changes if that would be better for review purposes Ref: https://github.com/denoland/deno/pull/30754#issuecomment-3305359983

CertainLach · 9mo ago
NicolaiSchmid
Import Maps don't support package address targets with query parametersOpenIssue

Reproduce: Deno v1.23.3 import_map.json: Deno then reports back with: Package address targets must end with "/". I couldn't find a current code snippet, but for version 1.9.1 I found this check, which doesn't account for esm.sh alias feature, because it just checks the last character of the value string. If you have any further questions, please let me know

NicolaiSchmid · 1y ago

Recent fixes

View closed PRs →
dsherret
feat(BREAKING): remove `specifier` module and upgrade to latest wasm-bindgenMergedPR

These functions are now available in instead.

dsherret · 5mo ago
nayeemrmn
feat: new error message for unmapped depsMergedPR

nayeemrmn · 9mo ago
nayeemrmn
feat(ext): import_map_list_resolve()MergedPR

I want to try using this for parts of workspace resolution in the LSP.

nayeemrmn · 9mo ago
Structured data for AI agents

Repository: denoland/import_map. Description: An implementation of WICG Import Maps specification Stars: 34, Forks: 14. Primary language: Rust. License: MIT. Topics: importmaps. Open PRs: 1, open issues: 9. Last activity: 5mo ago. Top contributors: dsherret, bartlomieju, denobot, kitsonk, crowlKats, nayeemrmn, andreubotella, arunsathiya, UltiRequiem, mrkldshv and others.

·@ofershap

Replace github.com with gitshow.dev