From 34c14dbf995ab427a39642a478f183dd5a60005c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 25 Jan 2023 16:51:04 -0500 Subject: fix: support import map specified as data uri (#17531) --- cli/tests/testdata/run/import_maps/test_data.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/run/import_maps/test_data.ts (limited to 'cli/tests/testdata/run/import_maps/test_data.ts') diff --git a/cli/tests/testdata/run/import_maps/test_data.ts b/cli/tests/testdata/run/import_maps/test_data.ts new file mode 100644 index 000000000..5e8efea69 --- /dev/null +++ b/cli/tests/testdata/run/import_maps/test_data.ts @@ -0,0 +1 @@ +import "test_server/import_maps/lodash/lodash.ts"; -- cgit v1.2.3