mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
feat: Align import map to spec and test using WPT (#9616)
This commit updates implementation of import maps to align it to current revision of the spec. Existing tests were removed in favor of using suite from WPT.
This commit is contained in:
parent
ff83df399a
commit
c2a7386a42
3 changed files with 440 additions and 1755 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1223,6 +1223,7 @@ checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
|||
dependencies = [
|
||||
"autocfg",
|
||||
"hashbrown",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -51,7 +51,7 @@ encoding_rs = "0.8.28"
|
|||
env_logger = "0.8.2"
|
||||
filetime = "0.2.14"
|
||||
http = "0.2.3"
|
||||
indexmap = "1.6.1"
|
||||
indexmap = { version = "1.6.1", features = ["serde"] }
|
||||
jsonc-parser = "0.15.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.86"
|
||||
|
|
2192
cli/import_map.rs
2192
cli/import_map.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue