0
0
Fork 0
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:
Bartek Iwańczuk 2021-03-01 01:49:08 +01:00 committed by GitHub
parent ff83df399a
commit c2a7386a42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 440 additions and 1755 deletions

1
Cargo.lock generated
View file

@ -1223,6 +1223,7 @@ checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
dependencies = [
"autocfg",
"hashbrown",
"serde",
]
[[package]]

View file

@ -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"

File diff suppressed because it is too large Load diff