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 93a6640 commit d7a0967Copy full SHA for d7a0967
index.test-d.ts
@@ -1,5 +1,5 @@
1
import {expectType, expectNotType} from 'tsd'
2
-import {Node, Parent} from 'unist'
+import {type Node, type Parent} from 'unist'
3
import {assert, parent} from './index.js'
4
5
const emptyNode = {type: 'a'}
package.json
@@ -47,14 +47,14 @@
47
"@types/tape": "^4.0.0",
48
"c8": "^7.0.0",
49
"prettier": "^2.0.0",
50
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
51
"remark-preset-wooorm": "^9.0.0",
52
"rimraf": "^3.0.0",
53
"tape": "^5.0.0",
54
- "tsd": "^0.20.0",
+ "tsd": "^0.25.0",
55
"type-coverage": "^2.0.0",
56
"typescript": "^4.0.0",
57
- "xo": "^0.49.0"
+ "xo": "^0.53.0"
58
},
59
"scripts": {
60
"prepack": "npm run build && npm run format",
0 commit comments