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) {
5252 return wrap ( assertLiteral ) ( node , parent )
5353}
5454
55- export { _void , wrap }
56-
5755const hast = zwitch ( 'type' , {
5856 // Core interface.
5957 // @ts -expect-error: hush.
@@ -139,3 +137,5 @@ function assertElement(node) {
139137 '`element.tagName` should not be empty'
140138 )
141139}
140+
141+ export { _void , wrap } from 'unist-util-assert'
Original file line number Diff line number Diff line change 4141 "@types/tape" : " ^4.0.0" ,
4242 "c8" : " ^7.0.0" ,
4343 "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" ,
4646 "rimraf" : " ^3.0.0" ,
4747 "tape" : " ^5.0.0" ,
48- "tsd" : " ^0.17 .0" ,
48+ "tsd" : " ^0.20 .0" ,
4949 "type-coverage" : " ^2.0.0" ,
5050 "typescript" : " ^4.0.0" ,
51- "xo" : " ^0.42 .0"
51+ "xo" : " ^0.49 .0"
5252 },
5353 "scripts" : {
5454 "prepack" : " npm run build && npm run format" ,
You can’t perform that action at this time.
0 commit comments