mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)
Fixes #10168 Fixes #10615 Fixes #10616
This commit is contained in:
parent
83ce333633
commit
3a33510bd4
12 changed files with 66 additions and 55 deletions
|
@ -3133,6 +3133,12 @@ console.log("finish");
|
|||
exit_code: 1,
|
||||
});
|
||||
|
||||
itest!(_092_import_map_unmapped_bare_specifier {
|
||||
args: "run --import-map import_maps/import_map.json 092_import_map_unmapped_bare_specifier.ts",
|
||||
output: "092_import_map_unmapped_bare_specifier.ts.out",
|
||||
exit_code: 1,
|
||||
});
|
||||
|
||||
itest!(dynamic_import_permissions_remote_remote {
|
||||
args: "run --quiet --reload --allow-net=localhost:4545 dynamic_import/permissions_remote_remote.ts",
|
||||
output: "dynamic_import/permissions_remote_remote.ts.out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue