1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli/tests/testdata/run/import_meta
Bartek Iwańczuk 576b20aa00
fix: allow npm: specifiers in import.meta.resolve (#21716)
Closes https://github.com/denoland/deno/issues/21298.

"npm:" specifiers are matched against import map entries
and if no match is found they are passed through.
2023-12-28 20:37:10 +01:00
..
importmap.json fix: allow npm: specifiers in import.meta.resolve (#21716) 2023-12-28 20:37:10 +01:00
main.out fix: allow npm: specifiers in import.meta.resolve (#21716) 2023-12-28 20:37:10 +01:00
main.ts fix: allow npm: specifiers in import.meta.resolve (#21716) 2023-12-28 20:37:10 +01:00
other.ts refactor: move out test files from root testdata directory into sub directories (#15949) 2022-09-19 10:32:21 -04:00