File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/**
22 * @typedef {import('mdast').BlockContent } BlockContent
3+ * @typedef {import('mdast').Root } Root
34 * @typedef {import('mdast').Paragraph } Paragraph
45 * @typedef {import('mdast-util-from-markdown').Handle } FromMarkdownHandle
56 * @typedef {import('mdast-util-from-markdown').Extension } FromMarkdownExtension
@@ -390,7 +391,7 @@ function fence(node) {
390391
391392 return ':' . repeat ( size )
392393
393- /** @type {import('unist-util-visit-parents').Visitor< Directive> } */
394+ /** @type {import('unist-util-visit-parents/complex-types ').BuildVisitor<Root, Directive> } */
394395 function onvisit ( _ , parents ) {
395396 let index = parents . length
396397 let nesting = 0
Original file line number Diff line number Diff line change 5555 "type-coverage" : " ^2.0.0" ,
5656 "typescript" : " ^4.0.0" ,
5757 "unist-util-remove-position" : " ^4.0.0" ,
58- "xo" : " ^0.44 .0"
58+ "xo" : " ^0.45 .0"
5959 },
6060 "scripts" : {
6161 "build" : " rimraf \" {index,test}.d.ts\" && tsc && type-coverage" ,
You can’t perform that action at this time.
0 commit comments