File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 "mocha" : " ~11.7" ,
8989 "rimraf" : " ~6.1" ,
9090 "run-scripts-util" : " ~1.3" ,
91- "typescript" : " ~5.9 " ,
92- "typescript-eslint" : " ~8.57 " ,
91+ "typescript" : " ~6.0 " ,
92+ "typescript-eslint" : " ~8.58 " ,
9393 "uglify-js" : " ~3.19"
9494 }
9595}
Original file line number Diff line number Diff line change 44// Imports
55import { assertDeepStrictEqual , fixEolGitDiff } from 'assert-deep-strict-equal' ;
66import { cliArgvUtil } from 'cli-argv-util' ;
7- import fs from 'fs' ;
7+ import fs from 'node: fs' ;
88
99// Setup
1010const pkg = JSON . parse ( fs . readFileSync ( 'package.json' , 'utf-8' ) ) ;
Original file line number Diff line number Diff line change 22// Error Handling Specification Suite
33
44// Imports
5- import assert from 'assert' ;
5+ import assert from 'node: assert' ;
66
77// Setup
88import { recursiveExec } from '../dist/recursive-exec.js' ;
Original file line number Diff line number Diff line change 33
44// Imports
55import { assertDeepStrictEqual } from 'assert-deep-strict-equal' ;
6- import fs from 'fs' ;
6+ import fs from 'node: fs' ;
77
88// Setup
99import { recursiveExec } from '../dist/recursive-exec.js' ;
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ import { cliArgvUtil } from 'cli-argv-util';
2323import { globSync } from 'glob' ;
2424import { spawnSync } from 'node:child_process' ;
2525import chalk from 'chalk' ;
26- import fs from 'fs' ;
26+ import fs from 'node: fs' ;
2727import log from 'fancy-log' ;
28- import path from 'path' ;
28+ import path from 'node: path' ;
2929import slash from 'slash' ;
3030
3131// Types
Original file line number Diff line number Diff line change 1010 "target" : " ES2022" ,
1111 "module" : " nodenext" ,
1212 "moduleResolution" : " nodenext" ,
13+ "types" : [" node" ],
1314 "exactOptionalPropertyTypes" : true ,
1415 "forceConsistentCasingInFileNames" : true ,
1516 "noFallthroughCasesInSwitch" : true ,
You can’t perform that action at this time.
0 commit comments