mdast-util-directive
Advanced tools
Comparing version
@@ -6,2 +6,3 @@ /** @type {FromMarkdownExtension} */ | ||
export type BlockContent = import('mdast').BlockContent | ||
export type Root = import('mdast').Root | ||
export type Paragraph = import('mdast').Paragraph | ||
@@ -8,0 +9,0 @@ export type FromMarkdownHandle = import('mdast-util-from-markdown').Handle |
/** | ||
* @typedef {import('mdast').BlockContent} BlockContent | ||
* @typedef {import('mdast').Root} Root | ||
* @typedef {import('mdast').Paragraph} Paragraph | ||
@@ -393,3 +394,3 @@ * @typedef {import('mdast-util-from-markdown').Handle} FromMarkdownHandle | ||
/** @type {import('unist-util-visit-parents').Visitor<Directive>} */ | ||
/** @type {import('unist-util-visit-parents/complex-types').BuildVisitor<Root, Directive>} */ | ||
function onvisit(_, parents) { | ||
@@ -396,0 +397,0 @@ let index = parents.length |
{ | ||
"name": "mdast-util-directive", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "mdast extension to parse and serialize generic directives (`:cite[smith04]`)", | ||
@@ -40,2 +40,3 @@ "license": "MIT", | ||
"@types/mdast": "^3.0.0", | ||
"@types/unist": "^2.0.0", | ||
"mdast-util-to-markdown": "^1.0.0", | ||
@@ -59,3 +60,3 @@ "parse-entities": "^3.0.0", | ||
"unist-util-remove-position": "^4.0.0", | ||
"xo": "^0.44.0" | ||
"xo": "^0.46.0" | ||
}, | ||
@@ -62,0 +63,0 @@ "scripts": { |
25682
0.53%400
0.5%6
20%+ Added