summaryrefslogtreecommitdiff
path: root/import_map.json
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-07-25 10:26:54 +1000
committerGitHub <noreply@github.com>2024-07-25 10:26:54 +1000
commitf248050cb467eaed8d65428b8808254e26797cc5 (patch)
tree7e43f16a8754a6313f65f0f65c037fdae2ce986f /import_map.json
parent795ed23b356dc044cfb497a6189d588604a6c335 (diff)
chore: use `@std` prefix for internal module specifiers (#24543)
This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule.
Diffstat (limited to 'import_map.json')
-rw-r--r--import_map.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/import_map.json b/import_map.json
new file mode 100644
index 000000000..0f0240a05
--- /dev/null
+++ b/import_map.json
@@ -0,0 +1,5 @@
+{
+ "imports": {
+ "@std/": "./tests/util/std/"
+ }
+}