UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

11 lines (10 loc) 387 B
export * from "./common/ArrayLiteralExpression"; export * from "./common/CallExpression"; export * from "./common/Expression"; export * from "./common/Identifier"; export * from "./common/Node"; export * from "./common/PropertyAccessExpression"; export * from "./common/QualifiedName"; export * from "./common/Scope"; export * from "./common/Signature"; export * from "./common/Symbol";