We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ed7e7 commit e6900e0Copy full SHA for e6900e0
src/index.ts
@@ -206,6 +206,7 @@ export type {
206
} from './type/index.js';
207
208
// Parse and operate on GraphQL language source files.
209
+// @see https://github.com/typescript-eslint/typescript-eslint/issues/10313
210
// eslint-disable-next-line @typescript-eslint/consistent-type-exports
211
export { Kind } from './language/kinds.js';
212
export {
src/language/index.ts
@@ -5,6 +5,7 @@ export type { SourceLocation } from './location.js';
5
6
export { printLocation, printSourceLocation } from './printLocation.js';
7
8
9
10
export { Kind } from './kinds.js';
11
0 commit comments