Skip to content

Commit c225a72

Browse files
Update src/language/kinds.ts
Co-authored-by: Jason Kuhrt <[email protected]>
1 parent f45208a commit c225a72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/language/kinds.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ import type {
4545
VARIABLE_DEFINITION,
4646
} from './_kinds.js';
4747

48-
export type Kind =
48+
/**
49+
* The set of allowed kind values for AST nodes.
50+
*/
51+
export type Kind =
4952
| typeof NAME
5053
| typeof DOCUMENT
5154
| typeof OPERATION_DEFINITION

0 commit comments

Comments
 (0)