Skip to content

Commit 6cb6693

Browse files
committed
Fix unknown compiler option and bump version
1 parent 7c7c952 commit 6cb6693

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/cli/parse.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ export const optionDeclarations: CommandLineOption[] = [
104104
description: "Measure performance of the tstl compiler.",
105105
type: "boolean",
106106
},
107+
{
108+
name: "kahluaImport",
109+
description: "Disable replacing slashes by dots in imports",
110+
type: "boolean"
111+
}
107112
];
108113

109114
export function updateParsedConfigFile(parsedConfigFile: ts.ParsedCommandLine): ParsedCommandLine {

0 commit comments

Comments
 (0)