Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/
Dwith---preserveWatchOutput.js28 Program options: {"watch":true,"preserveWatchOutput":true} property
69 Program options: {"watch":true,"preserveWatchOutput":true} property
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/preserveWatchOutput/
Dtsconfig.json3 "preserveWatchOutput": true boolean
/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/
Dwhen-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js31 Program options: {"preserveWatchOutput":true,"watch":true,"project":"/tsconfig.json","configFilePat… property
76 Program options: {"preserveWatchOutput":true,"watch":true,"project":"/tsconfig.json","configFilePat… property
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/programUpdates/reportErrors/
Dwhen-preserveWatchOutput-is-passed-on-command-line.js114 …rue,"declarationMap":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
127 …ntCasingInFileNames":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
142 …ntCasingInFileNames":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
244 "preserveWatchOutput": true, property
312 "preserveWatchOutput": true, property
389 "preserveWatchOutput": true, property
449 …ntCasingInFileNames":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
518 "preserveWatchOutput": true, property
590 …rue,"declarationMap":true,"skipDefaultLibCheck":true,"watch":true,"preserveWatchOutput":true,"conf… property
652 "preserveWatchOutput": true, property
/third_party/typescript/src/compiler/
DtsbuildPublic.ts14 /*@internal*/ preserveWatchOutput?: boolean; property