Skip to content

Commit

Permalink
chore: add std import mapping for tests (#24521)
Browse files Browse the repository at this point in the history
This makes the LSP understand `@std/` imports in our tests.
  • Loading branch information
marvinhagemeister committed Jul 11, 2024
1 parent a5f8bfd commit de30f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/core_import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 243,7 @@
"ext:runtime/41_prompt.js": "../runtime/js/41_prompt.js",
"ext:runtime/90_deno_ns.js": "../runtime/js/90_deno_ns.js",
"ext:runtime/98_global_scope.js": "../runtime/js/98_global_scope.js",
"ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts"
"ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts",
"@std/": "../tests/util/std/"
}
}

0 comments on commit de30f7c

Please sign in to comment.