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/ |
D | createWatchOfConfigFile.js | 32 Program options: {"preserveWatchOutput":true,"configFilePath":"/tsconfig.json"} property 81 Program options: {"preserveWatchOutput":true,"configFilePath":"/tsconfig.json"} property
|
D | when-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js | 31 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/ |
D | with---preserveWatchOutput.js | 28 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/ |
D | tsconfig.json | 3 "preserveWatchOutput": true boolean
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/ |
D | when-preserveWatchOutput-is-passed-on-command-line.js | 114 …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/ |
D | tsbuildPublic.ts | 14 /*@internal*/ preserveWatchOutput?: boolean; property
|