Skip to content

Commit 20f26a4

Browse files
allow generateTrace in tsconfig and compiler API (#59636)
1 parent 90da3ca commit 20f26a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ export const commonOptionsWithBuild: CommandLineOption[] = [
437437
name: "generateTrace",
438438
type: "string",
439439
isFilePath: true,
440-
isCommandLineOnly: true,
441440
paramType: Diagnostics.DIRECTORY,
442441
category: Diagnostics.Compiler_Diagnostics,
443442
description: Diagnostics.Generates_an_event_trace_and_a_list_of_types,

0 commit comments

Comments
 (0)