File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ export function literal(node, parent) {
52
52
return wrap ( assertLiteral ) ( node , parent )
53
53
}
54
54
55
- export { _void , wrap }
56
-
57
55
const hast = zwitch ( 'type' , {
58
56
// Core interface.
59
57
// @ts -expect-error: hush.
@@ -139,3 +137,5 @@ function assertElement(node) {
139
137
'`element.tagName` should not be empty'
140
138
)
141
139
}
140
+
141
+ export { _void , wrap } from 'unist-util-assert'
Original file line number Diff line number Diff line change 41
41
"@types/tape" : " ^4.0.0" ,
42
42
"c8" : " ^7.0.0" ,
43
43
"prettier" : " ^2.0.0" ,
44
- "remark-cli" : " ^9 .0.0" ,
45
- "remark-preset-wooorm" : " ^8 .0.0" ,
44
+ "remark-cli" : " ^10 .0.0" ,
45
+ "remark-preset-wooorm" : " ^9 .0.0" ,
46
46
"rimraf" : " ^3.0.0" ,
47
47
"tape" : " ^5.0.0" ,
48
- "tsd" : " ^0.17 .0" ,
48
+ "tsd" : " ^0.20 .0" ,
49
49
"type-coverage" : " ^2.0.0" ,
50
50
"typescript" : " ^4.0.0" ,
51
- "xo" : " ^0.42 .0"
51
+ "xo" : " ^0.49 .0"
52
52
},
53
53
"scripts" : {
54
54
"prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments