Skip to content

Commit 589cb85

Browse files
committed
inline v5. Mini fixes
1 parent 3517f4b commit 589cb85

11 files changed

Lines changed: 1211 additions & 136 deletions

File tree

src/CompilerOptions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ export interface TypeScriptToLuaOptions {
4444
plugins?: Array<ts.PluginImport | TransformerImport>;
4545
sourceMapTraceback?: boolean;
4646
tstlVerbose?: boolean;
47+
inlineGenerateComment?: boolean;
48+
inlineRemoveDefault?: boolean;
4749
lua51AllowTryCatchInAsyncAwait?: boolean;
4850
measurePerformance?: boolean;
4951
}

0 commit comments

Comments
 (0)