File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 11// To do: next major: remove this file.
2- export type {
3- MdxFlowExpression ,
4- MdxTextExpression ,
5- MDXFlowExpression ,
6- MDXTextExpression
7- } from './index.js'
2+ export type { MdxFlowExpression , MdxTextExpression } from './index.js'
83
94/// <reference types="./index.js" />
Original file line number Diff line number Diff line change @@ -47,18 +47,6 @@ export interface MdxTextExpression extends MdastLiteral {
4747 } & MdastLiteral [ 'data' ]
4848}
4949
50- // To do: next major: remove.
51- /**
52- * Deprecated: use `MdxFlowExpression`.
53- */
54- export type MDXFlowExpression = MdxFlowExpression
55-
56- // To do: next major: remove.
57- /**
58- * Deprecated: use `MdxTextExpression`.
59- */
60- export type MDXTextExpression = MdxTextExpression
61-
6250/**
6351 * MDX expression node, occurring in flow (block), for hast.
6452 */
Original file line number Diff line number Diff line change 9393 ],
9494 "rules" : {
9595 "@typescript-eslint/ban-types" : " off" ,
96- "@typescript-eslint/consistent-type-definitions" : " off" ,
97- "@typescript-eslint/naming-convention" : " off"
96+ "@typescript-eslint/consistent-type-definitions" : " off"
9897 }
9998 }
10099 ],
You can’t perform that action at this time.
0 commit comments