This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
884143218f
denoland-deno
/
cli
/
tests
/
testdata
/
compat
/
import_map.json
6 lines
68 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(compat): integrate import map and classic resolutions in ESM resolution (#12549) This commit integrates import map and "classic" resolutions in the "--compat" mode when using ES modules; in effect "http:", "https:" and "blob:" imports now work in compat mode. The algorithm works as follows: 1. If there's an import map, try to resolve using it and if succeeded return the specifier 2. Try to resolve using "Node ESM resolution", and if succeeded return the specifier 3. Fall back to regular ESM resolution
2021-10-28 04:11:38 -04:00
{
"imports"
:
{
1.18.0
2022-01-20 11:19:30 -05:00
"std/"
:
"https://deno.land/std@0.122.0/"
feat(compat): integrate import map and classic resolutions in ESM resolution (#12549) This commit integrates import map and "classic" resolutions in the "--compat" mode when using ES modules; in effect "http:", "https:" and "blob:" imports now work in compat mode. The algorithm works as follows: 1. If there's an import map, try to resolve using it and if succeeded return the specifier 2. Try to resolve using "Node ESM resolution", and if succeeded return the specifier 3. Fall back to regular ESM resolution
2021-10-28 04:11:38 -04:00
}
}
Copy permalink