{"version":3,"file":"kinds.js","sourceRoot":"","sources":["../../src/language/kinds.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,IAAI,qBAAoB","sourcesContent":["/** @category Kinds */\n\n/* eslint-disable import/no-namespace */\nimport type * as Kind_ from './kinds_.ts';\n\n/** The namespace containing all AST node kind constants. */\nexport * as Kind from './kinds_.ts';\n\n/** The set of allowed kind values for AST nodes. */\nexport type Kind = (typeof Kind_)[keyof typeof Kind_];\n"]}