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.
1 parent 68d319e commit 9b223c4Copy full SHA for 9b223c4
package.json
@@ -49,7 +49,7 @@
49
"tape": "^5.0.0",
50
"type-coverage": "^2.0.0",
51
"typescript": "^4.0.0",
52
- "xo": "^0.38.0"
+ "xo": "^0.42.0"
53
},
54
"scripts": {
55
"prepack": "npm run build && npm run format",
test.js
@@ -1,5 +1,3 @@
1
-'use strict'
2
-
3
import test from 'tape'
4
import {parse} from 'acorn'
5
import {positionFromEstree} from './index.js'
0 commit comments