We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeeaef commit fb88a8cCopy full SHA for fb88a8c
src/index.ts
@@ -7,10 +7,10 @@ import { emitTranspiledFiles, OutputFile } from "./Emit";
7
import { transpile, TranspiledFile, TranspileResult } from "./Transpile";
8
9
export {
10
+ createDiagnosticReporter,
11
parseCommandLine,
12
ParsedCommandLine,
13
updateParsedConfigFile,
- createDiagnosticReporter,
14
} from "./CommandLineParser";
15
export * from "./CompilerOptions";
16
export * from "./Emit";
@@ -21,6 +21,8 @@ export * from "./LuaTransformer";
21
export * from "./Transpile";
22
export * from "./TranspileError";
23
24
+/// <reference path="./typescript-internal" />
25
+
26
export interface TranspileFilesResult {
27
diagnostics: ts.Diagnostic[];
28
emitResult: OutputFile[];
0 commit comments