allow `generateTrace` in tsconfig and compiler API (#59636)

This commit is contained in:
Dimitri Mitropoulos 2024-08-15 12:26:41 -04:00 коммит произвёл GitHub
Родитель 90da3ca5dd
Коммит 20f26a481b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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,