fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)

This commit is contained in:
Kenta Moriuchi 2023-11-01 16:06:25 +09:00 committed by GitHub
parent d1ef561dbf
commit 841f215fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 39 deletions

View file

@ -16,7 +16,7 @@ export { delay } from "../test_util/std/async/delay.ts";
// [toolName] --version output
const versions = {
"dprint": "dprint 0.40.0",
"dlint": "dlint 0.51.0",
"dlint": "dlint 0.52.2",
};
export const ROOT_PATH = dirname(dirname(fromFileUrl(import.meta.url)));