File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 47
47
},
48
48
"devDependencies" : {
49
49
"@types/escodegen" : " ^0.0.7" ,
50
- "@types/node" : " ^18 .0.0" ,
50
+ "@types/node" : " ^20 .0.0" ,
51
51
"acorn" : " ^8.0.0" ,
52
52
"acorn-jsx" : " ^5.0.0" ,
53
53
"astring" : " ^1.0.0" ,
54
- "c8" : " ^7 .0.0" ,
54
+ "c8" : " ^8 .0.0" ,
55
55
"escodegen" : " ^2.0.0" ,
56
56
"nyc" : " ^15.0.0" ,
57
57
"prettier" : " ^2.0.0" ,
58
58
"recast" : " ^0.22.0" ,
59
59
"remark-cli" : " ^11.0.0" ,
60
60
"remark-preset-wooorm" : " ^9.0.0" ,
61
61
"type-coverage" : " ^2.0.0" ,
62
- "typescript" : " ^4 .0.0" ,
63
- "xo" : " ^0.53 .0"
62
+ "typescript" : " ^5 .0.0" ,
63
+ "xo" : " ^0.54 .0"
64
64
},
65
65
"scripts" : {
66
66
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import test from 'node:test'
3
3
import { Parser } from 'acorn'
4
4
import jsx from 'acorn-jsx'
5
5
import { walk } from 'estree-walker'
6
- // @ts -expect-error: typed incorrectly.
7
6
import { generate } from 'astring'
8
7
import recast from 'recast'
9
8
import escodegen from 'escodegen'
Original file line number Diff line number Diff line change 6
6
"declaration" : true ,
7
7
"emitDeclarationOnly" : true ,
8
8
"exactOptionalPropertyTypes" : true ,
9
- "forceConsistentCasingInFileNames" : true ,
10
9
"lib" : [" es2020" ],
11
10
"module" : " node16" ,
12
- "newLine" : " lf" ,
13
11
"strict" : true ,
14
12
"target" : " es2020"
15
13
}
You can’t perform that action at this time.
0 commit comments