Skip to content

Commit 3517f4b

Browse files
committed
inline v4. simple inline stable!
1 parent 7d70f78 commit 3517f4b

7 files changed

Lines changed: 567 additions & 253 deletions

File tree

src/cli/parse.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ export const optionDeclarations: CommandLineOption[] = [
8989
description: "Provide verbose output useful for diagnosing problems.",
9090
type: "boolean",
9191
},
92+
{
93+
name: "inlineGenerateComment",
94+
description: "Adds a comment to inline areas after inline functions",
95+
type: "boolean",
96+
},
9297
{
9398
name: "noResolvePaths",
9499
description: "An array of paths that tstl should not resolve and keep as-is.",

0 commit comments

Comments
 (0)