We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xo
1 parent a43af16 commit 733b55cCopy full SHA for 733b55c
package.json
@@ -61,7 +61,7 @@
61
"type-coverage": "^2.0.0",
62
"typescript": "^4.0.0",
63
"unist-builder": "^3.0.0",
64
- "xo": "^0.39.0"
+ "xo": "^0.42.0"
65
},
66
"scripts": {
67
"prepack": "npm run build && npm run format",
script/generate-jsx.js
@@ -1,5 +1,5 @@
1
-import fs from 'fs'
2
-import path from 'path'
+import fs from 'node:fs'
+import path from 'node:path'
3
import babel from '@babel/core'
4
import {Parser} from 'acorn'
5
import acornJsx from 'acorn-jsx'
0 commit comments