Home
last modified time | relevance | path

Searched defs:preserveWatchOutput (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/
DcreateWatchOfConfigFile.js32 Program options: {"preserveWatchOutput":true,"configFilePath":"/tsconfig.json"} property
81 Program options: {"preserveWatchOutput":true,"configFilePath":"/tsconfig.json"} property
Dwhen-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js31 Program options: {"preserveWatchOutput":true,"watch":true,"project":"/tsconfig.json","configFilePat… property
80 Program options: {"preserveWatchOutput":true,"watch":true,"project":"/tsconfig.json","configFilePat… property
/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/
Dwith---preserveWatchOutput.js28 Program options: {"watch":true,"preserveWatchOutput":true} property
73 Program options: {"watch":true,"preserveWatchOutput":true} property
/third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/preserveWatchOutput/
Dtsconfig.json3 "preserveWatchOutput": true boolean
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/
Dwhen-preserveWatchOutput-is-passed-on-command-line.js114 …rue,"declarationMap":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
132 …ntCasingInFileNames":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
153 …ntCasingInFileNames":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
499 …ntCasingInFileNames":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
656 …rue,"declarationMap":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
/third_party/typescript/src/compiler/
DtsbuildPublic.ts14 /*@internal*/ preserveWatchOutput?: boolean; property