Skip to content

Commit

Permalink
Change casing of some types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 31, 2022
1 parent c1bcc32 commit b6896e8
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
/**
* @typedef {import('mdast-util-from-markdown').Extension} FromMarkdownExtension
* @typedef {import('mdast-util-to-markdown').Options} ToMarkdownExtension
* @typedef {import('mdast-util-mdx-expression').MDXFlowExpression} MDXFlowExpression
* @typedef {import('mdast-util-mdx-expression').MDXTextExpression} MDXTextExpression
* @typedef {import('mdast-util-mdxjs-esm').MDXJSEsm} MDXJSEsm
* @typedef {import('mdast-util-mdx-expression').MdxFlowExpression} MdxFlowExpression
* @typedef {import('mdast-util-mdx-expression').MdxTextExpression} MdxTextExpression
* @typedef {import('mdast-util-mdxjs-esm').MdxjsEsm} MdxjsEsm
* @typedef {import('mdast-util-mdx-jsx').MdxJsxAttributeValueExpression} MdxJsxAttributeValueExpression
* @typedef {import('mdast-util-mdx-jsx').MdxJsxAttribute} MdxJsxAttribute
* @typedef {import('mdast-util-mdx-jsx').MdxJsxExpressionAttribute} MdxJsxExpressionAttribute
* @typedef {import('mdast-util-mdx-jsx').MdxJsxFlowElement} MdxJsxFlowElement
* @typedef {import('mdast-util-mdx-jsx').MdxJsxTextElement} MdxJsxTextElement
*/

/**
* Deprecated: remove next major:
*
* @typedef {MdxJsxAttributeValueExpression} MDXJsxAttributeValueExpression
* @typedef {MdxJsxAttribute} MDXJsxAttribute
* @typedef {MdxJsxExpressionAttribute} MDXJsxExpressionAttribute
* @typedef {MdxJsxFlowElement} MDXJsxFlowElement
* @typedef {MdxJsxTextElement} MDXJsxTextElement
*/

import {
mdxExpressionFromMarkdown,
mdxExpressionToMarkdown
Expand Down

0 comments on commit b6896e8

Please sign in to comment.