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.
This commit is contained in:
Asher Gomez 2024-07-25 10:26:54 +10:00 committed by GitHub
parent 795ed23b35
commit f248050cb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 96 additions and 81 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env -S deno run --allow-read --allow-env --allow-sys
#!/usr/bin/env -S deno run --allow-read --allow-env --allow-sys --config=tests/config/deno.json
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { Node, Project, ts } from "npm:ts-morph@22.0.0";
import { join, ROOT_PATH } from "./util.js";