mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
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:
parent
795ed23b35
commit
f248050cb4
52 changed files with 96 additions and 81 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue