File tree 1 file changed +3
-13
lines changed 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @typedef {import('mdast-util-from-markdown').Extension } FromMarkdownExtension
3
3
* @typedef {import('mdast-util-to-markdown').Options } ToMarkdownExtension
4
- * @typedef {import('mdast-util-mdx-expression').MDXFlowExpression } MDXFlowExpression
5
- * @typedef {import('mdast-util-mdx-expression').MDXTextExpression } MDXTextExpression
6
- * @typedef {import('mdast-util-mdxjs-esm').MDXJSEsm } MDXJSEsm
4
+ * @typedef {import('mdast-util-mdx-expression').MdxFlowExpression } MdxFlowExpression
5
+ * @typedef {import('mdast-util-mdx-expression').MdxTextExpression } MdxTextExpression
6
+ * @typedef {import('mdast-util-mdxjs-esm').MdxjsEsm } MdxjsEsm
7
7
* @typedef {import('mdast-util-mdx-jsx').MdxJsxAttributeValueExpression } MdxJsxAttributeValueExpression
8
8
* @typedef {import('mdast-util-mdx-jsx').MdxJsxAttribute } MdxJsxAttribute
9
9
* @typedef {import('mdast-util-mdx-jsx').MdxJsxExpressionAttribute } MdxJsxExpressionAttribute
10
10
* @typedef {import('mdast-util-mdx-jsx').MdxJsxFlowElement } MdxJsxFlowElement
11
11
* @typedef {import('mdast-util-mdx-jsx').MdxJsxTextElement } MdxJsxTextElement
12
12
*/
13
13
14
- /**
15
- * Deprecated: remove next major:
16
- *
17
- * @typedef {MdxJsxAttributeValueExpression } MDXJsxAttributeValueExpression
18
- * @typedef {MdxJsxAttribute } MDXJsxAttribute
19
- * @typedef {MdxJsxExpressionAttribute } MDXJsxExpressionAttribute
20
- * @typedef {MdxJsxFlowElement } MDXJsxFlowElement
21
- * @typedef {MdxJsxTextElement } MDXJsxTextElement
22
- */
23
-
24
14
import {
25
15
mdxExpressionFromMarkdown ,
26
16
mdxExpressionToMarkdown
You can’t perform that action at this time.
0 commit comments