UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

8 lines (7 loc) 334 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";