There was an error while loading. Please reload this page.
1 parent ae668e1 commit dd428baCopy full SHA for dd428ba
1 file changed
src/cli/parse.ts
@@ -104,6 +104,11 @@ export const optionDeclarations: CommandLineOption[] = [
104
description: "Measure performance of the tstl compiler.",
105
type: "boolean",
106
},
107
+ {
108
+ name: "recompileLuaLib",
109
+ description: "Recompile the Lua standard library with custom plugins.",
110
+ type: "boolean",
111
+ },
112
];
113
114
export function updateParsedConfigFile(parsedConfigFile: ts.ParsedCommandLine): ParsedCommandLine {
0 commit comments