mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)
This commit is contained in:
parent
d1ef561dbf
commit
841f215fd4
3 changed files with 58 additions and 39 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue