mirror of
https://github.com/denoland/deno.git
synced 2025-01-06 22:35:51 -05:00
92f6188253
This PR: 1. Replaces `@test_util/std`-prefixed imports with `@std`. 2. Adds `@std/` import map entries to a few `deno.json` files.
6 lines
98 B
JSON
6 lines
98 B
JSON
{
|
|
"imports": {
|
|
"@test_util/": "../../test_util/",
|
|
"@std/": "../../test_util/std/"
|
|
}
|
|
}
|