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 1
1
// 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'
8
3
9
4
/// <reference types="./index.js" />
Original file line number Diff line number Diff line change @@ -47,18 +47,6 @@ export interface MdxTextExpression extends MdastLiteral {
47
47
} & MdastLiteral [ 'data' ]
48
48
}
49
49
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
-
62
50
/**
63
51
* MDX expression node, occurring in flow (block), for hast.
64
52
*/
Original file line number Diff line number Diff line change 93
93
],
94
94
"rules" : {
95
95
"@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"
98
97
}
99
98
}
100
99
],
You can’t perform that action at this time.
0 commit comments