UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

9 lines (8 loc) 383 B
export * from "./compiler"; export * from "./structures"; export { TsSimpleAst as default } from "./TsSimpleAst"; export * from "./FileSystemHost"; export * from "./ManipulationSettings"; export { createWrappedNode } from "./createWrappedNode"; export { getCompilerOptionsFromTsConfig } from "./utils/getCompilerOptionsFromTsConfig"; export { TypeGuards } from "./utils/TypeGuards";