-
-
Notifications
You must be signed in to change notification settings - Fork 185
Expand file tree
/
Copy pathindex.ts
More file actions
11 lines (11 loc) · 509 Bytes
/
index.ts
File metadata and controls
11 lines (11 loc) · 509 Bytes
1
2
3
4
5
6
7
8
9
10
11
export { version } from "./cli/information";
export { parseCommandLine, ParsedCommandLine, updateParsedConfigFile } from "./cli/parse";
export * from "./cli/report";
export { parseConfigFileWithSystem } from "./cli/tsconfig";
export * from "./CompilerOptions";
export * from "./LuaAST";
export { LuaLibFeature } from "./LuaLib";
export * from "./LuaPrinter";
export * from "./transformation/context";
export * from "./transpilation";
export { EmitHost, EmitFile, ProcessedFile } from "./transpilation/utils";