UNPKG

typescript

Version:

TypeScript is a language for application scale JavaScript development

7 lines 302 B
// ast.ts — Hand-written AST type definitions // Generated types are in ast.generated.ts import { SyntaxKind } from "#enums/syntaxKind"; export { SyntaxKind } from "#enums/syntaxKind"; export { TokenFlags } from "#enums/tokenFlags"; export * from "./ast.generated.js"; //# sourceMappingURL=ast.js.map