UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

10 lines (9 loc) 339 B
export * from "./common/ArrayLiteralExpression"; export * from "./common/NamedDeclaration"; export * from "./common/CallExpression"; export * from "./common/Expression"; export * from "./common/Identifier"; export * from "./common/Node"; export * from "./common/Scope"; export * from "./common/Signature"; export * from "./common/Symbol";