UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

24 lines (23 loc) 1.02 kB
export * from "./AbstractableNodeStructure"; export * from "./AmbientableNodeStructure"; export * from "./AsyncableNodeStructure"; export * from "./BodiedNodeStructure"; export * from "./BodyableNodeStructure"; export * from "./DecoratableNodeStructure"; export * from "./ExportableNodeStructure"; export * from "./ExtendsClauseableNodeStructure"; export * from "./GeneratorableNodeStructure"; export * from "./ImplementsClauseableNodeStructure"; export * from "./InitializerExpressionableNodeStructure"; export * from "./InitializerSetExpressionableNodeStructure"; export * from "./JSDocableNodeStructure"; export * from "./ParameteredNodeStructure"; export * from "./QuestionTokenableNodeStructure"; export * from "./ReadonlyableNodeStructure"; export * from "./ReturnTypedNodeStructure"; export * from "./ScopeableNodeStructure"; export * from "./ScopedNodeStructure"; export * from "./StaticableNodeStructure"; export * from "./TypedNodeStructure"; export * from "./TypeParameteredNodeStructure"; export * from "./name";