|
1 | 1 | /**
|
2 |
| - * @typedef {import('mdast').Break} Break |
3 |
| - * @typedef {import('mdast').Blockquote} Blockquote |
4 |
| - * @typedef {import('mdast').Code} Code |
5 |
| - * @typedef {import('mdast').Definition} Definition |
6 |
| - * @typedef {import('mdast').Emphasis} Emphasis |
7 |
| - * @typedef {import('mdast').Heading} Heading |
8 |
| - * @typedef {import('mdast').Html} Html |
9 |
| - * @typedef {import('mdast').Image} Image |
10 |
| - * @typedef {import('mdast').InlineCode} InlineCode |
11 |
| - * @typedef {import('mdast').Link} Link |
12 |
| - * @typedef {import('mdast').List} List |
13 |
| - * @typedef {import('mdast').ListItem} ListItem |
14 |
| - * @typedef {import('mdast').Nodes} Nodes |
15 |
| - * @typedef {import('mdast').Paragraph} Paragraph |
16 |
| - * @typedef {import('mdast').Parent} Parent |
17 |
| - * @typedef {import('mdast').PhrasingContent} PhrasingContent |
18 |
| - * @typedef {import('mdast').ReferenceType} ReferenceType |
19 |
| - * @typedef {import('mdast').Root} Root |
20 |
| - * @typedef {import('mdast').Strong} Strong |
21 |
| - * @typedef {import('mdast').Text} Text |
22 |
| - * @typedef {import('mdast').ThematicBreak} ThematicBreak |
23 |
| - * |
24 |
| - * @typedef {import('micromark-util-types').Encoding} Encoding |
25 |
| - * @typedef {import('micromark-util-types').Event} Event |
26 |
| - * @typedef {import('micromark-util-types').ParseOptions} ParseOptions |
27 |
| - * @typedef {import('micromark-util-types').Token} Token |
28 |
| - * @typedef {import('micromark-util-types').TokenizeContext} TokenizeContext |
29 |
| - * @typedef {import('micromark-util-types').Value} Value |
30 |
| - * |
31 |
| - * @typedef {import('unist').Point} Point |
32 |
| - * |
33 |
| - * @typedef {import('../index.js').CompileData} CompileData |
| 2 | + * @import { |
| 3 | + * Break, |
| 4 | + * Blockquote, |
| 5 | + * Code, |
| 6 | + * Definition, |
| 7 | + * Emphasis, |
| 8 | + * Heading, |
| 9 | + * Html, |
| 10 | + * Image, |
| 11 | + * InlineCode, |
| 12 | + * Link, |
| 13 | + * ListItem, |
| 14 | + * List, |
| 15 | + * Nodes, |
| 16 | + * Paragraph, |
| 17 | + * Parent, |
| 18 | + * PhrasingContent, |
| 19 | + * ReferenceType, |
| 20 | + * Root, |
| 21 | + * Strong, |
| 22 | + * Text, |
| 23 | + * ThematicBreak |
| 24 | + * } from 'mdast' |
| 25 | + * @import { |
| 26 | + * Encoding, |
| 27 | + * Event, |
| 28 | + * ParseOptions, |
| 29 | + * TokenizeContext, |
| 30 | + * Token, |
| 31 | + * Value |
| 32 | + * } from 'micromark-util-types' |
| 33 | + * @import {Point} from 'unist' |
| 34 | + * @import {CompileData} from 'mdast-util-from-markdown' |
34 | 35 | */
|
35 | 36 |
|
36 | 37 | /**
|
|
0 commit comments