Home
last modified time | relevance | path

Searched refs:noEmit (Results 1 – 25 of 41) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/
DnoEmit-changes-composite.js239 Change:: No Change run with noEmit
244 /lib/tsc --p src/project --noEmit
250 Change:: No Change run with noEmit
255 /lib/tsc --p src/project --noEmit
261 Change:: Introduce error but still noEmit
271 /lib/tsc --p src/project --noEmit
586 Change:: No Change run with noEmit
591 /lib/tsc --p src/project --noEmit
597 Change:: No Change run with noEmit
602 /lib/tsc --p src/project --noEmit
[all …]
DnoEmit-changes-incremental-declaration.js240 Change:: No Change run with noEmit
245 /lib/tsc --p src/project --noEmit
251 Change:: No Change run with noEmit
256 /lib/tsc --p src/project --noEmit
262 Change:: Introduce error but still noEmit
272 /lib/tsc --p src/project --noEmit
589 Change:: No Change run with noEmit
594 /lib/tsc --p src/project --noEmit
600 Change:: No Change run with noEmit
605 /lib/tsc --p src/project --noEmit
[all …]
DnoEmit-changes-incremental.js210 Change:: No Change run with noEmit
215 /lib/tsc --p src/project --noEmit
221 Change:: No Change run with noEmit
226 /lib/tsc --p src/project --noEmit
232 Change:: Introduce error but still noEmit
242 /lib/tsc --p src/project --noEmit
545 Change:: No Change run with noEmit
550 /lib/tsc --p src/project --noEmit
556 Change:: No Change run with noEmit
561 /lib/tsc --p src/project --noEmit
[all …]
DnoEmit-changes-with-initial-noEmit-incremental.js50 /lib/tsc --p src/project --noEmit
534 /lib/tsc --p src/project --noEmit
DnoEmit-changes-with-initial-noEmit-incremental-declaration.js50 /lib/tsc --p src/project --noEmit
575 /lib/tsc --p src/project --noEmit
DnoEmit-changes-with-initial-noEmit-composite.js50 /lib/tsc --p src/project --noEmit
572 /lib/tsc --p src/project --noEmit
/third_party/typescript/tests/baselines/reference/docker/
Dpyright.log8 lerna info Executing command in 3 packages: "tsc --noEmit"
9 lerna success exec Executed command in 3 packages: "tsc --noEmit"
/third_party/typescript/tests/baselines/reference/
DdeclFileEmitDeclarationOnlyError2.errors.txt1 error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.
5 !!! error TS5053: Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.
/third_party/typescript/src/testRunner/unittests/config/
DconvertCompilerOptionsFromJson.ts489 noEmit: true,
519 noEmit: true,
545 noEmit: true
568 noEmit: true
/third_party/typescript/src/testRunner/unittests/tsc/
DprojectReferences.ts29 noEmit: true,
/third_party/typescript/tests/cases/docker/pyright/
DDockerfile10 CMD [ "lerna", "exec", "--stream", "--concurrency", "1", "--no-bail", "--", "tsc", "--noEmit" ]
/third_party/typescript_eslint/packages/typescript-estree/src/create-program/
Dshared.ts17 noEmit: true, constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts152 const watch = getWatch(config, { noEmit: true }, sys, createProgram);
198 …manticDiagnosticsBuilderProgram, createEmitAndSemanticDiagnosticsBuilderProgram, { noEmit: true });
DprogramUpdates.ts1183 noEmit: true,
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferenceCompileOnSave.ts264 function noEmit(): SingleScenarioExpectedEmit { function
351 expectedEmit: noEmit(),
Dtelemetry.ts186 noEmit: true constant
/third_party/typescript_eslint/docs/getting-started/linting/
DMONOREPO.md62 "noEmit": true
/third_party/typescript/src/testRunner/unittests/services/
Dtranspile.ts295 … options: { compilerOptions: { noEmit: true }, fileName: "input.js", reportDiagnostics: true }
/third_party/typescript/src/harness/
DcompilerImpl.ts193 if (this.options.noEmit || vpath.isDeclaration(path)) return undefined;
DharnessIO.ts884 …if (!options.noEmit && !options.emitDeclarationOnly && result.js.size === 0 && result.diagnostics.…
/third_party/typescript/src/compiler/
Dbuilder.ts1032 !state.compilerOptions.noEmit &&
1099 …amKind.EmitAndSemanticDiagnosticsBuilderProgram || state.compilerOptions.noEmit || state.compilerO…
Dprogram.ts3244 if (options.noEmit) {
3294 if (!options.noEmit && !options.suppressOutputPathCheck) {
3478 if (!options.composite || options.noEmit) {
3483 …if (options.noEmit) createDiagnosticForReference(parentFile, index, Diagnostics.Referenced_project…
3618 if (options.noEmit) {
3854 if (options.noEmit) {
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts345 …const { program: { affectedFilesPendingEmit, options: { noEmit, ...optionsRest}, ...programRest },…
/third_party/typescript/src/server/
Dprotocol.ts3354 noEmit?: boolean; property
/third_party/typescript/lib/
Dprotocol.d.ts2602 noEmit?: boolean; property

12