Home
last modified time | relevance | path

Searched refs:extendedDiagnostics (Results 1 – 25 of 32) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/tscWatch/consoleClearing/
Dwith---extendedDiagnostics.js19 /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/
Dwhen-creating-extensionless-file.js22 /a/lib/tsc.js -w -p . --extendedDiagnostics
Dwhen-creating-new-file-in-symlinked-folder.js26 /a/lib/tsc.js -w -p . --extendedDiagnostics
Dcorrectly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js25 /a/lib/tsc.js -w --extendedDiagnostics
Dwhen-new-file-is-added-to-the-referenced-project.js31 …sc.js -w -p /user/username/projects/myproject/projects/project2/tsconfig.json --extendedDiagnostics
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts940 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/
DwatchApi.ts58 compilerOptions: { traceResolution: true, extendedDiagnostics: true },
522 optionsToExtend: { extendedDiagnostics: true }
/third_party/typescript/src/compiler/
Dwatch.ts36 !options.extendedDiagnostics &&
592 …(host: WatchFactoryHost & { trace?(s: string): void; }, options: { extendedDiagnostics?: boolean; …
593 …const watchLogLevel = host.trace ? options.extendedDiagnostics ? WatchLogLevel.Verbose : options.d…
Dsourcemap.ts3 extendedDiagnostics?: boolean; property
7 const { enter, exit } = generatorOptions.extendedDiagnostics
Demitter.ts398 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…
DtsbuildPublic.ts24 /* @internal */ extendedDiagnostics?: boolean; property
Dtypes.ts6628 /* @internal */ extendedDiagnostics?: boolean;
8933 /*@internal*/ extendedDiagnostics?: boolean;
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/
Dwith-excludeDirectories-option-extendedDiagnostics.js34 /a/lib/tsc.js -w -extendedDiagnostics
Dwith-excludeFiles-option-extendedDiagnostics.js34 /a/lib/tsc.js -w -extendedDiagnostics
Dwith-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js34 /a/lib/tsc.js -w -extendedDiagnostics
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/
DfsEvent-for-change-is-repeated.js19 /a/lib/tsc.js -w main.ts --extendedDiagnostics
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/
Dwhen-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js25 /a/lib/tsc.js -w --extendedDiagnostics
Dwhen-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js25 /a/lib/tsc.js -w --extendedDiagnostics
Dwhen-using-file-watching-thats-on-inode.js25 /a/lib/tsc.js -w --extendedDiagnostics
Dwhen-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js25 /a/lib/tsc.js -w --extendedDiagnostics
/third_party/typescript/tests/baselines/reference/tscWatch/watchApi/
Dwhen-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js31 …c.js --w -p /user/username/projects/myproject/projects/project2/tsconfig.json --extendedDiagnostics
Dwhen-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js31 …c.js --w -p /user/username/projects/myproject/projects/project2/tsconfig.json --extendedDiagnostics
/third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/
Dpackage-json-file-is-edited-when-package-json-with-type-module-exists.js32 /a/lib/tsc.js --w --p src --extendedDiagnostics -traceResolution --explainFiles
Dpackage-json-file-is-edited.js32 /a/lib/tsc.js --w --p src --extendedDiagnostics -traceResolution --explainFiles
/third_party/typescript/tests/baselines/reference/tscWatch/resolutionCache/
Dworks-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js40 /a/lib/tsc.js --w --extendedDiagnostics

12