From f248050cb467eaed8d65428b8808254e26797cc5 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 25 Jul 2024 10:26:54 +1000 Subject: 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. --- tools/jsdoc_checker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/jsdoc_checker.js') diff --git a/tools/jsdoc_checker.js b/tools/jsdoc_checker.js index 4cbccf535..3e5dc0371 100755 --- a/tools/jsdoc_checker.js +++ b/tools/jsdoc_checker.js @@ -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"; -- cgit v1.2.3