/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/ |
D | with---extendedDiagnostics.js | 19 /a/lib/tsc.js --w /f.ts --extendedDiagnostics 27 options: {"watch":true,"extendedDiagnostics":true} property 35 Program options: {"watch":true,"extendedDiagnostics":true} property 81 options: {"watch":true,"extendedDiagnostics":true} property 87 Program options: {"watch":true,"extendedDiagnostics":true} property
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
D | when-creating-extensionless-file.js | 22 /a/lib/tsc.js -w -p . --extendedDiagnostics
|
D | when-creating-new-file-in-symlinked-folder.js | 26 /a/lib/tsc.js -w -p . --extendedDiagnostics
|
D | correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js | 25 /a/lib/tsc.js -w --extendedDiagnostics
|
D | when-new-file-is-added-to-the-referenced-project.js | 31 …sc.js -w -p /user/username/projects/myproject/projects/project2/tsconfig.json --extendedDiagnostics
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 940 if (system === sys && options.extendedDiagnostics) { 1016 … return system === sys && (compilerOptions.diagnostics || compilerOptions.extendedDiagnostics); 1052 if (compilerOptions.extendedDiagnostics) { 1075 if (compilerOptions.extendedDiagnostics) {
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchApi.ts | 58 compilerOptions: { traceResolution: true, extendedDiagnostics: true }, 522 optionsToExtend: { extendedDiagnostics: true }
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 36 !options.extendedDiagnostics && 592 …(host: WatchFactoryHost & { trace?(s: string): void; }, options: { extendedDiagnostics?: boolean; … 593 …const watchLogLevel = host.trace ? options.extendedDiagnostics ? WatchLogLevel.Verbose : options.d…
|
D | sourcemap.ts | 3 extendedDiagnostics?: boolean; property 7 const { enter, exit } = generatorOptions.extendedDiagnostics
|
D | emitter.ts | 398 extendedDiagnostics: compilerOptions.extendedDiagnostics, constant 456 extendedDiagnostics: compilerOptions.extendedDiagnostics, 485 extendedDiagnostics: compilerOptions.extendedDiagnostics, 581 extendedDiagnostics?: boolean; property 898 const extendedDiagnostics = !!printerOptions.extendedDiagnostics; constant 947 …ter: enterComment, exit: exitComment } = performance.createTimerIf(extendedDiagnostics, "commentTi…
|
D | tsbuildPublic.ts | 24 /* @internal */ extendedDiagnostics?: boolean; property
|
D | types.ts | 6628 /* @internal */ extendedDiagnostics?: boolean; 8933 /*@internal*/ extendedDiagnostics?: boolean;
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/ |
D | with-excludeDirectories-option-extendedDiagnostics.js | 34 /a/lib/tsc.js -w -extendedDiagnostics
|
D | with-excludeFiles-option-extendedDiagnostics.js | 34 /a/lib/tsc.js -w -extendedDiagnostics
|
D | with-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js | 34 /a/lib/tsc.js -w -extendedDiagnostics
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/ |
D | fsEvent-for-change-is-repeated.js | 19 /a/lib/tsc.js -w main.ts --extendedDiagnostics
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/ |
D | when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js | 25 /a/lib/tsc.js -w --extendedDiagnostics
|
D | when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js | 25 /a/lib/tsc.js -w --extendedDiagnostics
|
D | when-using-file-watching-thats-on-inode.js | 25 /a/lib/tsc.js -w --extendedDiagnostics
|
D | when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js | 25 /a/lib/tsc.js -w --extendedDiagnostics
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchApi/ |
D | when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js | 31 …c.js --w -p /user/username/projects/myproject/projects/project2/tsconfig.json --extendedDiagnostics
|
D | when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js | 31 …c.js --w -p /user/username/projects/myproject/projects/project2/tsconfig.json --extendedDiagnostics
|
/third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/ |
D | package-json-file-is-edited-when-package-json-with-type-module-exists.js | 32 /a/lib/tsc.js --w --p src --extendedDiagnostics -traceResolution --explainFiles
|
D | package-json-file-is-edited.js | 32 /a/lib/tsc.js --w --p src --extendedDiagnostics -traceResolution --explainFiles
|
/third_party/typescript/tests/baselines/reference/tscWatch/resolutionCache/ |
D | works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js | 40 /a/lib/tsc.js --w --extendedDiagnostics
|