From 20f26a481b57cd8d5c10d07d2e9813e37911741a Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Thu, 15 Aug 2024 12:26:41 -0400 Subject: [PATCH] allow `generateTrace` in tsconfig and compiler API (#59636) --- src/compiler/commandLineParser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 86bb598c2a8..ff566060cf2 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -437,7 +437,6 @@ export const commonOptionsWithBuild: CommandLineOption[] = [ name: "generateTrace", type: "string", isFilePath: true, - isCommandLineOnly: true, paramType: Diagnostics.DIRECTORY, category: Diagnostics.Compiler_Diagnostics, description: Diagnostics.Generates_an_event_trace_and_a_list_of_types,