File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ export type {
206
206
} from './type/index.js' ;
207
207
208
208
// Parse and operate on GraphQL language source files.
209
+ // @see https://github.com/typescript-eslint/typescript-eslint/issues/10313
209
210
// eslint-disable-next-line @typescript-eslint/consistent-type-exports
210
211
export { Kind } from './language/kinds.js' ;
211
212
export {
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export type { SourceLocation } from './location.js';
5
5
6
6
export { printLocation , printSourceLocation } from './printLocation.js' ;
7
7
8
+ // @see https://github.com/typescript-eslint/typescript-eslint/issues/10313
8
9
// eslint-disable-next-line @typescript-eslint/consistent-type-exports
9
10
export { Kind } from './kinds.js' ;
10
11
You can’t perform that action at this time.
0 commit comments