We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323d12e commit 1744705Copy full SHA for 1744705
src/language/index.ts
@@ -5,7 +5,8 @@ export type { SourceLocation } from './location.js';
5
6
export { printLocation, printSourceLocation } from './printLocation.js';
7
8
-export { Kind } from './kinds.js'; // eslint-disable-line @typescript-eslint/consistent-type-exports
+// eslint-disable-next-line @typescript-eslint/consistent-type-exports
9
+export { Kind } from './kinds.js';
10
11
export { TokenKind } from './tokenKind.js';
12
0 commit comments