From 1c63cdc4342ec3ac30a0458258eb79d5009d2a41 Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Tue, 21 May 2024 14:50:08 -0700 Subject: [PATCH] Fix missing sanitization in verifyTsc baselines for timestamps --- src/testRunner/unittests/helpers/baseline.ts | 6 + src/testRunner/unittests/helpers/tsc.ts | 3 +- src/testRunner/unittests/helpers/tscWatch.ts | 3 +- src/testRunner/unittests/helpers/tsserver.ts | 13 +- .../helpers/virtualFileSystemWithWatch.ts | 19 ++- .../modules-and-globals-mixed-in-amd.js | 20 +-- .../prepend-reports-deprecation-error.js | 20 +-- ...e-resolution-finds-original-source-file.js | 10 +- .../tsbuild/clean/tsx-with-dts-emit.js | 10 +- ...t-options-with-incremental-with-outFile.js | 78 ++++----- .../different-options-with-incremental.js | 78 ++++----- .../different-options-with-outFile.js | 68 ++++---- .../tsbuild/commandLine/different-options.js | 68 ++++---- ...eclaration-and-incremental-with-outFile.js | 64 +++---- ...ndline-with-declaration-and-incremental.js | 64 +++---- ...mmandline-with-declaration-with-outFile.js | 64 +++---- ...y-false-on-commandline-with-declaration.js | 64 +++---- ...nOnly-false-on-commandline-with-outFile.js | 58 +++---- ...mitDeclarationOnly-false-on-commandline.js | 58 +++---- ...eclaration-and-incremental-with-outFile.js | 96 +++++------ ...ndline-with-declaration-and-incremental.js | 96 +++++------ ...mmandline-with-declaration-with-outFile.js | 96 +++++------ ...ionOnly-on-commandline-with-declaration.js | 96 +++++------ ...arationOnly-on-commandline-with-outFile.js | 92 +++++----- .../emitDeclarationOnly-on-commandline.js | 92 +++++----- ...nce-and-both-extend-config-with-include.js | 10 +- ...th-projects-extends-config-with-include.js | 10 +- ...ter-initial-build-doesnt-build-anything.js | 22 +-- .../when-solution-is-referenced-indirectly.js | 28 +-- ...-dts-generation-errors-with-incremental.js | 12 +- ...ugh-triple-slash-but-uses-no-references.js | 6 +- ...file-is-referenced-through-triple-slash.js | 14 +- ...d-inferred-type-from-referenced-project.js | 10 +- ...s-not-in-rootDir-at-the-import-location.js | 14 +- ...ts-the-error-about-it-by-stopping-build.js | 2 +- ...ng-setup-correctly-and-reports-no-error.js | 14 +- ...-emitDeclarationOnly-and-declarationMap.js | 12 +- ...import-project-with-emitDeclarationOnly.js | 12 +- ...mports-project-with-emitDeclarationOnly.js | 18 +- .../tsbuild/extends/configDir-template.js | 6 +- ...ted-file-with-outFile-without-composite.js | 10 +- .../deleted-file-without-composite.js | 10 +- .../detects-deleted-file-with-outFile.js | 20 +-- .../fileDelete/detects-deleted-file.js | 20 +-- ...-transitive-module-with-isolatedModules.js | 18 +- .../inferred-type-from-transitive-module.js | 18 +- ...hange-in-signature-with-isolatedModules.js | 30 ++-- ...s-merged-and-contains-late-bound-member.js | 18 +- .../with-config-with-redirection.js | 18 +- .../tsbuild/libraryResolution/with-config.js | 18 +- ...iffers-between-projects-for-shared-file.js | 16 +- ...ared-resolution-should-not-report-error.js | 10 +- ...t-resolution-options-referenced-project.js | 10 +- .../when-resolution-is-not-shared.js | 14 +- ...fiers-across-projects-resolve-correctly.js | 10 +- ...zed-module-specifiers-resolve-correctly.js | 14 +- .../semantic-errors-with-incremental.js | 36 ++-- .../tsbuild/noCheck-errors/semantic-errors.js | 36 ++-- .../syntax-errors-with-incremental.js | 36 ++-- .../tsbuild/noCheck-errors/syntax-errors.js | 36 ++-- .../semantic-errors-with-incremental.js | 32 ++-- .../tsbuild/noCheck/semantic-errors.js | 32 ++-- .../noCheck/syntax-errors-with-incremental.js | 34 ++-- .../tsbuild/noCheck/syntax-errors.js | 34 ++-- .../semantic-errors-with-incremental.js | 22 +-- .../tsbuild/noEmit/semantic-errors.js | 24 +-- .../noEmit/syntax-errors-with-incremental.js | 22 +-- .../reference/tsbuild/noEmit/syntax-errors.js | 24 +-- .../outFile/baseline-sectioned-sourcemaps.js | 38 ++--- .../non-module-projects-without-prepend.js | 14 +- ...al-flag-changes-between-non-dts-changes.js | 38 ++--- ...-in-tsbuildinfo-doesnt-match-ts-version.js | 14 +- ...erated-when-incremental-is-set-to-false.js | 14 +- ...-buildInfo-absence-results-in-new-build.js | 14 +- ...roject-is-not-composite-but-incremental.js | 14 +- ...t-composite-but-uses-project-references.js | 26 +-- ...final-project-specifies-tsBuildInfoFile.js | 14 +- ...ot-change-but-its-modified-time-changes.js | 26 +-- ...otDir-is-not-specified-and-is-composite.js | 10 +- .../when-rootDir-is-not-specified.js | 10 +- ...iles-belong-to-rootDir-and-is-composite.js | 12 +- ...ied-but-not-all-files-belong-to-rootDir.js | 12 +- .../outputPaths/when-rootDir-is-specified.js | 10 +- ...nfo-file-because-no-rootDir-in-the-base.js | 10 +- ...reports-error-for-same-tsbuildinfo-file.js | 10 +- ...eports-no-error-when-tsbuildinfo-differ.js | 10 +- ...iles-containing-json-file-non-composite.js | 6 +- .../files-containing-json-file.js | 6 +- ...ting-json-module-from-project-reference.js | 16 +- .../include-and-files-non-composite.js | 6 +- .../resolveJsonModule/include-and-files.js | 6 +- ...file-name-matches-ts-file-non-composite.js | 6 +- ...r-include-and-file-name-matches-ts-file.js | 6 +- ...-along-with-other-include-non-composite.js | 6 +- ...nclude-of-json-along-with-other-include.js | 6 +- .../include-only-non-composite.js | 6 +- ...-with-json-not-in-rootDir-non-composite.js | 6 +- .../include-only-with-json-not-in-rootDir.js | 6 +- ...t-outside-configDirectory-non-composite.js | 8 +- ...out-rootDir-but-outside-configDirectory.js | 6 +- ...clude-only-without-outDir-non-composite.js | 6 +- .../include-only-without-outDir.js | 6 +- .../tsbuild/resolveJsonModule/include-only.js | 6 +- .../sourcemap-non-composite.js | 10 +- .../tsbuild/resolveJsonModule/sourcemap.js | 10 +- .../without-outDir-non-composite.js | 10 +- .../resolveJsonModule/without-outDir.js | 10 +- ...nsecutive-and-non-consecutive-are-mixed.js | 12 +- .../roots/when-files-are-not-consecutive.js | 12 +- ...hen-multiple-root-files-are-consecutive.js | 12 +- ...-referenced-project-and-shared-is-first.js | 48 +++--- ...en-root-file-is-from-referenced-project.js | 48 +++--- .../when-two-root-files-are-consecutive.js | 12 +- .../building-using-buildReferencedProject.js | 10 +- ...composite-or-doesnt-have-any-references.js | 6 +- .../can-detect-when-and-what-to-rebuild.js | 42 ++--- ...ojects-if-upstream-projects-have-errors.js | 26 +-- ...vent-if-version-doesnt-match-ts-version.js | 8 +- ...does-not-write-any-files-in-a-dry-build.js | 6 +- .../reference/tsbuild/sample1/explainFiles.js | 50 +++--- ...it-would-skip-builds-during-a-dry-build.js | 6 +- ...-in-tsbuildinfo-doesnt-match-ts-version.js | 14 +- ...uilds-from-start-if-force-option-is-set.js | 14 +- ...uilds-when-extended-config-file-changes.js | 24 +-- ...ror-if-input-file-is-missing-with-force.js | 14 +- .../reports-error-if-input-file-is-missing.js | 14 +- .../reference/tsbuild/sample1/sample.js | 70 ++++---- .../tsbuild/sample1/tsbuildinfo-has-error.js | 12 +- .../when-declaration-option-changes.js | 12 +- .../sample1/when-declarationMap-changes.js | 42 ++--- .../when-esModuleInterop-option-changes.js | 24 +-- ...ot-change-but-its-modified-time-changes.js | 28 +-- .../when-logic-specifies-tsBuildInfoFile.js | 14 +- .../sample1/when-module-option-changes.js | 12 +- .../sample1/when-target-option-changes.js | 12 +- .../reports-syntax-errors-in-config-file.js | 4 + .../demo/updates-with-bad-reference.js | 1 + .../demo/updates-with-circular-reference.js | 2 + .../extends/configDir-template.js | 1 + ...for-changes-to-package-json-main-fields.js | 2 + ...t-correctly-with-cts-and-mts-extensions.js | 5 + ...se-different-module-resolution-settings.js | 1 + ...n-no-files-are-emitted-with-incremental.js | 2 + ...when-watching-when-no-files-are-emitted.js | 2 + ...mit-any-files-on-error-with-incremental.js | 6 + .../does-not-emit-any-files-on-error.js | 6 + .../incremental-updates-in-verbose-mode.js | 3 + .../when-file-with-no-error-changes.js | 2 + ...ing-errors-only-changed-file-is-emitted.js | 2 + .../when-file-with-no-error-changes.js | 1 + ...ixing-error-files-all-files-are-emitted.js | 1 + .../when-preserveWatchOutput-is-not-used.js | 2 + ...veWatchOutput-is-passed-on-command-line.js | 2 + ...e-of-program-emit-with-outDir-specified.js | 1 + ...r-recompilation-because-of-program-emit.js | 1 + ...tches-config-files-that-are-not-present.js | 2 + ...e-down-stream-project-and-then-fixes-it.js | 4 + ...le-is-added,-and-its-subsequent-updates.js | 4 + ...hanges-and-reports-found-errors-message.js | 6 + ...not-start-build-of-referencing-projects.js | 1 + .../with-outFile-and-non-local-change.js | 3 + ...le-is-added,-and-its-subsequent-updates.js | 4 + ...hanges-and-reports-found-errors-message.js | 6 + ...not-start-build-of-referencing-projects.js | 1 + ...project-with-extended-config-is-removed.js | 1 + ...hen-noUnusedParameters-changes-to-false.js | 1 + .../works-with-extended-source-files.js | 9 + ...hen-there-are-23-projects-in-a-solution.js | 18 ++ ...when-there-are-3-projects-in-a-solution.js | 3 + ...when-there-are-5-projects-in-a-solution.js | 3 + ...when-there-are-8-projects-in-a-solution.js | 8 + .../publicApi/with-custom-transformers.js | 2 + .../reexport/Reports-errors-correctly.js | 4 + ...-referenced-project-and-shared-is-first.js | 4 + ...en-root-file-is-from-referenced-project.js | 4 + ...e-projects-with-single-watcher-per-file.js | 6 + .../reports-dts-generation-errors.js | 6 +- .../createWatchOfConfigFile.js | 1 + ...Result-on-WatchCompilerHostOfConfigFile.js | 1 + .../consoleClearing/with---diagnostics.js | 1 + .../with---extendedDiagnostics.js | 1 + .../with---preserveWatchOutput.js | 1 + ...---diagnostics-or---extendedDiagnostics.js | 1 + ...ms-correctly-in-incremental-compilation.js | 1 + ...s-deleted-and-created-as-part-of-change.js | 1 + ...ndles-new-lines-carriageReturn-lineFeed.js | 1 + .../handles-new-lines-lineFeed.js | 1 + .../should-emit-specified-file.js | 2 + ...elf-if-'--isolatedModules'-is-specified.js | 1 + ...-if-'--out'-or-'--outFile'-is-specified.js | 1 + ...should-be-up-to-date-with-deleted-files.js | 1 + ...-be-up-to-date-with-newly-created-files.js | 1 + ...-to-date-with-the-reference-map-changes.js | 5 + ...les-referencing-it-if-its-shape-changed.js | 2 + ...should-detect-changes-in-non-root-files.js | 2 + .../should-detect-non-existing-code-file.js | 2 + .../should-detect-removed-code-file.js | 1 + ...ll-files-if-a-global-file-changed-shape.js | 1 + ...ould-return-cascaded-affected-file-list.js | 3 + ...fine-for-files-with-circular-references.js | 1 + .../config-does-not-have-out-or-outFile.js | 2 + .../config-has-out.js | 2 + .../config-has-outFile.js | 2 + ...-recursive-directory-watcher-is-invoked.js | 1 + ...rrors-for-.d.ts-change-with-incremental.js | 3 + .../errors-for-.d.ts-change.js | 3 + .../errors-for-.ts-change-with-incremental.js | 3 + .../errors-for-.ts-change.js | 3 + ...el-import-that-changes-with-incremental.js | 3 + ...g-a-deep-multilevel-import-that-changes.js | 3 + .../export-with-incremental.js | 3 + .../no-circular-import/export.js | 3 + .../exports-with-incremental.js | 3 + .../yes-circular-import/exports.js | 3 + .../with-noEmitOnError-with-incremental.js | 6 + .../with-noEmitOnError.js | 6 + ...rrors-for-.d.ts-change-with-incremental.js | 3 + .../errors-for-.d.ts-change.js | 3 + .../errors-for-.ts-change-with-incremental.js | 3 + .../errors-for-.ts-change.js | 3 + ...el-import-that-changes-with-incremental.js | 3 + ...g-a-deep-multilevel-import-that-changes.js | 3 + .../export-with-incremental.js | 3 + .../no-circular-import/export.js | 3 + .../exports-with-incremental.js | 3 + .../yes-circular-import/exports.js | 3 + .../with-noEmitOnError-with-incremental.js | 6 + .../with-noEmitOnError.js | 6 + ...rrors-for-.d.ts-change-with-incremental.js | 3 + .../errors-for-.d.ts-change.js | 3 + .../errors-for-.ts-change-with-incremental.js | 3 + .../errors-for-.ts-change.js | 3 + ...el-import-that-changes-with-incremental.js | 3 + ...g-a-deep-multilevel-import-that-changes.js | 3 + .../export-with-incremental.js | 3 + .../no-circular-import/export.js | 3 + .../exports-with-incremental.js | 3 + .../yes-circular-import/exports.js | 3 + .../with-noEmitOnError-with-incremental.js | 6 + .../default/with-noEmitOnError.js | 6 + ...rrors-for-.d.ts-change-with-incremental.js | 3 + .../errors-for-.d.ts-change.js | 3 + .../errors-for-.ts-change-with-incremental.js | 3 + .../errors-for-.ts-change.js | 3 + ...el-import-that-changes-with-incremental.js | 3 + ...g-a-deep-multilevel-import-that-changes.js | 3 + .../export-with-incremental.js | 3 + .../no-circular-import/export.js | 3 + .../exports-with-incremental.js | 3 + .../yes-circular-import/exports.js | 3 + .../with-noEmitOnError-with-incremental.js | 6 + .../defaultAndD/with-noEmitOnError.js | 6 + ...rrors-for-.d.ts-change-with-incremental.js | 3 + .../errors-for-.d.ts-change.js | 3 + .../errors-for-.ts-change-with-incremental.js | 3 + .../errors-for-.ts-change.js | 3 + ...el-import-that-changes-with-incremental.js | 3 + ...g-a-deep-multilevel-import-that-changes.js | 3 + .../export-with-incremental.js | 3 + .../no-circular-import/export.js | 3 + .../exports-with-incremental.js | 3 + .../yes-circular-import/exports.js | 3 + .../with-noEmitOnError-with-incremental.js | 6 + .../isolatedModules/with-noEmitOnError.js | 6 + ...rrors-for-.d.ts-change-with-incremental.js | 3 + .../errors-for-.d.ts-change.js | 3 + .../errors-for-.ts-change-with-incremental.js | 3 + .../errors-for-.ts-change.js | 3 + ...el-import-that-changes-with-incremental.js | 3 + ...g-a-deep-multilevel-import-that-changes.js | 3 + .../export-with-incremental.js | 3 + .../no-circular-import/export.js | 3 + .../exports-with-incremental.js | 3 + .../yes-circular-import/exports.js | 3 + .../with-noEmitOnError-with-incremental.js | 6 + .../isolatedModulesAndD/with-noEmitOnError.js | 6 + .../tscWatch/extends/configDir-template.js | 1 + ...n-Windows-style-drive-root-is-lowercase.js | 1 + ...n-Windows-style-drive-root-is-uppercase.js | 1 + ...ry-symlink-target-and-import-match-disk.js | 1 + ...le-symlink-target-and-import-match-disk.js | 1 + ...nging-module-name-with-different-casing.js | 1 + ...target-matches-disk-but-import-does-not.js | 1 + ...m-multiple-places-with-different-casing.js | 2 + ...target-matches-disk-but-import-does-not.js | 1 + ...link-target,-and-disk-are-all-different.js | 1 + ...link-target,-and-disk-are-all-different.js | 1 + ...link-target-agree-but-do-not-match-disk.js | 1 + ...link-target-agree-but-do-not-match-disk.js | 1 + ...k-but-directory-symlink-target-does-not.js | 1 + ...s-disk-but-file-symlink-target-does-not.js | 1 + ...ative-information-file-location-changes.js | 1 + ...hen-renaming-file-with-different-casing.js | 1 + .../tscWatch/libraryResolution/unknwon-lib.js | 4 + .../with-config-with-redirection.js | 10 ++ .../tscWatch/libraryResolution/with-config.js | 9 + .../without-config-with-redirection.js | 8 + .../libraryResolution/without-config.js | 8 + .../moduleResolution/alternateResult.js | 24 +++ .../diagnostics-from-cache.js | 1 + .../late-discovered-dependency-symlink.js | 1 + ...esolutions-from-file-are-partially-used.js | 1 + ...s-with-partially-used-import-attributes.js | 1 + ...en-package-json-with-type-module-exists.js | 10 ++ .../package-json-file-is-edited.js | 10 ++ .../type-reference-resolutions-reuse.js | 1 + ...for-changes-to-package-json-main-fields.js | 4 + .../esm-mode-file-is-edited.js | 1 + ...configFile-contents-when-options-change.js | 1 + ...rts-errors-when-the-config-file-changes.js | 2 + ...en-'--allowArbitraryExtensions'-changes.js | 2 + ...nostics-when-'--noUnusedLabels'-changes.js | 2 + ...-a-configured-program-without-file-list.js | 1 + ...hould-remove-the-module-not-found-error.js | 2 + ...has-changed-(new-file-in-list-of-files).js | 1 + ...ot-files-has-changed-(new-file-on-disk).js | 1 + ...-root-files-has-changed-through-include.js | 1 + ...-when-set-of-root-files-was-not-changed.js | 1 + .../programUpdates/change-module-to-none.js | 1 + ...iles-are-reflected-in-project-structure.js | 1 + .../programUpdates/config-file-is-deleted.js | 1 + ...s-changes-in-lib-section-of-config-file.js | 1 + ...keys-differ-only-in-directory-seperator.js | 2 + ...eleted-files-affect-project-structure-2.js | 1 + .../deleted-files-affect-project-structure.js | 1 + .../extended-source-files-are-watched.js | 4 + .../file-in-files-is-deleted.js | 1 + .../handle-recreated-files-correctly.js | 3 + ...se-they-were-added-with-tripleSlashRefs.js | 1 + ...tore-the-states-for-configured-projects.js | 2 + ...estore-the-states-for-inferred-projects.js | 2 + ...rors-correctly-with-file-not-in-rootDir.js | 1 + ...s-errors-correctly-with-isolatedModules.js | 1 + .../declarationDir-is-specified.js | 1 + ...-outDir-and-declarationDir-is-specified.js | 1 + .../when-outDir-is-specified.js | 1 + .../with-outFile.js | 1 + ...e-is-specified-with-declaration-enabled.js | 1 + .../without-outDir-or-outFile-is-specified.js | 1 + ...odule-resolution-changes-in-config-file.js | 1 + .../should-reflect-change-in-config-file.js | 2 + ...when-file-changes-from-global-to-module.js | 1 + ...tes-diagnostics-and-emit-for-decorators.js | 2 + ...it-when-useDefineForClassFields-changes.js | 1 + .../updates-emit-on-jsx-option-add.js | 1 + .../updates-emit-on-jsx-option-change.js | 1 + ...-emit-when-verbatimModuleSyntax-changes.js | 2 + ...on-emit-is-disabled-in-compiler-options.js | 4 + .../with-default-options.js | 2 + .../with-skipDefaultLibCheck.js | 2 + .../with-skipLibCheck.js | 2 + .../with-default-options.js | 2 + .../with-skipDefaultLibCheck.js | 2 + .../with-skipLibCheck.js | 2 + ...when-ambient-modules-of-program-changes.js | 2 + ...orceConsistentCasingInFileNames-changes.js | 1 + ...s-errors-when-noErrorTruncation-changes.js | 1 + ...es-errors-when-strictNullChecks-changes.js | 3 + ...solution-when-resolveJsonModule-changes.js | 1 + ...and-new-file-is-added-as-part-of-change.js | 1 + ...owImportingTsExtensions`-of-config-file.js | 1 + .../when-changing-checkJs-of-config-file.js | 1 + .../when-creating-extensionless-file.js | 1 + ...n-creating-new-file-in-symlinked-folder.js | 1 + ...file-is-added-to-the-referenced-project.js | 4 + ...ibCheck-and-skipDefaultLibCheck-changes.js | 6 + ...-file-is-changed-but-its-content-havent.js | 1 + ...-different-folders-with-no-files-clause.js | 8 + ...nsitive-references-in-different-folders.js | 8 + .../on-transitive-references-with-nodenext.js | 8 + .../on-transitive-references.js | 8 + .../tscWatch/resolutionCache/caching-works.js | 3 + .../reusing-type-ref-resolution.js | 4 + .../scoped-package-installation.js | 7 + ...module-goes-missing-and-then-comes-back.js | 3 + ...are-global-and-installed-at-later-point.js | 2 + ...cluded-file-with-ambient-module-changes.js | 1 + ...-no-notification-from-fs-for-index-file.js | 3 + ...le-resolution-changes-to-ambient-module.js | 1 + ...der-that-already-contains-@types-folder.js | 1 + ...rogram-with-files-from-external-library.js | 1 + ...-prefers-declaration-file-over-document.js | 1 + ...-style-sibling-packages-symlinked-Linux.js | 6 + ...packages-symlinked-package1-built-Linux.js | 4 + ...bling-packages-symlinked-package1-built.js | 2 + ...norepo-style-sibling-packages-symlinked.js | 4 + .../extraFileExtensions-are-supported.js | 1 + ...not-implement-hasInvalidatedResolutions.js | 2 + ...st-implements-hasInvalidatedResolutions.js | 2 + ...createSemanticDiagnosticsBuilderProgram.js | 1 + ...ting-with-emitOnlyDtsFiles-with-outFile.js | 1 + .../when-emitting-with-emitOnlyDtsFiles.js | 1 + ...ing-useSourceOfProjectReferenceRedirect.js | 4 + ...-host-implementing-getParsedCommandLine.js | 1 + ...oject-when-there-is-no-config-file-name.js | 1 + ...tends-when-there-is-no-config-file-name.js | 2 + .../fsEvent-for-change-is-repeated.js | 4 + ...tamp-false-useFsEventsOnParentDirectory.js | 2 + .../fsWatch/fsWatchWithTimestamp-false.js | 2 + ...stamp-true-useFsEventsOnParentDirectory.js | 1 + .../fsWatch/fsWatchWithTimestamp-true.js | 1 + ...inode-when-rename-event-ends-with-tilde.js | 2 + ...e-occurs-when-file-is-still-on-the-disk.js | 2 + ...when-using-file-watching-thats-on-inode.js | 2 + ...e-occurs-when-file-is-still-on-the-disk.js | 2 + ...polling-when-renaming-file-in-subfolder.js | 1 + ...rectory-when-renaming-file-in-subfolder.js | 1 + ...tchFile-when-renaming-file-in-subfolder.js | 1 + ...-folders-with-synchronousWatchDirectory.js | 1 + ...ymlinks-to-folders-in-recursive-folders.js | 3 + ...hronous-watch-directory-renaming-a-file.js | 1 + ...ory-with-outDir-and-declaration-enabled.js | 2 + .../with-non-synchronous-watch-directory.js | 5 + .../using-dynamic-priority-polling.js | 161 ++++++++++++++++++ .../using-fixed-chunk-size-polling.js | 5 + 415 files changed, 2534 insertions(+), 1602 deletions(-) diff --git a/src/testRunner/unittests/helpers/baseline.ts b/src/testRunner/unittests/helpers/baseline.ts index e33604291f2c4..564e12ccf9fd4 100644 --- a/src/testRunner/unittests/helpers/baseline.ts +++ b/src/testRunner/unittests/helpers/baseline.ts @@ -5,6 +5,12 @@ import { jsonToReadableText } from "../helpers.js"; import { TscCompileSystem } from "./tsc.js"; import { TestServerHost } from "./virtualFileSystemWithWatch.js"; +export function sanitizeSysOutput(output: string) { + return output + .replace(/Elapsed::\s[0-9]+(?:\.\d+)?ms/g, "Elapsed:: *ms") + .replace(/[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\s(A|P)M/g, "HH:MM:SS AM"); +} + export type CommandLineProgram = [ts.Program, ts.BuilderProgram?]; export interface CommandLineCallbacks { cb: ts.ExecuteCommandLineCallbacks; diff --git a/src/testRunner/unittests/helpers/tsc.ts b/src/testRunner/unittests/helpers/tsc.ts index 16fc92c55900c..c64934e4d8b97 100644 --- a/src/testRunner/unittests/helpers/tsc.ts +++ b/src/testRunner/unittests/helpers/tsc.ts @@ -13,6 +13,7 @@ import { ReadableBuildInfo, ReadableProgramBuildInfoFileInfo, ReadableProgramMultiFileEmitBuildInfo, + sanitizeSysOutput, toPathWithSystem, tscBaselineName, } from "./baseline.js"; @@ -88,7 +89,7 @@ export function testTscCompileLike(input: TestTscCompileLike) { ${baseFsPatch ? vfs.formatPatch(baseFsPatch) : ""} Output:: -${sys.output.join("")} +${sys.output.map(sanitizeSysOutput).join("")} ${patch ? vfs.formatPatch(patch) : ""}`, }; diff --git a/src/testRunner/unittests/helpers/tscWatch.ts b/src/testRunner/unittests/helpers/tscWatch.ts index 05938988e0599..e4b03bd697881 100644 --- a/src/testRunner/unittests/helpers/tscWatch.ts +++ b/src/testRunner/unittests/helpers/tscWatch.ts @@ -104,8 +104,7 @@ function changeToTestServerHostWithTimeoutLogging(host: TestServerHostTrackingWr log: s => baseline.push(s), logs: baseline, }; - host.timeoutCallbacks.switchToBaseliningInvoke(logger, SerializeOutputOrder.BeforeDiff); - host.immediateCallbacks.switchToBaseliningInvoke(logger, SerializeOutputOrder.BeforeDiff); + host.switchToBaseliningInvoke(logger, SerializeOutputOrder.BeforeDiff); return host; } diff --git a/src/testRunner/unittests/helpers/tsserver.ts b/src/testRunner/unittests/helpers/tsserver.ts index 662cb764b0ed9..7a5d133164f43 100644 --- a/src/testRunner/unittests/helpers/tsserver.ts +++ b/src/testRunner/unittests/helpers/tsserver.ts @@ -20,7 +20,6 @@ import { FileOrFolderOrSymLink, libFile, SerializeOutputOrder, - StateLogger, TestServerHost, TestServerHostTrackingWrittenFiles, } from "./virtualFileSystemWithWatch.js"; @@ -56,21 +55,11 @@ export function patchHostTimeouts( return host; } - const originalSetTime = host.setTime; - - host.timeoutCallbacks.switchToBaseliningInvoke(logger, SerializeOutputOrder.None); - host.immediateCallbacks.switchToBaseliningInvoke(logger as StateLogger, SerializeOutputOrder.None); - host.pendingInstalls.switchToBaseliningInvoke(logger, SerializeOutputOrder.None); - host.setTime = setTime; + host.switchToBaseliningInvoke(logger, SerializeOutputOrder.None); host.baselineHost = baselineHost; host.patched = true; return host; - function setTime(time: number) { - logger.log(`Host is moving to new time`); - return originalSetTime.call(host, time); - } - function baselineHost(title: string) { logger.log(title); host.serializeState(logger.logs, SerializeOutputOrder.None); diff --git a/src/testRunner/unittests/helpers/virtualFileSystemWithWatch.ts b/src/testRunner/unittests/helpers/virtualFileSystemWithWatch.ts index 4f2de5807f471..ab487a77abdd3 100644 --- a/src/testRunner/unittests/helpers/virtualFileSystemWithWatch.ts +++ b/src/testRunner/unittests/helpers/virtualFileSystemWithWatch.ts @@ -4,6 +4,7 @@ import { WatchUtils, } from "../../../harness/watchUtils.js"; import { + append, arrayFrom, clear, clone, @@ -46,6 +47,7 @@ import { } from "../../_namespaces/ts.js"; import { typingsInstaller } from "../../_namespaces/ts.server.js"; import { timeIncrements } from "../../_namespaces/vfs.js"; +import { sanitizeSysOutput } from "./baseline.js"; export const libFile: File = { path: "/a/lib/lib.d.ts", @@ -458,6 +460,17 @@ export class TestServerHost implements server.ServerHost, FormatDiagnosticsHost, this.time = time; } + switchToBaseliningInvoke(logger: StateLogger, serializeOutputOrder: SerializeOutputOrder) { + const originalSetTime = this.setTime; + this.setTime = time => { + logger.log(`Host is moving to new time`); + return originalSetTime.call(this, time); + }; + this.timeoutCallbacks.switchToBaseliningInvoke(logger, serializeOutputOrder); + this.immediateCallbacks.switchToBaseliningInvoke(logger, serializeOutputOrder); + this.pendingInstalls.switchToBaseliningInvoke(logger, serializeOutputOrder); + } + private reloadFS(fileOrFolderOrSymLinkList: FileOrFolderOrSymLinkMap | readonly FileOrFolderOrSymLink[]) { Debug.assert(this.fs.size === 0); if (isArray(fileOrFolderOrSymLinkList)) { @@ -1180,11 +1193,7 @@ function diffFsEntry(baseline: string[], oldFsEntry: FSEntry | undefined, newFsE function baselineOutputs(baseline: string[], output: readonly string[], start: number, end = output.length) { let baselinedOutput: string[] | undefined; for (let i = start; i < end; i++) { - (baselinedOutput ||= []).push( - output[i] - .replace(/Elapsed::\s[0-9]+(?:\.\d+)?ms/g, "Elapsed:: *ms") - .replace(/[0-9][0-9]:[0-9][0-9]:[0-9][0-9]\s(A|P)M/g, "HH:MM:SS AM"), - ); + baselinedOutput = append(baselinedOutput, sanitizeSysOutput(output[i])); } if (baselinedOutput) baseline.push(baselinedOutput.join("")); } diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/modules-and-globals-mixed-in-amd.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/modules-and-globals-mixed-in-amd.js index 1ef75109fd008..7c5ec3d0e2f1a 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/modules-and-globals-mixed-in-amd.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/modules-and-globals-mixed-in-amd.js @@ -76,17 +76,17 @@ const globalConst = 10; Output:: /lib/tsc --b /src/app --verbose -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/lib/tsconfig.json * src/app/tsconfig.json -[12:00:17 AM] Project 'src/lib/tsconfig.json' is out of date because output file 'src/lib/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/lib/tsconfig.json' is out of date because output file 'src/lib/module.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/lib/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/lib/tsconfig.json'... -[12:00:26 AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/app/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/app/tsconfig.json'... exitCode:: ExitStatus.Success @@ -675,17 +675,17 @@ export const x = 10;console.log(x); Output:: /lib/tsc --b /src/app --verbose -[12:00:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/lib/tsconfig.json * src/app/tsconfig.json -[12:00:41 AM] Project 'src/lib/tsconfig.json' is out of date because output 'src/lib/module.tsbuildinfo' is older than input 'src/lib/file1.ts' +[HH:MM:SS AM] Project 'src/lib/tsconfig.json' is out of date because output 'src/lib/module.tsbuildinfo' is older than input 'src/lib/file1.ts' -[12:00:42 AM] Building project '/src/lib/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/lib/tsconfig.json'... -[12:00:49 AM] Project 'src/app/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/app/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:50 AM] Updating output timestamps of project '/src/app/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/app/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/prepend-reports-deprecation-error.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/prepend-reports-deprecation-error.js index 94de7260e19fd..bc3e90261e39d 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/prepend-reports-deprecation-error.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/prepend-reports-deprecation-error.js @@ -77,17 +77,17 @@ const globalConst = 10; Output:: /lib/tsc --b /src/app --verbose -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/lib/tsconfig.json * src/app/tsconfig.json -[12:00:17 AM] Project 'src/lib/tsconfig.json' is out of date because output file 'src/lib/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/lib/tsconfig.json' is out of date because output file 'src/lib/module.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/lib/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/lib/tsconfig.json'... -[12:00:26 AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/app/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/app/tsconfig.json'... src/app/tsconfig.json:15:5 - error TS5102: Option 'prepend' has been removed. Please remove it from your configuration. @@ -469,17 +469,17 @@ export const x = 10;console.log(x); Output:: /lib/tsc --b /src/app --verbose -[12:00:31 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/lib/tsconfig.json * src/app/tsconfig.json -[12:00:32 AM] Project 'src/lib/tsconfig.json' is out of date because output 'src/lib/module.tsbuildinfo' is older than input 'src/lib/file1.ts' +[HH:MM:SS AM] Project 'src/lib/tsconfig.json' is out of date because output 'src/lib/module.tsbuildinfo' is older than input 'src/lib/file1.ts' -[12:00:33 AM] Building project '/src/lib/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/lib/tsconfig.json'... -[12:00:40 AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/app/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/app/tsconfig.json'... src/app/tsconfig.json:15:5 - error TS5102: Option 'prepend' has been removed. Please remove it from your configuration. diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/when-the-module-resolution-finds-original-source-file.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/when-the-module-resolution-finds-original-source-file.js index f122e59a4fedb..d448429255a34 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/when-the-module-resolution-finds-original-source-file.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/when-the-module-resolution-finds-original-source-file.js @@ -76,17 +76,17 @@ const globalConst = 10; Output:: /lib/tsc -b /src/app --verbose -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/lib/tsconfig.json * src/app/tsconfig.json -[12:00:19 AM] Project 'src/lib/tsconfig.json' is out of date because output file 'src/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/lib/tsconfig.json' is out of date because output file 'src/module.tsbuildinfo' does not exist -[12:00:20 AM] Building project '/src/lib/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/lib/tsconfig.json'... -[12:00:28 AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/app/tsconfig.json' is out of date because output file 'src/app/module.tsbuildinfo' does not exist -[12:00:29 AM] Building project '/src/app/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/app/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/clean/tsx-with-dts-emit.js b/tests/baselines/reference/tsbuild/clean/tsx-with-dts-emit.js index 568457227a285..fd0462d5bcc29 100644 --- a/tests/baselines/reference/tsbuild/clean/tsx-with-dts-emit.js +++ b/tests/baselines/reference/tsbuild/clean/tsx-with-dts-emit.js @@ -33,12 +33,12 @@ export const x = 10; Output:: /lib/tsc --b src/project -v --explainFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:11 AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/src/main.js' does not exist +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/src/main.js' does not exist -[12:00:12 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -66,10 +66,10 @@ Input:: Output:: /lib/tsc --b src/project -v --explainFiles -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:16 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/src/main.tsx' is older than output 'src/project/src/main.js' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/src/main.tsx' is older than output 'src/project/src/main.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental-with-outFile.js index 21bbf055dbbc4..b55571cdeac49 100644 --- a/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental-with-outFile.js @@ -40,12 +40,12 @@ import { b } from "./b";export const d = b; Output:: /lib/tsc --b /src/project --verbose -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:13 AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/outFile.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -188,12 +188,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:20 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:21 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -341,12 +341,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:27 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:28 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:29 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -489,12 +489,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration -[12:00:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:35 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:36 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -625,12 +625,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:00:41 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:42 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:43 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -766,10 +766,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:49 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:50 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -785,12 +785,12 @@ export const a = 10;const aLocal = 100; Output:: /lib/tsc --b /src/project --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:53 AM] Project 'src/project/tsconfig.json' is out of date because output 'src/outFile.tsbuildinfo' is older than input 'src/project/a.ts' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output 'src/outFile.tsbuildinfo' is older than input 'src/project/a.ts' -[12:00:54 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -933,12 +933,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:00:59 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:00 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:01 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1058,10 +1058,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:01:07 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:08 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1074,12 +1074,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --inlineSourceMap -[12:01:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:10 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:11 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1224,12 +1224,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:01:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:17 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:18 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1377,12 +1377,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:01:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:25 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:26 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1525,12 +1525,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:01:31 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:32 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:33 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1650,10 +1650,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:01:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:40 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental.js b/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental.js index 4781287865bef..942f4187c9473 100644 --- a/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental.js +++ b/tests/baselines/reference/tsbuild/commandLine/different-options-with-incremental.js @@ -38,12 +38,12 @@ import { b } from "./b";export const d = b; Output:: /lib/tsc --b /src/project --verbose -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:13 AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -223,12 +223,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:23 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:24 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -414,12 +414,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:36 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:37 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:38 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -589,12 +589,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration -[12:00:46 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:47 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:48 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -756,12 +756,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:00:56 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:57 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:58 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -937,10 +937,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:01:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:11 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -956,12 +956,12 @@ export const a = 10;const aLocal = 100; Output:: /lib/tsc --b /src/project --verbose -[12:01:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:14 AM] Project 'src/project/tsconfig.json' is out of date because output 'src/project/tsconfig.tsbuildinfo' is older than input 'src/project/a.ts' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output 'src/project/tsconfig.tsbuildinfo' is older than input 'src/project/a.ts' -[12:01:15 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1113,12 +1113,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:01:20 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:21 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:22 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1274,10 +1274,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:01:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:35 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1290,12 +1290,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --inlineSourceMap -[12:01:36 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:37 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:38 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1473,12 +1473,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:01:46 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:47 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:48 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1662,12 +1662,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:02:00 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:02:01 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:02:02 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1841,12 +1841,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:02:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:02:11 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:02:12 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -2002,10 +2002,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:02:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:02:25 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/commandLine/different-options-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/different-options-with-outFile.js index 09be888288310..8bb5a4e497042 100644 --- a/tests/baselines/reference/tsbuild/commandLine/different-options-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/different-options-with-outFile.js @@ -40,12 +40,12 @@ import { b } from "./b";export const d = b; Output:: /lib/tsc --b /src/project --verbose -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:13 AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/outFile.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -206,12 +206,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:00:20 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:21 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:22 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -362,12 +362,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:29 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:30 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -513,10 +513,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration -[12:00:35 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:36 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -529,10 +529,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:37 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:38 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -545,12 +545,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:00:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:40 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:41 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -689,12 +689,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:48 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:49 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:50 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -826,10 +826,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --emitDeclarationOnly -[12:00:56 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:57 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -842,10 +842,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:58 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:59 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -861,12 +861,12 @@ export const a = 10;const aLocal = 100; Output:: /lib/tsc --b /src/project --verbose -[12:01:01 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:02 AM] Project 'src/project/tsconfig.json' is out of date because output 'src/outFile.tsbuildinfo' is older than input 'src/project/a.ts' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output 'src/outFile.tsbuildinfo' is older than input 'src/project/a.ts' -[12:01:03 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1012,10 +1012,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration -[12:01:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:09 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1028,12 +1028,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --inlineSourceMap -[12:01:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:11 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:12 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1181,12 +1181,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:01:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:18 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:19 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/commandLine/different-options.js b/tests/baselines/reference/tsbuild/commandLine/different-options.js index bba7809b66b9f..bfb4220f69ba3 100644 --- a/tests/baselines/reference/tsbuild/commandLine/different-options.js +++ b/tests/baselines/reference/tsbuild/commandLine/different-options.js @@ -38,12 +38,12 @@ import { b } from "./b";export const d = b; Output:: /lib/tsc --b /src/project --verbose -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:13 AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -247,12 +247,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:00:26 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:27 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:28 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -444,12 +444,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:41 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:42 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -627,10 +627,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration -[12:00:50 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:51 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -643,10 +643,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:53 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -659,12 +659,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration --declarationMap -[12:00:54 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:55 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:56 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -842,12 +842,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:01:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:13 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:14 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1009,10 +1009,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --emitDeclarationOnly -[12:01:26 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:27 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1025,10 +1025,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose -[12:01:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:29 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/d.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1044,12 +1044,12 @@ export const a = 10;const aLocal = 100; Output:: /lib/tsc --b /src/project --verbose -[12:01:31 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:32 AM] Project 'src/project/tsconfig.json' is out of date because output 'src/project/tsconfig.tsbuildinfo' is older than input 'src/project/a.ts' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output 'src/project/tsconfig.tsbuildinfo' is older than input 'src/project/a.ts' -[12:01:33 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1205,10 +1205,10 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --declaration -[12:01:38 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:39 AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is up to date because newest input 'src/project/a.ts' is older than output 'src/project/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1221,12 +1221,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --inlineSourceMap -[12:01:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:41 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:42 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1406,12 +1406,12 @@ Input:: Output:: /lib/tsc --b /src/project --verbose --sourceMap -[12:01:50 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:01:51 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:52 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental-with-outFile.js index 957c372f74ff9..d0ead60f1708f 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental-with-outFile.js @@ -67,17 +67,17 @@ import { b } from "b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:26 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -247,15 +247,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:29 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:00:30 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -307,17 +307,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:33 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:34 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:35 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:40 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -473,17 +473,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:42 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:43 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:44 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:49 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:50 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -668,15 +668,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:52 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:00:53 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:54 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -725,15 +725,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:55 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:56 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:00:57 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:58 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -785,17 +785,17 @@ export const b = 10;const bLocal = 10;const blocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:00 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:01 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:02 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:08 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:09 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:10:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental.js index 0cfdd001384d3..80daa2fb5be96 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-and-incremental.js @@ -63,17 +63,17 @@ import { b } from "../../project1/src/b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:29 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist -[12:00:30 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -402,15 +402,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:35 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:00:36 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:37 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -461,17 +461,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:40 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:41 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:46 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:47 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -658,17 +658,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:48 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:49 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:50 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:58 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:59 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1004,15 +1004,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:03 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:04 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:01:05 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:06 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1060,15 +1060,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:07 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:08 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:01:09 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:10 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1119,17 +1119,17 @@ export const b = 10;const bLocal = 10;const blocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:13 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:14 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:20 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:21 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-with-outFile.js index adff441ad5f15..b323594036b96 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration-with-outFile.js @@ -65,17 +65,17 @@ import { b } from "b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.d.ts' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:23 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:24 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -163,15 +163,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:26 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.d.ts' -[12:00:27 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:28 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -222,17 +222,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:30 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:31 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/a.ts' -[12:00:32 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:34 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:35 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -306,17 +306,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:36 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:37 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.js' does not exist -[12:00:38 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:41 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist -[12:00:42 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -420,15 +420,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:43 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:44 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.d.ts' -[12:00:45 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:46 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -476,15 +476,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:47 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:48 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.js' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.js' -[12:00:49 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist -[12:00:50 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -535,17 +535,17 @@ export const b = 10;const bLocal = 10;const blocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:53 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.js' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.js' is older than input 'src/project1/src/b.ts' -[12:00:54 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:57 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist -[12:00:58 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration.js index 2772beda60393..d6d222378f3e3 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-declaration.js @@ -61,17 +61,17 @@ import { b } from "../../project1/src/b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.d.ts' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:26 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:27 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -167,15 +167,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:29 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/a.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/a.d.ts' -[12:00:30 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:31 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -225,17 +225,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:33 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:34 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/a.ts' -[12:00:35 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:40 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:41 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -319,17 +319,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:42 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:43 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.js' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.js' does not exist -[12:00:44 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:53 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist -[12:00:54 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -446,15 +446,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:55 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:56 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/a.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/a.d.ts' -[12:00:57 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:58 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -501,15 +501,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:59 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:00 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/a.js' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/a.js' -[12:01:01 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist -[12:01:02 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -559,17 +559,17 @@ export const b = 10;const bLocal = 10;const blocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:04 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:05 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.js' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.js' is older than input 'src/project1/src/b.ts' -[12:01:06 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:15 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist -[12:01:16 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-outFile.js index 71660c5b19958..5d3a82b3a537b 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline-with-outFile.js @@ -65,17 +65,17 @@ import { b } from "b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:26 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -326,13 +326,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:32 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:33 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:00:34 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -348,17 +348,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:36 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:37 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:38 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:42 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:43 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -478,17 +478,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:46 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:47 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:48 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:53 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:54 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -763,13 +763,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:59 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:00 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:01:01 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -782,13 +782,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:02 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:03 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:01:04 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -804,17 +804,17 @@ export const b = 10;const bLocal = 10;const blocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:06 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:07 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:08 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:13 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:14 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline.js index 53b1249b5c53d..6f2423285a329 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-false-on-commandline.js @@ -61,17 +61,17 @@ import { b } from "../../project1/src/b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:29 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist -[12:00:30 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -415,13 +415,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:37 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:38 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:00:39 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -437,17 +437,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:41 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:42 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:43 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:47 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:48 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -598,17 +598,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:52 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:53 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:01 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:02 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -958,13 +958,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:10 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:01:11 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -977,13 +977,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:13 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:01:14 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -999,17 +999,17 @@ export const b = 10;const bLocal = 10;const blocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly false -[12:01:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:17 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:18 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:23 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:24 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental-with-outFile.js index 0eeaa0f454b3b..6bb6c287b0d03 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental-with-outFile.js @@ -65,17 +65,17 @@ import { b } from "b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:26 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -245,15 +245,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:29 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:00:30 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -305,17 +305,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:33 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:34 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:35 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:40 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -474,17 +474,17 @@ export const a = 10;const aLocal = 10;const aa = 10;export const aaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:43 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:44 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:45 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:50 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:51 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -655,17 +655,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:53 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:00:54 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:59 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:00 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -848,15 +848,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:01 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:02 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:01:03 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:04 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -908,17 +908,17 @@ export const b = 10;const bLocal = 10;const alocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:06 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:07 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:08 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:14 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:15 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1106,17 +1106,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:18 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:19 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:24 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:25 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1275,17 +1275,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:27 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:28 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:29 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:34 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:35 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1460,17 +1460,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:37 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:38 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:39 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:45 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:01:46 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:9:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental.js index 826fcd17624d3..1d76831fe116a 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-and-incremental.js @@ -61,17 +61,17 @@ import { b } from "../../project1/src/b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:29 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist -[12:00:30 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -400,15 +400,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:35 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:00:36 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:37 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -459,17 +459,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:40 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:41 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:46 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:47 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -659,17 +659,17 @@ export const a = 10;const aLocal = 10;const aa = 10;export const aaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:49 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:50 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:51 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:57 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:58 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -982,17 +982,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:02 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:03 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:04 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:12 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:13 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1325,15 +1325,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:18 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:01:19 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:20 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1384,17 +1384,17 @@ export const b = 10;const bLocal = 10;const alocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:23 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:24 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:30 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:31 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1590,17 +1590,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:33 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:34 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:35 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:40 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:41 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -1790,17 +1790,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:43 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:44 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:45 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:51 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:01:52 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -2116,17 +2116,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:57 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:58 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:59 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:02:09 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:02:10 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:7:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-with-outFile.js index 2515db0e31618..027c78cc65729 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration-with-outFile.js @@ -63,17 +63,17 @@ import { b } from "b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.d.ts' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:23 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:24 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -161,15 +161,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:26 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.d.ts' -[12:00:27 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:28 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -220,17 +220,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:30 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:31 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/a.ts' -[12:00:32 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:34 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:35 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -307,17 +307,17 @@ export const a = 10;const aLocal = 10;const aa = 10;export const aaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:37 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:38 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/a.ts' -[12:00:39 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:41 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:42 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -406,17 +406,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:43 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:44 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.js' does not exist -[12:00:45 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:48 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist -[12:00:49 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -519,15 +519,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:50 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:51 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.d.ts' -[12:00:52 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:00:53 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -578,17 +578,17 @@ export const b = 10;const bLocal = 10;const alocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:55 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:56 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.js' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.js' is older than input 'src/project1/src/b.ts' -[12:00:57 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:00 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist -[12:01:01 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -695,17 +695,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:03 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:04 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/b.ts' -[12:01:05 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:07 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:01:08 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -782,17 +782,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:11 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.d.ts' is older than input 'src/project1/src/b.ts' -[12:01:12 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:14 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.d.ts' does not exist -[12:01:15 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -885,17 +885,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:18 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.js' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.js' is older than input 'src/project1/src/b.ts' -[12:01:19 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:22 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.js' does not exist -[12:01:23 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:8:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration.js index 1cc2245f28736..063915c2626b4 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-declaration.js @@ -59,17 +59,17 @@ import { b } from "../../project1/src/b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.d.ts' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:26 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:27 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -165,15 +165,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:29 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/a.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/a.d.ts' -[12:00:30 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:31 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -223,17 +223,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:33 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:34 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/a.ts' -[12:00:35 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:40 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:41 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -320,17 +320,17 @@ export const a = 10;const aLocal = 10;const aa = 10;export const aaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:43 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:44 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/a.ts' -[12:00:45 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:50 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:00:51 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -418,17 +418,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:53 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.js' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/a.js' does not exist -[12:00:54 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:03 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist -[12:01:04 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -544,15 +544,15 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:05 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:06 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/a.d.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/a.d.ts' -[12:01:07 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:01:08 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -602,17 +602,17 @@ export const b = 10;const bLocal = 10;const alocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:11 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.js' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.js' is older than input 'src/project1/src/b.ts' -[12:01:12 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:21 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist -[12:01:22 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -709,17 +709,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:25 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/b.ts' -[12:01:26 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:31 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:01:32 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -806,17 +806,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:35 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.d.ts' is older than input 'src/project1/src/b.ts' -[12:01:36 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:41 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.d.ts' does not exist -[12:01:42 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. @@ -907,17 +907,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:44 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:45 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.js' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/a.js' is older than input 'src/project1/src/b.ts' -[12:01:46 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:55 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/e.js' does not exist -[12:01:56 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... src/project2/src/tsconfig.json:6:5 - error TS6306: Referenced project '/src/project1/src' must have setting "composite": true. diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-outFile.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-outFile.js index dccca36821785..84f27dc5278a6 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-outFile.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline-with-outFile.js @@ -63,17 +63,17 @@ import { b } from "b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/outFile.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:26 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/outFile.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -324,13 +324,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:32 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:33 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:00:34 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -346,17 +346,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:36 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:37 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:38 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:42 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:43 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -479,17 +479,17 @@ export const a = 10;const aLocal = 10;const aa = 10;export const aaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:47 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:48 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:49 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:54 AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/outFile.tsbuildinfo' is older than input 'src/project1/src' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/outFile.tsbuildinfo' is older than input 'src/project1/src' -[12:00:55 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -729,17 +729,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:00:59 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:00 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:01 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:06 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:07 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1011,13 +1011,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:13 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/outFile.tsbuildinfo' -[12:01:14 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/outFile.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1033,17 +1033,17 @@ export const b = 10;const bLocal = 10;const alocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:17 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:18 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:23 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:24 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1196,17 +1196,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:29 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:30 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:34 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:35 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1329,17 +1329,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:40 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/outFile.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:41 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:46 AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/outFile.tsbuildinfo' is older than input 'src/project1/src' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/outFile.tsbuildinfo' is older than input 'src/project1/src' -[12:01:47 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1583,17 +1583,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:53 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:01:54 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:02:00 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/outFile.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/outFile.tsbuildinfo' indicates there is change in compilerOptions -[12:02:01 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline.js b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline.js index 5951d004bd386..d4fab328feda1 100644 --- a/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline.js +++ b/tests/baselines/reference/tsbuild/commandLine/emitDeclarationOnly-on-commandline.js @@ -59,17 +59,17 @@ import { b } from "../../project1/src/b"; export const g = b; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:20 AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output file 'src/project1/src/tsconfig.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:29 AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output file 'src/project2/src/tsconfig.tsbuildinfo' does not exist -[12:00:30 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -413,13 +413,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:37 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:38 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/d.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:00:39 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -435,17 +435,17 @@ export const a = 10;const aLocal = 10;const aa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:41 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:42 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:43 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:47 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:48 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -599,17 +599,17 @@ export const a = 10;const aLocal = 10;const aa = 10;export const aaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:00:53 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/a.ts' -[12:00:54 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:00:59 AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src' -[12:01:00 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -916,17 +916,17 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:04 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:05 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:06 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:14 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:15 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1273,13 +1273,13 @@ Input:: Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:23 AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is up to date because newest input 'src/project1/src/a.ts' is older than output 'src/project1/src/tsconfig.tsbuildinfo' -[12:01:24 AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date because newest input 'src/project2/src/g.ts' is older than output 'src/project2/src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -1295,17 +1295,17 @@ export const b = 10;const bLocal = 10;const alocal = 10; Output:: /lib/tsc --b /src/project2/src --verbose -[12:01:26 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:27 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:28 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:33 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:34 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1466,17 +1466,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10; Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:38 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:39 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:40 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:44 AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:45 AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1630,17 +1630,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose --emitDeclarationOnly -[12:01:49 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:01:50 AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because output 'src/project1/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src/b.ts' -[12:01:51 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:01:56 AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src' +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because output 'src/project2/src/tsconfig.tsbuildinfo' is older than input 'src/project1/src' -[12:01:57 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -1950,17 +1950,17 @@ export const b = 10;const bLocal = 10;const alocal = 10;const aaaa = 10;export c Output:: /lib/tsc --b /src/project2/src --verbose -[12:02:02 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/src/tsconfig.json * src/project2/src/tsconfig.json -[12:02:03 AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project1/src/tsconfig.json' is out of date because buildinfo file 'src/project1/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:02:04 AM] Building project '/src/project1/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project1/src/tsconfig.json'... -[12:02:13 AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'src/project2/src/tsconfig.json' is out of date because buildinfo file 'src/project2/src/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:02:14 AM] Building project '/src/project2/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/configFileExtends/when-building-project-uses-reference-and-both-extend-config-with-include.js b/tests/baselines/reference/tsbuild/configFileExtends/when-building-project-uses-reference-and-both-extend-config-with-include.js index e010b2a1ed581..d4dc4646551c7 100644 --- a/tests/baselines/reference/tsbuild/configFileExtends/when-building-project-uses-reference-and-both-extend-config-with-include.js +++ b/tests/baselines/reference/tsbuild/configFileExtends/when-building-project-uses-reference-and-both-extend-config-with-include.js @@ -79,20 +79,20 @@ export const b: Unrestricted = 1; Output:: /lib/tsc --b /src/webpack/tsconfig.json --v --listFiles -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/shared/tsconfig.json * src/webpack/tsconfig.json -[12:00:17 AM] Project 'src/shared/tsconfig.json' is out of date because output file 'src/target-tsc-build/shared/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/shared/tsconfig.json' is out of date because output file 'src/target-tsc-build/shared/tsconfig.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/shared/tsconfig.json'... /lib/lib.d.ts /src/shared/index.ts /src/shared/typings-base/globals.d.ts -[12:00:26 AM] Project 'src/webpack/tsconfig.json' is out of date because output file 'src/target-tsc-build/webpack/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/webpack/tsconfig.json' is out of date because output file 'src/target-tsc-build/webpack/tsconfig.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/webpack/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/webpack/tsconfig.json'... /lib/lib.d.ts /src/webpack/index.ts diff --git a/tests/baselines/reference/tsbuild/configFileExtends/when-building-solution-with-projects-extends-config-with-include.js b/tests/baselines/reference/tsbuild/configFileExtends/when-building-solution-with-projects-extends-config-with-include.js index 04f56e63b37bd..8b265f287b686 100644 --- a/tests/baselines/reference/tsbuild/configFileExtends/when-building-solution-with-projects-extends-config-with-include.js +++ b/tests/baselines/reference/tsbuild/configFileExtends/when-building-solution-with-projects-extends-config-with-include.js @@ -79,21 +79,21 @@ export const b: Unrestricted = 1; Output:: /lib/tsc --b /src/tsconfig.json --v --listFiles -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/shared/tsconfig.json * src/webpack/tsconfig.json * src/tsconfig.json -[12:00:17 AM] Project 'src/shared/tsconfig.json' is out of date because output file 'src/target-tsc-build/shared/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/shared/tsconfig.json' is out of date because output file 'src/target-tsc-build/shared/tsconfig.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/shared/tsconfig.json'... /lib/lib.d.ts /src/shared/index.ts /src/shared/typings-base/globals.d.ts -[12:00:26 AM] Project 'src/webpack/tsconfig.json' is out of date because output file 'src/target-tsc-build/webpack/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/webpack/tsconfig.json' is out of date because output file 'src/target-tsc-build/webpack/tsconfig.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/webpack/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/webpack/tsconfig.json'... /lib/lib.d.ts /src/webpack/index.ts diff --git a/tests/baselines/reference/tsbuild/containerOnlyReferenced/verify-that-subsequent-builds-after-initial-build-doesnt-build-anything.js b/tests/baselines/reference/tsbuild/containerOnlyReferenced/verify-that-subsequent-builds-after-initial-build-doesnt-build-anything.js index fe2943cc149f6..1b0d6e6115d45 100644 --- a/tests/baselines/reference/tsbuild/containerOnlyReferenced/verify-that-subsequent-builds-after-initial-build-doesnt-build-anything.js +++ b/tests/baselines/reference/tsbuild/containerOnlyReferenced/verify-that-subsequent-builds-after-initial-build-doesnt-build-anything.js @@ -95,24 +95,24 @@ export const x = 10; Output:: /lib/tsc --b /src --verbose -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/src/folder/tsconfig.json * src/src/folder2/tsconfig.json * src/src/tsconfig.json * src/tests/tsconfig.json * src/tsconfig.json -[12:00:19 AM] Project 'src/src/folder/tsconfig.json' is out of date because output file 'src/src/folder/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src/folder/tsconfig.json' is out of date because output file 'src/src/folder/tsconfig.tsbuildinfo' does not exist -[12:00:20 AM] Building project '/src/src/folder/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src/folder/tsconfig.json'... -[12:00:26 AM] Project 'src/src/folder2/tsconfig.json' is out of date because output file 'src/src/folder2/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src/folder2/tsconfig.json' is out of date because output file 'src/src/folder2/tsconfig.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/src/folder2/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src/folder2/tsconfig.json'... -[12:00:33 AM] Project 'src/tests/tsconfig.json' is out of date because output file 'src/tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tests/tsconfig.json' is out of date because output file 'src/tests/tsconfig.tsbuildinfo' does not exist -[12:00:34 AM] Building project '/src/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -317,18 +317,18 @@ Input:: Output:: /lib/tsc --b /src --verbose -[12:00:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/src/folder/tsconfig.json * src/src/folder2/tsconfig.json * src/src/tsconfig.json * src/tests/tsconfig.json * src/tsconfig.json -[12:00:41 AM] Project 'src/src/folder/tsconfig.json' is up to date because newest input 'src/src/folder/index.ts' is older than output 'src/src/folder/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/src/folder/tsconfig.json' is up to date because newest input 'src/src/folder/index.ts' is older than output 'src/src/folder/tsconfig.tsbuildinfo' -[12:00:42 AM] Project 'src/src/folder2/tsconfig.json' is up to date because newest input 'src/src/folder2/index.ts' is older than output 'src/src/folder2/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/src/folder2/tsconfig.json' is up to date because newest input 'src/src/folder2/index.ts' is older than output 'src/src/folder2/tsconfig.tsbuildinfo' -[12:00:43 AM] Project 'src/tests/tsconfig.json' is up to date because newest input 'src/tests/index.ts' is older than output 'src/tests/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tests/tsconfig.json' is up to date because newest input 'src/tests/index.ts' is older than output 'src/tests/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/containerOnlyReferenced/when-solution-is-referenced-indirectly.js b/tests/baselines/reference/tsbuild/containerOnlyReferenced/when-solution-is-referenced-indirectly.js index c9bd98ecd789b..80c682eda8ed0 100644 --- a/tests/baselines/reference/tsbuild/containerOnlyReferenced/when-solution-is-referenced-indirectly.js +++ b/tests/baselines/reference/tsbuild/containerOnlyReferenced/when-solution-is-referenced-indirectly.js @@ -71,31 +71,31 @@ export const d = 10; Output:: /lib/tsc --b /src/project4 --verbose --explainFiles -[12:00:20 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/tsconfig.json * src/project2/tsconfig.json * src/project3/tsconfig.json * src/project4/tsconfig.json -[12:00:21 AM] Project 'src/project2/tsconfig.json' is out of date because output file 'src/project2/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project2/tsconfig.json' is out of date because output file 'src/project2/tsconfig.tsbuildinfo' does not exist -[12:00:22 AM] Building project '/src/project2/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project2/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' src/project2/src/b.ts Matched by default include pattern '**/*' -[12:00:28 AM] Project 'src/project3/tsconfig.json' is out of date because output file 'src/project3/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project3/tsconfig.json' is out of date because output file 'src/project3/tsconfig.tsbuildinfo' does not exist -[12:00:29 AM] Building project '/src/project3/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project3/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' src/project3/src/c.ts Matched by default include pattern '**/*' -[12:00:35 AM] Project 'src/project4/tsconfig.json' is out of date because output file 'src/project4/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project4/tsconfig.json' is out of date because output file 'src/project4/tsconfig.tsbuildinfo' does not exist -[12:00:36 AM] Building project '/src/project4/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project4/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -307,27 +307,27 @@ export const cc = 10; Output:: /lib/tsc --b /src/project4 --verbose --explainFiles -[12:00:43 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project1/tsconfig.json * src/project2/tsconfig.json * src/project3/tsconfig.json * src/project4/tsconfig.json -[12:00:44 AM] Project 'src/project2/tsconfig.json' is up to date because newest input 'src/project2/src/b.ts' is older than output 'src/project2/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project2/tsconfig.json' is up to date because newest input 'src/project2/src/b.ts' is older than output 'src/project2/tsconfig.tsbuildinfo' -[12:00:45 AM] Project 'src/project3/tsconfig.json' is out of date because output 'src/project3/tsconfig.tsbuildinfo' is older than input 'src/project3/src/c.ts' +[HH:MM:SS AM] Project 'src/project3/tsconfig.json' is out of date because output 'src/project3/tsconfig.tsbuildinfo' is older than input 'src/project3/src/c.ts' -[12:00:46 AM] Building project '/src/project3/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project3/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' src/project3/src/c.ts Matched by default include pattern '**/*' -[12:00:52 AM] Project 'src/project4/tsconfig.json' is out of date because output 'src/project4/tsconfig.tsbuildinfo' is older than input 'src/project3' +[HH:MM:SS AM] Project 'src/project4/tsconfig.json' is out of date because output 'src/project4/tsconfig.tsbuildinfo' is older than input 'src/project3' -[12:00:53 AM] Building project '/src/project4/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project4/tsconfig.json'... -[12:00:54 AM] Updating unchanged output timestamps of project '/src/project4/tsconfig.json'... +[HH:MM:SS AM] Updating unchanged output timestamps of project '/src/project4/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' diff --git a/tests/baselines/reference/tsbuild/declarationEmit/reports-dts-generation-errors-with-incremental.js b/tests/baselines/reference/tsbuild/declarationEmit/reports-dts-generation-errors-with-incremental.js index 06de99b0153a2..aa20096bd49ee 100644 --- a/tests/baselines/reference/tsbuild/declarationEmit/reports-dts-generation-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/declarationEmit/reports-dts-generation-errors-with-incremental.js @@ -71,12 +71,12 @@ type KyInstance = { Output:: /lib/tsc -b /src/project --explainFiles --listEmittedFiles --v -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:17 AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because output file 'src/project/tsconfig.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... src/project/index.ts:2:14 - error TS4023: Exported variable 'api' has or is using name 'KyInstance' from external module "/src/project/node_modules/ky/distribution/index" but cannot be named. @@ -186,12 +186,12 @@ Input:: Output:: /lib/tsc -b /src/project --explainFiles --listEmittedFiles --v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:23 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:24 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... src/project/index.ts:2:14 - error TS4023: Exported variable 'api' has or is using name 'KyInstance' from external module "/src/project/node_modules/ky/distribution/index" but cannot be named. diff --git a/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js b/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js index a13d91bea8107..07fe57b209b75 100644 --- a/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js +++ b/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash-but-uses-no-references.js @@ -119,12 +119,12 @@ export function getVar(): keyof typeof variable { Output:: /lib/tsc --b /src/solution/tsconfig.json --verbose -[12:00:21 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/solution/tsconfig.json -[12:00:22 AM] Project 'src/solution/tsconfig.json' is out of date because output file 'src/solution/lib/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/tsconfig.json' is out of date because output file 'src/solution/lib/tsconfig.tsbuildinfo' does not exist -[12:00:23 AM] Building project '/src/solution/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash.js b/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash.js index af7fef9202e0a..9828ec6eeb6d4 100644 --- a/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash.js +++ b/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-is-referenced-through-triple-slash.js @@ -121,24 +121,24 @@ export function getVar(): keyof typeof variable { Output:: /lib/tsc --b /src/solution/tsconfig.json --verbose -[12:00:21 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/solution/src/common/tsconfig.json * src/solution/src/subProject/tsconfig.json * src/solution/src/subProject2/tsconfig.json * src/solution/src/tsconfig.json * src/solution/tsconfig.json -[12:00:22 AM] Project 'src/solution/src/common/tsconfig.json' is out of date because output file 'src/solution/lib/src/common/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/src/common/tsconfig.json' is out of date because output file 'src/solution/lib/src/common/tsconfig.tsbuildinfo' does not exist -[12:00:23 AM] Building project '/src/solution/src/common/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/src/common/tsconfig.json'... -[12:00:32 AM] Project 'src/solution/src/subProject/tsconfig.json' is out of date because output file 'src/solution/lib/src/subProject/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/src/subProject/tsconfig.json' is out of date because output file 'src/solution/lib/src/subProject/tsconfig.tsbuildinfo' does not exist -[12:00:33 AM] Building project '/src/solution/src/subProject/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/src/subProject/tsconfig.json'... -[12:00:40 AM] Project 'src/solution/src/subProject2/tsconfig.json' is out of date because output file 'src/solution/lib/src/subProject2/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/src/subProject2/tsconfig.json' is out of date because output file 'src/solution/lib/src/subProject2/tsconfig.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/solution/src/subProject2/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/src/subProject2/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-used-inferred-type-from-referenced-project.js b/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-used-inferred-type-from-referenced-project.js index 5d9154ef86fb4..f2322e2d79559 100644 --- a/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-used-inferred-type-from-referenced-project.js +++ b/tests/baselines/reference/tsbuild/declarationEmit/when-declaration-file-used-inferred-type-from-referenced-project.js @@ -74,17 +74,17 @@ export function fn4() { Output:: /lib/tsc --b /src/packages/pkg2/tsconfig.json --verbose -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/packages/pkg1/tsconfig.json * src/packages/pkg2/tsconfig.json -[12:00:17 AM] Project 'src/packages/pkg1/tsconfig.json' is out of date because output file 'src/packages/pkg1/lib/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/packages/pkg1/tsconfig.json' is out of date because output file 'src/packages/pkg1/lib/tsconfig.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/packages/pkg1/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/packages/pkg1/tsconfig.json'... -[12:00:26 AM] Project 'src/packages/pkg2/tsconfig.json' is out of date because output file 'src/packages/pkg2/lib/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/packages/pkg2/tsconfig.json' is out of date because output file 'src/packages/pkg2/lib/tsconfig.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/src/packages/pkg2/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/packages/pkg2/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/demo/in-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js b/tests/baselines/reference/tsbuild/demo/in-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js index 87171c86b52d5..96d75ec8840ec 100644 --- a/tests/baselines/reference/tsbuild/demo/in-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js +++ b/tests/baselines/reference/tsbuild/demo/in-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js @@ -144,15 +144,15 @@ export function createZoo(): Array { Output:: /a/lib/tsc --b --verbose -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * animals/tsconfig.json * zoo/tsconfig.json * tsconfig.json -[12:00:26 AM] Project 'core/tsconfig.json' is out of date because output file 'lib/core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'lib/core/tsconfig.tsbuildinfo' does not exist -[12:00:27 AM] Building project '/user/username/projects/demo/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/demo/core/tsconfig.json'... animals/index.ts:1:20 - error TS6059: File '/user/username/projects/demo/animals/animal.ts' is not under 'rootDir' '/user/username/projects/demo/core'. 'rootDir' is expected to contain all source files. @@ -205,13 +205,13 @@ Output::    ~~~ File is included via import here. -[12:00:33 AM] Project 'animals/tsconfig.json' can't be built because its dependency 'core' has errors +[HH:MM:SS AM] Project 'animals/tsconfig.json' can't be built because its dependency 'core' has errors -[12:00:34 AM] Skipping build of project '/user/username/projects/demo/animals/tsconfig.json' because its dependency '/user/username/projects/demo/core' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/demo/animals/tsconfig.json' because its dependency '/user/username/projects/demo/core' has errors -[12:00:35 AM] Project 'zoo/tsconfig.json' can't be built because its dependency 'animals' was not built +[HH:MM:SS AM] Project 'zoo/tsconfig.json' can't be built because its dependency 'animals' was not built -[12:00:36 AM] Skipping build of project '/user/username/projects/demo/zoo/tsconfig.json' because its dependency '/user/username/projects/demo/animals' was not built +[HH:MM:SS AM] Skipping build of project '/user/username/projects/demo/zoo/tsconfig.json' because its dependency '/user/username/projects/demo/animals' was not built Found 7 errors. diff --git a/tests/baselines/reference/tsbuild/demo/in-circular-branch-reports-the-error-about-it-by-stopping-build.js b/tests/baselines/reference/tsbuild/demo/in-circular-branch-reports-the-error-about-it-by-stopping-build.js index 07dd78f905f4e..5624e8f361954 100644 --- a/tests/baselines/reference/tsbuild/demo/in-circular-branch-reports-the-error-about-it-by-stopping-build.js +++ b/tests/baselines/reference/tsbuild/demo/in-circular-branch-reports-the-error-about-it-by-stopping-build.js @@ -148,7 +148,7 @@ export function createZoo(): Array { Output:: /a/lib/tsc --b --verbose -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * animals/tsconfig.json * zoo/tsconfig.json * core/tsconfig.json diff --git a/tests/baselines/reference/tsbuild/demo/in-master-branch-with-everything-setup-correctly-and-reports-no-error.js b/tests/baselines/reference/tsbuild/demo/in-master-branch-with-everything-setup-correctly-and-reports-no-error.js index 549eda6cd89de..a062e3565c81d 100644 --- a/tests/baselines/reference/tsbuild/demo/in-master-branch-with-everything-setup-correctly-and-reports-no-error.js +++ b/tests/baselines/reference/tsbuild/demo/in-master-branch-with-everything-setup-correctly-and-reports-no-error.js @@ -143,23 +143,23 @@ export function createZoo(): Array { Output:: /a/lib/tsc --b --verbose -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * animals/tsconfig.json * zoo/tsconfig.json * tsconfig.json -[12:00:25 AM] Project 'core/tsconfig.json' is out of date because output file 'lib/core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'lib/core/tsconfig.tsbuildinfo' does not exist -[12:00:26 AM] Building project '/user/username/projects/demo/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/demo/core/tsconfig.json'... -[12:00:34 AM] Project 'animals/tsconfig.json' is out of date because output file 'lib/animals/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'animals/tsconfig.json' is out of date because output file 'lib/animals/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/user/username/projects/demo/animals/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/demo/animals/tsconfig.json'... -[12:00:46 AM] Project 'zoo/tsconfig.json' is out of date because output file 'lib/zoo/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'zoo/tsconfig.json' is out of date because output file 'lib/zoo/tsconfig.tsbuildinfo' does not exist -[12:00:47 AM] Building project '/user/username/projects/demo/zoo/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/demo/zoo/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js b/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js index 321f4fddb998c..aae0c72196ca7 100644 --- a/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js +++ b/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly-and-declarationMap.js @@ -68,12 +68,12 @@ export { C } from "./c"; Output:: /lib/tsc --b /src --verbose -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -271,12 +271,12 @@ export interface A { Output:: /lib/tsc --b /src --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly.js b/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly.js index 1e21ec66161af..03c0038c56c83 100644 --- a/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly.js +++ b/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-circular-import-project-with-emitDeclarationOnly.js @@ -68,12 +68,12 @@ export { C } from "./c"; Output:: /lib/tsc --b /src --verbose -[12:00:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:14 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:15 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -258,12 +258,12 @@ export interface A { Output:: /lib/tsc --b /src --verbose -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' -[12:00:27 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js b/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js index 06a05d1645b09..0167416fc8e9a 100644 --- a/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js +++ b/tests/baselines/reference/tsbuild/emitDeclarationOnly/only-dts-output-in-non-circular-imports-project-with-emitDeclarationOnly.js @@ -62,12 +62,12 @@ export interface C { Output:: /lib/tsc --b /src --verbose -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -231,12 +231,12 @@ export interface A { Output:: /lib/tsc --b /src --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -371,12 +371,12 @@ export interface A { Output:: /lib/tsc --b /src --verbose -[12:00:36 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:37 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/a.ts' -[12:00:38 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/extends/configDir-template.js b/tests/baselines/reference/tsbuild/extends/configDir-template.js index 45e4bb1d779a6..8c5ad3199241e 100644 --- a/tests/baselines/reference/tsbuild/extends/configDir-template.js +++ b/tests/baselines/reference/tsbuild/extends/configDir-template.js @@ -102,12 +102,12 @@ declare const console: { log(msg: any): void; }; Output:: /lib/tsc -b /home/src/projects/myproject --explainFiles --v -[12:00:27 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * tsconfig.json -[12:00:28 AM] Project 'tsconfig.json' is out of date because output file 'outDir/main.js' does not exist +[HH:MM:SS AM] Project 'tsconfig.json' is out of date because output file 'outDir/main.js' does not exist -[12:00:29 AM] Building project '/home/src/projects/myproject/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/myproject/tsconfig.json'... File '/home/src/projects/myproject/package.json' does not exist. File '/home/src/projects/package.json' does not exist. diff --git a/tests/baselines/reference/tsbuild/fileDelete/deleted-file-with-outFile-without-composite.js b/tests/baselines/reference/tsbuild/fileDelete/deleted-file-with-outFile-without-composite.js index 5909a10591a5e..b95e7919ff348 100644 --- a/tests/baselines/reference/tsbuild/fileDelete/deleted-file-with-outFile-without-composite.js +++ b/tests/baselines/reference/tsbuild/fileDelete/deleted-file-with-outFile-without-composite.js @@ -39,12 +39,12 @@ export function child2() { Output:: /lib/tsc --b /src/child/tsconfig.json -v --traceResolution --explainFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json -[12:00:11 AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/childResult.js' does not exist +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/childResult.js' does not exist -[12:00:12 AM] Building project '/src/child/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/child/tsconfig.json'... File '/src/child/package.json' does not exist. File '/src/package.json' does not exist. @@ -95,10 +95,10 @@ Input:: Output:: /lib/tsc --b /src/child/tsconfig.json -v --traceResolution --explainFiles -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json -[12:00:16 AM] Project 'src/child/tsconfig.json' is up to date because newest input 'src/child/child.ts' is older than output 'src/childResult.js' +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is up to date because newest input 'src/child/child.ts' is older than output 'src/childResult.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/fileDelete/deleted-file-without-composite.js b/tests/baselines/reference/tsbuild/fileDelete/deleted-file-without-composite.js index 6ec545528c142..c25672d5a4093 100644 --- a/tests/baselines/reference/tsbuild/fileDelete/deleted-file-without-composite.js +++ b/tests/baselines/reference/tsbuild/fileDelete/deleted-file-without-composite.js @@ -36,12 +36,12 @@ export function child2() { Output:: /lib/tsc --b /src/child/tsconfig.json -v --traceResolution --explainFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json -[12:00:11 AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/child/child.js' does not exist +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/child/child.js' does not exist -[12:00:12 AM] Building project '/src/child/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/child/tsconfig.json'... File '/src/child/package.json' does not exist. File '/src/package.json' does not exist. @@ -94,10 +94,10 @@ Input:: Output:: /lib/tsc --b /src/child/tsconfig.json -v --traceResolution --explainFiles -[12:00:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json -[12:00:18 AM] Project 'src/child/tsconfig.json' is up to date because newest input 'src/child/child.ts' is older than output 'src/child/child.js' +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is up to date because newest input 'src/child/child.ts' is older than output 'src/child/child.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file-with-outFile.js b/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file-with-outFile.js index 6e2b870be992f..b08c6b2bbe64b 100644 --- a/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file-with-outFile.js +++ b/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file-with-outFile.js @@ -61,13 +61,13 @@ export function main() { Output:: /lib/tsc --b /src/main/tsconfig.json -v --traceResolution --explainFiles -[12:00:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json * src/main/tsconfig.json -[12:00:14 AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/childResult.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/childResult.tsbuildinfo' does not exist -[12:00:15 AM] Building project '/src/child/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/child/tsconfig.json'... File '/src/child/package.json' does not exist. File '/src/package.json' does not exist. @@ -88,9 +88,9 @@ src/child/child2.ts Matched by default include pattern '**/*' src/child/child.ts Matched by default include pattern '**/*' -[12:00:21 AM] Project 'src/main/tsconfig.json' is out of date because output file 'src/mainResult.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/main/tsconfig.json' is out of date because output file 'src/mainResult.tsbuildinfo' does not exist -[12:00:22 AM] Building project '/src/main/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/main/tsconfig.json'... File '/src/package.json' does not exist according to earlier cached lookups. File '/package.json' does not exist according to earlier cached lookups. @@ -297,13 +297,13 @@ Input:: Output:: /lib/tsc --b /src/main/tsconfig.json -v --traceResolution --explainFiles -[12:00:29 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json * src/main/tsconfig.json -[12:00:30 AM] Project 'src/child/tsconfig.json' is out of date because buildinfo file 'src/childResult.tsbuildinfo' indicates that file 'src/child/child2.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is out of date because buildinfo file 'src/childResult.tsbuildinfo' indicates that file 'src/child/child2.ts' was root file of compilation but not any more. -[12:00:31 AM] Building project '/src/child/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/child/tsconfig.json'... File '/src/child/package.json' does not exist. File '/src/package.json' does not exist. @@ -327,9 +327,9 @@ lib/lib.d.ts Default library for target 'es5' src/child/child.ts Matched by default include pattern '**/*' -[12:00:32 AM] Project 'src/main/tsconfig.json' can't be built because its dependency 'src/child' has errors +[HH:MM:SS AM] Project 'src/main/tsconfig.json' can't be built because its dependency 'src/child' has errors -[12:00:33 AM] Skipping build of project '/src/main/tsconfig.json' because its dependency '/src/child' has errors +[HH:MM:SS AM] Skipping build of project '/src/main/tsconfig.json' because its dependency '/src/child' has errors Found 1 error. diff --git a/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file.js b/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file.js index 040b7ca9fb265..ba3a16f61f90b 100644 --- a/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file.js +++ b/tests/baselines/reference/tsbuild/fileDelete/detects-deleted-file.js @@ -57,13 +57,13 @@ export function main() { Output:: /lib/tsc --b /src/main/tsconfig.json -v --traceResolution --explainFiles -[12:00:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json * src/main/tsconfig.json -[12:00:14 AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/child/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is out of date because output file 'src/child/tsconfig.tsbuildinfo' does not exist -[12:00:15 AM] Building project '/src/child/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/child/tsconfig.json'... File '/src/child/package.json' does not exist. File '/src/package.json' does not exist. @@ -85,9 +85,9 @@ src/child/child2.ts Matched by default include pattern '**/*' src/child/child.ts Matched by default include pattern '**/*' -[12:00:23 AM] Project 'src/main/tsconfig.json' is out of date because output file 'src/main/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/main/tsconfig.json' is out of date because output file 'src/main/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/src/main/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/main/tsconfig.json'... File '/src/main/package.json' does not exist. File '/src/package.json' does not exist according to earlier cached lookups. @@ -314,13 +314,13 @@ Input:: Output:: /lib/tsc --b /src/main/tsconfig.json -v --traceResolution --explainFiles -[12:00:33 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/child/tsconfig.json * src/main/tsconfig.json -[12:00:34 AM] Project 'src/child/tsconfig.json' is out of date because buildinfo file 'src/child/tsconfig.tsbuildinfo' indicates that file 'src/child/child2.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/child/tsconfig.json' is out of date because buildinfo file 'src/child/tsconfig.tsbuildinfo' indicates that file 'src/child/child2.ts' was root file of compilation but not any more. -[12:00:35 AM] Building project '/src/child/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/child/tsconfig.json'... File '/src/child/package.json' does not exist. File '/src/package.json' does not exist. @@ -348,9 +348,9 @@ lib/lib.d.ts Default library for target 'es5' src/child/child.ts Matched by default include pattern '**/*' -[12:00:39 AM] Project 'src/main/tsconfig.json' can't be built because its dependency 'src/child' has errors +[HH:MM:SS AM] Project 'src/main/tsconfig.json' can't be built because its dependency 'src/child' has errors -[12:00:40 AM] Skipping build of project '/src/main/tsconfig.json' because its dependency '/src/child' has errors +[HH:MM:SS AM] Skipping build of project '/src/main/tsconfig.json' because its dependency '/src/child' has errors Found 1 error. diff --git a/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module-with-isolatedModules.js b/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module-with-isolatedModules.js index 1fe011eaa836a..787fd8be14cef 100644 --- a/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module-with-isolatedModules.js +++ b/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module-with-isolatedModules.js @@ -76,12 +76,12 @@ export { default as bar } from './bar'; Output:: /lib/tsc --b /src --verbose -[12:00:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:14 AM] Project 'src/tsconfig.json' is out of date because output file 'src/obj/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/obj/tsconfig.tsbuildinfo' does not exist -[12:00:15 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -303,12 +303,12 @@ export default foo()(function foobar(): void { Output:: /lib/tsc --b /src --verbose -[12:00:29 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:30 AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' -[12:00:31 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -479,12 +479,12 @@ export default foo()(function foobar(param: string): void { Output:: /lib/tsc --b /src --verbose -[12:00:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:41 AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' -[12:00:42 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module.js b/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module.js index b9faed3b53f04..1f20e986a59ed 100644 --- a/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module.js +++ b/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/inferred-type-from-transitive-module.js @@ -76,12 +76,12 @@ export { default as bar } from './bar'; Output:: /lib/tsc --b /src --verbose -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/obj/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/obj/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -303,12 +303,12 @@ export default foo()(function foobar(): void { Output:: /lib/tsc --b /src --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -480,12 +480,12 @@ export default foo()(function foobar(param: string): void { Output:: /lib/tsc --b /src --verbose -[12:00:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:41 AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' -[12:00:42 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/reports-errors-in-files-affected-by-change-in-signature-with-isolatedModules.js b/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/reports-errors-in-files-affected-by-change-in-signature-with-isolatedModules.js index 1cae761bec806..5a693501f4d41 100644 --- a/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/reports-errors-in-files-affected-by-change-in-signature-with-isolatedModules.js +++ b/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/reports-errors-in-files-affected-by-change-in-signature-with-isolatedModules.js @@ -78,12 +78,12 @@ bar("hello"); Output:: /lib/tsc --b /src --verbose -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because output file 'src/obj/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/obj/tsconfig.tsbuildinfo' does not exist -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -308,12 +308,12 @@ export default foo()(function foobar(): void { Output:: /lib/tsc --b /src --verbose -[12:00:30 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:31 AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' -[12:00:32 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/lazyIndex.ts:4:5 - error TS2554: Expected 0 arguments, but got 1. @@ -503,12 +503,12 @@ export default foo()(function foobar(param: string): void { Output:: /lib/tsc --b /src --verbose -[12:00:37 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:38 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/obj/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/obj/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:39 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -666,12 +666,12 @@ export default foo()(function foobar(): void { Output:: /lib/tsc --b /src --verbose -[12:00:48 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:49 AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/obj/tsconfig.tsbuildinfo' is older than input 'src/bar.ts' -[12:00:50 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/lazyIndex.ts:4:5 - error TS2554: Expected 0 arguments, but got 1. @@ -855,12 +855,12 @@ bar(); Output:: /lib/tsc --b /src --verbose -[12:00:55 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:56 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/obj/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/obj/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:57 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/lateBoundSymbol/interface-is-merged-and-contains-late-bound-member.js b/tests/baselines/reference/tsbuild/lateBoundSymbol/interface-is-merged-and-contains-late-bound-member.js index 187315d13c078..575ee69a0024e 100644 --- a/tests/baselines/reference/tsbuild/lateBoundSymbol/interface-is-merged-and-contains-late-bound-member.js +++ b/tests/baselines/reference/tsbuild/lateBoundSymbol/interface-is-merged-and-contains-late-bound-member.js @@ -51,12 +51,12 @@ type A = HKT[typeof sym]; Output:: /lib/tsc --b /src/tsconfig.json --verbose -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -188,12 +188,12 @@ type A = HKT[typeof sym]; Output:: /lib/tsc --b /src/tsconfig.json --verbose -[12:00:20 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:21 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/main.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/main.ts' -[12:00:22 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -320,12 +320,12 @@ const x = 10; Output:: /lib/tsc --b /src/tsconfig.json --verbose -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/main.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/src/main.ts' -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/libraryResolution/with-config-with-redirection.js b/tests/baselines/reference/tsbuild/libraryResolution/with-config-with-redirection.js index a44b584429cd6..82ce3418ed3f7 100644 --- a/tests/baselines/reference/tsbuild/libraryResolution/with-config-with-redirection.js +++ b/tests/baselines/reference/tsbuild/libraryResolution/with-config-with-redirection.js @@ -191,15 +191,15 @@ export const y = 10; Output:: /home/src/lib/tsc -b project1 project2 project3 project4 --verbose --explainFiles -[12:00:49 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * project1/tsconfig.json * project2/tsconfig.json * project3/tsconfig.json * project4/tsconfig.json -[12:00:50 AM] Project 'project1/tsconfig.json' is out of date because output file 'project1/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project1/tsconfig.json' is out of date because output file 'project1/tsconfig.tsbuildinfo' does not exist -[12:00:51 AM] Building project '/home/src/projects/project1/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project1/tsconfig.json'... File '/home/src/projects/project1/package.json' does not exist. File '/home/src/projects/package.json' does not exist. @@ -350,9 +350,9 @@ project1/utils.d.ts project1/typeroot1/sometype/index.d.ts Matched by default include pattern '**/*' Entry point for implicit type library 'sometype' -[12:01:01 AM] Project 'project2/tsconfig.json' is out of date because output file 'project2/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project2/tsconfig.json' is out of date because output file 'project2/tsconfig.tsbuildinfo' does not exist -[12:01:02 AM] Building project '/home/src/projects/project2/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project2/tsconfig.json'... File '/home/src/projects/project2/package.json' does not exist. File '/home/src/projects/package.json' does not exist according to earlier cached lookups. @@ -402,9 +402,9 @@ project2/index.ts Matched by default include pattern '**/*' project2/utils.d.ts Matched by default include pattern '**/*' -[12:01:08 AM] Project 'project3/tsconfig.json' is out of date because output file 'project3/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project3/tsconfig.json' is out of date because output file 'project3/tsconfig.tsbuildinfo' does not exist -[12:01:09 AM] Building project '/home/src/projects/project3/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project3/tsconfig.json'... File '/home/src/projects/project3/package.json' does not exist. File '/home/src/projects/package.json' does not exist according to earlier cached lookups. @@ -454,9 +454,9 @@ project3/index.ts Matched by default include pattern '**/*' project3/utils.d.ts Matched by default include pattern '**/*' -[12:01:15 AM] Project 'project4/tsconfig.json' is out of date because output file 'project4/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project4/tsconfig.json' is out of date because output file 'project4/tsconfig.tsbuildinfo' does not exist -[12:01:16 AM] Building project '/home/src/projects/project4/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project4/tsconfig.json'... File '/home/src/projects/project4/package.json' does not exist. File '/home/src/projects/package.json' does not exist according to earlier cached lookups. diff --git a/tests/baselines/reference/tsbuild/libraryResolution/with-config.js b/tests/baselines/reference/tsbuild/libraryResolution/with-config.js index 37f19ea03002b..3902738c92961 100644 --- a/tests/baselines/reference/tsbuild/libraryResolution/with-config.js +++ b/tests/baselines/reference/tsbuild/libraryResolution/with-config.js @@ -152,15 +152,15 @@ export const y = 10; Output:: /home/src/lib/tsc -b project1 project2 project3 project4 --verbose --explainFiles -[12:00:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * project1/tsconfig.json * project2/tsconfig.json * project3/tsconfig.json * project4/tsconfig.json -[12:00:40 AM] Project 'project1/tsconfig.json' is out of date because output file 'project1/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project1/tsconfig.json' is out of date because output file 'project1/tsconfig.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/home/src/projects/project1/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project1/tsconfig.json'... File '/home/src/projects/project1/package.json' does not exist. File '/home/src/projects/package.json' does not exist. @@ -343,9 +343,9 @@ project1/utils.d.ts project1/typeroot1/sometype/index.d.ts Matched by default include pattern '**/*' Entry point for implicit type library 'sometype' -[12:00:51 AM] Project 'project2/tsconfig.json' is out of date because output file 'project2/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project2/tsconfig.json' is out of date because output file 'project2/tsconfig.tsbuildinfo' does not exist -[12:00:52 AM] Building project '/home/src/projects/project2/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project2/tsconfig.json'... File '/home/src/projects/project2/package.json' does not exist. File '/home/src/projects/package.json' does not exist according to earlier cached lookups. @@ -389,9 +389,9 @@ project2/index.ts Matched by default include pattern '**/*' project2/utils.d.ts Matched by default include pattern '**/*' -[12:00:58 AM] Project 'project3/tsconfig.json' is out of date because output file 'project3/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project3/tsconfig.json' is out of date because output file 'project3/tsconfig.tsbuildinfo' does not exist -[12:00:59 AM] Building project '/home/src/projects/project3/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project3/tsconfig.json'... File '/home/src/projects/project3/package.json' does not exist. File '/home/src/projects/package.json' does not exist according to earlier cached lookups. @@ -435,9 +435,9 @@ project3/index.ts Matched by default include pattern '**/*' project3/utils.d.ts Matched by default include pattern '**/*' -[12:01:05 AM] Project 'project4/tsconfig.json' is out of date because output file 'project4/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'project4/tsconfig.json' is out of date because output file 'project4/tsconfig.tsbuildinfo' does not exist -[12:01:06 AM] Building project '/home/src/projects/project4/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/projects/project4/tsconfig.json'... File '/home/src/projects/project4/package.json' does not exist. File '/home/src/projects/package.json' does not exist according to earlier cached lookups. diff --git a/tests/baselines/reference/tsbuild/moduleResolution/impliedNodeFormat-differs-between-projects-for-shared-file.js b/tests/baselines/reference/tsbuild/moduleResolution/impliedNodeFormat-differs-between-projects-for-shared-file.js index c8b66cdc3684e..16f08afa54b6e 100644 --- a/tests/baselines/reference/tsbuild/moduleResolution/impliedNodeFormat-differs-between-projects-for-shared-file.js +++ b/tests/baselines/reference/tsbuild/moduleResolution/impliedNodeFormat-differs-between-projects-for-shared-file.js @@ -70,13 +70,13 @@ export function foo(): void; Output:: /lib/tsc -b /src/projects/a /src/projects/b --verbose --traceResolution --explainFiles -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/projects/a/tsconfig.json * src/projects/b/tsconfig.json -[12:00:23 AM] Project 'src/projects/a/tsconfig.json' is out of date because output file 'src/projects/a/src/index.js' does not exist +[HH:MM:SS AM] Project 'src/projects/a/tsconfig.json' is out of date because output file 'src/projects/a/src/index.js' does not exist -[12:00:24 AM] Building project '/src/projects/a/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/projects/a/tsconfig.json'... File '/src/projects/a/src/package.json' does not exist. File '/src/projects/a/package.json' does not exist. @@ -102,9 +102,9 @@ src/projects/a/src/index.ts Matched by default include pattern '**/*' src/projects/node_modules/@types/pg/index.d.ts Entry point for implicit type library 'pg' -[12:00:26 AM] Project 'src/projects/b/tsconfig.json' is out of date because output file 'src/projects/b/src/index.js' does not exist +[HH:MM:SS AM] Project 'src/projects/b/tsconfig.json' is out of date because output file 'src/projects/b/src/index.js' does not exist -[12:00:27 AM] Building project '/src/projects/b/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/projects/b/tsconfig.json'... File '/src/projects/b/src/package.json' does not exist. Found 'package.json' at '/src/projects/b/package.json'. @@ -164,13 +164,13 @@ Input:: Output:: /lib/tsc -b /src/projects/a /src/projects/b --verbose --traceResolution --explainFiles -[12:00:29 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/projects/a/tsconfig.json * src/projects/b/tsconfig.json -[12:00:30 AM] Project 'src/projects/a/tsconfig.json' is up to date because newest input 'src/projects/a/src/index.ts' is older than output 'src/projects/a/src/index.js' +[HH:MM:SS AM] Project 'src/projects/a/tsconfig.json' is up to date because newest input 'src/projects/a/src/index.ts' is older than output 'src/projects/a/src/index.js' -[12:00:31 AM] Project 'src/projects/b/tsconfig.json' is up to date because newest input 'src/projects/b/src/index.ts' is older than output 'src/projects/b/src/index.js' +[HH:MM:SS AM] Project 'src/projects/b/tsconfig.json' is up to date because newest input 'src/projects/b/src/index.ts' is older than output 'src/projects/b/src/index.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/moduleResolution/shared-resolution-should-not-report-error.js b/tests/baselines/reference/tsbuild/moduleResolution/shared-resolution-should-not-report-error.js index 280c907046f5b..049fa2fbb57be 100644 --- a/tests/baselines/reference/tsbuild/moduleResolution/shared-resolution-should-not-report-error.js +++ b/tests/baselines/reference/tsbuild/moduleResolution/shared-resolution-should-not-report-error.js @@ -89,13 +89,13 @@ export { a } from 'a'; Output:: /lib/tsc -b packages/b --verbose --traceResolution --explainFiles -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * packages/a/tsconfig.json * packages/b/tsconfig.json -[12:00:23 AM] Project 'packages/a/tsconfig.json' is out of date because output file 'packages/a/types/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'packages/a/tsconfig.json' is out of date because output file 'packages/a/types/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/src/projects/project/packages/a/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/projects/project/packages/a/tsconfig.json'... Found 'package.json' at '/src/projects/project/packages/a/package.json'. File '/src/projects/project/packages/a/test/package.json' does not exist. @@ -128,9 +128,9 @@ packages/a/index.js packages/a/test/index.js Matched by default include pattern '**/*' File is ECMAScript module because 'packages/a/package.json' has field "type" with value "module" -[12:00:32 AM] Project 'packages/b/tsconfig.json' is out of date because output 'packages/b/index.js' is older than input 'packages/a' +[HH:MM:SS AM] Project 'packages/b/tsconfig.json' is out of date because output 'packages/b/index.js' is older than input 'packages/a' -[12:00:33 AM] Building project '/src/projects/project/packages/b/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/projects/project/packages/b/tsconfig.json'... Found 'package.json' at '/src/projects/project/packages/b/package.json'. ======== Resolving module 'a' from '/src/projects/project/packages/b/index.js'. ======== diff --git a/tests/baselines/reference/tsbuild/moduleResolution/type-reference-resolution-uses-correct-options-for-different-resolution-options-referenced-project.js b/tests/baselines/reference/tsbuild/moduleResolution/type-reference-resolution-uses-correct-options-for-different-resolution-options-referenced-project.js index 0f589c2192b1e..090bc72b3f786 100644 --- a/tests/baselines/reference/tsbuild/moduleResolution/type-reference-resolution-uses-correct-options-for-different-resolution-options-referenced-project.js +++ b/tests/baselines/reference/tsbuild/moduleResolution/type-reference-resolution-uses-correct-options-for-different-resolution-options-referenced-project.js @@ -57,13 +57,13 @@ declare type TheNum2 = "type2"; Output:: /lib/tsc -b /src/packages/pkg1.tsconfig.json /src/packages/pkg2.tsconfig.json --verbose --traceResolution -[12:00:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/packages/pkg1.tsconfig.json * src/packages/pkg2.tsconfig.json -[12:00:18 AM] Project 'src/packages/pkg1.tsconfig.json' is out of date because output file 'src/packages/pkg1.tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/packages/pkg1.tsconfig.json' is out of date because output file 'src/packages/pkg1.tsconfig.tsbuildinfo' does not exist -[12:00:19 AM] Building project '/src/packages/pkg1.tsconfig.json'... +[HH:MM:SS AM] Building project '/src/packages/pkg1.tsconfig.json'... File '/src/packages/package.json' does not exist. File '/src/package.json' does not exist. @@ -82,9 +82,9 @@ File '/src/package.json' does not exist according to earlier cached lookups. File '/package.json' does not exist according to earlier cached lookups. File '/lib/package.json' does not exist. File '/package.json' does not exist according to earlier cached lookups. -[12:00:25 AM] Project 'src/packages/pkg2.tsconfig.json' is out of date because output file 'src/packages/pkg2.tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/packages/pkg2.tsconfig.json' is out of date because output file 'src/packages/pkg2.tsconfig.tsbuildinfo' does not exist -[12:00:26 AM] Building project '/src/packages/pkg2.tsconfig.json'... +[HH:MM:SS AM] Building project '/src/packages/pkg2.tsconfig.json'... File '/src/packages/package.json' does not exist according to earlier cached lookups. File '/src/package.json' does not exist according to earlier cached lookups. diff --git a/tests/baselines/reference/tsbuild/moduleResolution/when-resolution-is-not-shared.js b/tests/baselines/reference/tsbuild/moduleResolution/when-resolution-is-not-shared.js index 064a64f5f3fb8..1eec9a278dc26 100644 --- a/tests/baselines/reference/tsbuild/moduleResolution/when-resolution-is-not-shared.js +++ b/tests/baselines/reference/tsbuild/moduleResolution/when-resolution-is-not-shared.js @@ -89,12 +89,12 @@ export { a } from 'a'; Output:: /lib/tsc -b packages/a --verbose --traceResolution --explainFiles -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * packages/a/tsconfig.json -[12:00:23 AM] Project 'packages/a/tsconfig.json' is out of date because output file 'packages/a/types/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'packages/a/tsconfig.json' is out of date because output file 'packages/a/types/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/src/projects/project/packages/a/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/projects/project/packages/a/tsconfig.json'... Found 'package.json' at '/src/projects/project/packages/a/package.json'. File '/src/projects/project/packages/a/test/package.json' does not exist. @@ -229,15 +229,15 @@ Input:: Output:: /lib/tsc -b packages/b --verbose --traceResolution --explainFiles -[12:00:32 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * packages/a/tsconfig.json * packages/b/tsconfig.json -[12:00:33 AM] Project 'packages/a/tsconfig.json' is up to date because newest input 'packages/a/test/index.js' is older than output 'packages/a/types/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'packages/a/tsconfig.json' is up to date because newest input 'packages/a/test/index.js' is older than output 'packages/a/types/tsconfig.tsbuildinfo' -[12:00:34 AM] Project 'packages/b/tsconfig.json' is out of date because output 'packages/b/index.js' is older than input 'packages/b/tsconfig.json' +[HH:MM:SS AM] Project 'packages/b/tsconfig.json' is out of date because output 'packages/b/index.js' is older than input 'packages/b/tsconfig.json' -[12:00:35 AM] Building project '/src/projects/project/packages/b/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/projects/project/packages/b/tsconfig.json'... Found 'package.json' at '/src/projects/project/packages/b/package.json'. ======== Resolving module 'a' from '/src/projects/project/packages/b/index.js'. ======== diff --git a/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-across-projects-resolve-correctly.js b/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-across-projects-resolve-correctly.js index 64fdb591994f5..df141e46906cc 100644 --- a/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-across-projects-resolve-correctly.js +++ b/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-across-projects-resolve-correctly.js @@ -127,17 +127,17 @@ export * from './dogconfig.js'; Output:: /lib/tsc -b src/src-types src/src-dogs --verbose -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/src-types/tsconfig.json * src/src-dogs/tsconfig.json -[12:00:25 AM] Project 'src/src-types/tsconfig.json' is out of date because output file 'src/src-types/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src-types/tsconfig.json' is out of date because output file 'src/src-types/tsconfig.tsbuildinfo' does not exist -[12:00:26 AM] Building project '/src/src-types/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src-types/tsconfig.json'... -[12:00:34 AM] Project 'src/src-dogs/tsconfig.json' is out of date because output file 'src/src-dogs/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src-dogs/tsconfig.json' is out of date because output file 'src/src-dogs/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/src/src-dogs/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src-dogs/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-resolve-correctly.js b/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-resolve-correctly.js index ed82fad16008a..27dee60df7d57 100644 --- a/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-resolve-correctly.js +++ b/tests/baselines/reference/tsbuild/moduleSpecifiers/synthesized-module-specifiers-resolve-correctly.js @@ -117,24 +117,24 @@ export function getVar(): keyof typeof variable { Output:: /lib/tsc -b /src --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/solution/common/tsconfig.json * src/solution/sub-project/tsconfig.json * src/solution/sub-project-2/tsconfig.json * src/solution/tsconfig.json * src/tsconfig.json -[12:00:20 AM] Project 'src/solution/common/tsconfig.json' is out of date because output file 'src/lib/solution/common/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/common/tsconfig.json' is out of date because output file 'src/lib/solution/common/tsconfig.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/solution/common/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/common/tsconfig.json'... -[12:00:30 AM] Project 'src/solution/sub-project/tsconfig.json' is out of date because output file 'src/lib/solution/sub-project/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/sub-project/tsconfig.json' is out of date because output file 'src/lib/solution/sub-project/tsconfig.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/solution/sub-project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/sub-project/tsconfig.json'... -[12:00:38 AM] Project 'src/solution/sub-project-2/tsconfig.json' is out of date because output file 'src/lib/solution/sub-project-2/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/solution/sub-project-2/tsconfig.json' is out of date because output file 'src/lib/solution/sub-project-2/tsconfig.tsbuildinfo' does not exist -[12:00:39 AM] Building project '/src/solution/sub-project-2/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/solution/sub-project-2/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors-with-incremental.js b/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors-with-incremental.js index 6c04121b77f06..39fddc822ab24 100644 --- a/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors-with-incremental.js @@ -32,12 +32,12 @@ const a: number = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -129,12 +129,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -176,12 +176,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -273,12 +273,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:25 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:26 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -324,12 +324,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -444,12 +444,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:35 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:36 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors.js b/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors.js index be37c71338c36..999aa80dcbbb6 100644 --- a/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors.js +++ b/tests/baselines/reference/tsbuild/noCheck-errors/semantic-errors.js @@ -32,12 +32,12 @@ const a: number = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -74,12 +74,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -120,12 +120,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:17 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -162,12 +162,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -212,12 +212,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:23 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:24 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -258,12 +258,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:27 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors-with-incremental.js b/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors-with-incremental.js index 3ac1727d00498..07033877ee2a7 100644 --- a/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors-with-incremental.js @@ -32,12 +32,12 @@ const a = "hello Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -134,12 +134,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -186,12 +186,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -283,12 +283,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:25 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:26 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -334,12 +334,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -454,12 +454,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:34 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:35 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:36 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors.js b/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors.js index ea1eac55da315..3e5d028a46caf 100644 --- a/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors.js +++ b/tests/baselines/reference/tsbuild/noCheck-errors/syntax-errors.js @@ -32,12 +32,12 @@ const a = "hello Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -79,12 +79,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -130,12 +130,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:17 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -172,12 +172,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/tsconfig.json:3:16 - error TS5023: Unknown compiler option 'noCheck'. @@ -222,12 +222,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:23 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:24 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -268,12 +268,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:27 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck/semantic-errors-with-incremental.js b/tests/baselines/reference/tsbuild/noCheck/semantic-errors-with-incremental.js index ab5535f4933bc..71f31482a8108 100644 --- a/tests/baselines/reference/tsbuild/noCheck/semantic-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/noCheck/semantic-errors-with-incremental.js @@ -32,12 +32,12 @@ const a: number = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -133,10 +133,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -153,12 +153,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/a.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/a.ts' -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -252,10 +252,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -276,12 +276,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -321,12 +321,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:31 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:32 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' -[12:00:33 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck/semantic-errors.js b/tests/baselines/reference/tsbuild/noCheck/semantic-errors.js index 5c10389bbb596..caa6ccb419647 100644 --- a/tests/baselines/reference/tsbuild/noCheck/semantic-errors.js +++ b/tests/baselines/reference/tsbuild/noCheck/semantic-errors.js @@ -32,12 +32,12 @@ const a: number = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -76,10 +76,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/a.d.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/a.d.ts' exitCode:: ExitStatus.Success @@ -96,12 +96,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/a.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/a.ts' -[12:00:17 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -140,10 +140,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:20 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/a.d.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/a.d.ts' exitCode:: ExitStatus.Success @@ -164,12 +164,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:23 AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' -[12:00:24 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -210,12 +210,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' -[12:00:27 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck/syntax-errors-with-incremental.js b/tests/baselines/reference/tsbuild/noCheck/syntax-errors-with-incremental.js index 0a2583af8beec..f65267422d29d 100644 --- a/tests/baselines/reference/tsbuild/noCheck/syntax-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/noCheck/syntax-errors-with-incremental.js @@ -32,12 +32,12 @@ const a = "hello Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:2:17 - error TS1002: Unterminated string literal. @@ -131,12 +131,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:2:17 - error TS1002: Unterminated string literal. @@ -179,12 +179,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -280,10 +280,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -304,12 +304,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -349,12 +349,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:31 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:32 AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/tsconfig.tsbuildinfo' is older than input 'src/tsconfig.json' -[12:00:33 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noCheck/syntax-errors.js b/tests/baselines/reference/tsbuild/noCheck/syntax-errors.js index ea2b9242669bd..34cf37d7510d0 100644 --- a/tests/baselines/reference/tsbuild/noCheck/syntax-errors.js +++ b/tests/baselines/reference/tsbuild/noCheck/syntax-errors.js @@ -32,12 +32,12 @@ const a = "hello Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:2:17 - error TS1002: Unterminated string literal. @@ -75,12 +75,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:2:17 - error TS1002: Unterminated string literal. @@ -122,12 +122,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.d.ts' does not exist -[12:00:17 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -166,10 +166,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:20 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/a.d.ts' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/a.d.ts' exitCode:: ExitStatus.Success @@ -190,12 +190,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:23 AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' -[12:00:24 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -236,12 +236,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:25 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:26 AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output 'src/a.d.ts' is older than input 'src/tsconfig.json' -[12:00:27 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. diff --git a/tests/baselines/reference/tsbuild/noEmit/semantic-errors-with-incremental.js b/tests/baselines/reference/tsbuild/noEmit/semantic-errors-with-incremental.js index 42e34149d5157..38e35825c5e33 100644 --- a/tests/baselines/reference/tsbuild/noEmit/semantic-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/noEmit/semantic-errors-with-incremental.js @@ -29,12 +29,12 @@ const a: number = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -143,12 +143,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -188,12 +188,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -282,10 +282,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:25 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/noEmit/semantic-errors.js b/tests/baselines/reference/tsbuild/noEmit/semantic-errors.js index f95748d03d8ab..7a56a9fce0b99 100644 --- a/tests/baselines/reference/tsbuild/noEmit/semantic-errors.js +++ b/tests/baselines/reference/tsbuild/noEmit/semantic-errors.js @@ -29,12 +29,12 @@ const a: number = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -74,12 +74,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:7 - error TS2322: Type 'string' is not assignable to type 'number'. @@ -122,12 +122,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:17 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -159,12 +159,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/noEmit/syntax-errors-with-incremental.js b/tests/baselines/reference/tsbuild/noEmit/syntax-errors-with-incremental.js index 41647268cfb01..58ad5afc2a6e3 100644 --- a/tests/baselines/reference/tsbuild/noEmit/syntax-errors-with-incremental.js +++ b/tests/baselines/reference/tsbuild/noEmit/syntax-errors-with-incremental.js @@ -29,12 +29,12 @@ const a = "hello Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:17 - error TS1002: Unterminated string literal. @@ -121,12 +121,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:17 - error TS1002: Unterminated string literal. @@ -166,12 +166,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -261,10 +261,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v --incremental -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:25 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/a.ts' is older than output 'src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/noEmit/syntax-errors.js b/tests/baselines/reference/tsbuild/noEmit/syntax-errors.js index b062adf1c65dd..3d63f8dba07ed 100644 --- a/tests/baselines/reference/tsbuild/noEmit/syntax-errors.js +++ b/tests/baselines/reference/tsbuild/noEmit/syntax-errors.js @@ -29,12 +29,12 @@ const a = "hello Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:09 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:10 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:17 - error TS1002: Unterminated string literal. @@ -70,12 +70,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/a.ts:1:17 - error TS1002: Unterminated string literal. @@ -114,12 +114,12 @@ const a = "hello" Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:15 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:16 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:17 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ @@ -151,12 +151,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/a.js' does not exist -[12:00:20 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success Program root files: [ diff --git a/tests/baselines/reference/tsbuild/outFile/baseline-sectioned-sourcemaps.js b/tests/baselines/reference/tsbuild/outFile/baseline-sectioned-sourcemaps.js index 137e1a25afa71..4c5dcfd966209 100644 --- a/tests/baselines/reference/tsbuild/outFile/baseline-sectioned-sourcemaps.js +++ b/tests/baselines/reference/tsbuild/outFile/baseline-sectioned-sourcemaps.js @@ -132,14 +132,14 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose --explainFiles -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:19 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:20 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -149,9 +149,9 @@ src/first/first_part2.ts Part of 'files' list in tsconfig.json src/first/first_part3.ts Part of 'files' list in tsconfig.json -[12:00:29 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:30 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -159,9 +159,9 @@ src/second/second_part1.ts Matched by default include pattern '**/*' src/second/second_part2.ts Matched by default include pattern '**/*' -[12:00:39 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist -[12:00:40 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -1214,14 +1214,14 @@ console.log(s); Output:: /lib/tsc --b /src/third --verbose --explainFiles -[12:00:57 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:58 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' -[12:00:59 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -1231,11 +1231,11 @@ src/first/first_part2.ts Part of 'files' list in tsconfig.json src/first/first_part3.ts Part of 'files' list in tsconfig.json -[12:01:07 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:01:08 AM] Project 'src/third/tsconfig.json' is out of date because output 'src/third/thirdjs/output/third-output.tsbuildinfo' is older than input 'src/first' +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output 'src/third/thirdjs/output/third-output.tsbuildinfo' is older than input 'src/first' -[12:01:09 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -1734,14 +1734,14 @@ console.log(s); Output:: /lib/tsc --b /src/third --verbose --explainFiles -[12:01:21 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:01:22 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' -[12:01:23 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -1751,11 +1751,11 @@ src/first/first_part2.ts Part of 'files' list in tsconfig.json src/first/first_part3.ts Part of 'files' list in tsconfig.json -[12:01:30 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:01:31 AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:32 AM] Updating output timestamps of project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success readFiles:: { diff --git a/tests/baselines/reference/tsbuild/outFile/non-module-projects-without-prepend.js b/tests/baselines/reference/tsbuild/outFile/non-module-projects-without-prepend.js index e2bcaffd9717b..8ce1b3901ba96 100644 --- a/tests/baselines/reference/tsbuild/outFile/non-module-projects-without-prepend.js +++ b/tests/baselines/reference/tsbuild/outFile/non-module-projects-without-prepend.js @@ -132,22 +132,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:25 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/tsconfig.tsbuildinfo' does not exist -[12:00:26 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:42 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/second/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/second/tsconfig.tsbuildinfo' does not exist -[12:00:43 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:55 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/tsconfig.tsbuildinfo' does not exist -[12:00:56 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js b/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js index a2aec2714e27b..d470590d3a53c 100644 --- a/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js +++ b/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js @@ -132,22 +132,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --i --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:20 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:30 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:40 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success @@ -457,20 +457,20 @@ console.log(s); Output:: /lib/tsc --b /src/third --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:53 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' -[12:00:54 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:01:01 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:01:02 AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:03 AM] Updating output timestamps of project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success @@ -587,20 +587,20 @@ console.log(s);console.log(s); Output:: /lib/tsc --b /src/third --verbose --incremental -[12:01:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:01:11 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' -[12:01:12 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:01:19 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:01:20 AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:21 AM] Updating output timestamps of project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js b/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js index d89d424f12347..116e74458daf4 100644 --- a/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js +++ b/tests/baselines/reference/tsbuild/outFile/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js @@ -417,22 +417,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:50 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:51 AM] Project 'src/first/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' -[12:00:52 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:01:00 AM] Project 'src/second/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' -[12:01:01 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:01:09 AM] Project 'src/third/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' -[12:01:10 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/tsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js b/tests/baselines/reference/tsbuild/outFile/tsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js index 1e6a71f9a3e18..0a2a6af07b7f1 100644 --- a/tests/baselines/reference/tsbuild/outFile/tsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js +++ b/tests/baselines/reference/tsbuild/outFile/tsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js @@ -132,22 +132,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:20 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:30 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:40 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.js' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.js' does not exist -[12:00:41 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/verify-buildInfo-absence-results-in-new-build.js b/tests/baselines/reference/tsbuild/outFile/verify-buildInfo-absence-results-in-new-build.js index 1867427dddd1b..5fb7ce5b81abb 100644 --- a/tests/baselines/reference/tsbuild/outFile/verify-buildInfo-absence-results-in-new-build.js +++ b/tests/baselines/reference/tsbuild/outFile/verify-buildInfo-absence-results-in-new-build.js @@ -415,22 +415,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:52 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:53 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:01:01 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:01:02 AM] Project 'src/third/tsconfig.json' is out of date because output 'src/third/thirdjs/output/third-output.tsbuildinfo' is older than input 'src/first' +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output 'src/third/thirdjs/output/third-output.tsbuildinfo' is older than input 'src/first' -[12:01:03 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... -[12:01:04 AM] Updating unchanged output timestamps of project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Updating unchanged output timestamps of project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-incremental.js b/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-incremental.js index 53099bc8e868c..7ae1ed988c161 100644 --- a/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-incremental.js +++ b/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-incremental.js @@ -132,22 +132,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:20 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:30 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:40 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-uses-project-references.js b/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-uses-project-references.js index 1e08b857be728..249d3f0868efe 100644 --- a/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-uses-project-references.js +++ b/tests/baselines/reference/tsbuild/outFile/when-final-project-is-not-composite-but-uses-project-references.js @@ -132,22 +132,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:20 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:30 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:40 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.js' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.js' does not exist -[12:00:41 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success @@ -1110,20 +1110,20 @@ console.log(s); Output:: /lib/tsc --b /src/third --verbose -[12:00:55 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:56 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts' -[12:00:57 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:01:04 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:01:05 AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:06 AM] Updating output timestamps of project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/when-final-project-specifies-tsBuildInfoFile.js b/tests/baselines/reference/tsbuild/outFile/when-final-project-specifies-tsBuildInfoFile.js index 542b46776a47e..1ef3e0483eac9 100644 --- a/tests/baselines/reference/tsbuild/outFile/when-final-project-specifies-tsBuildInfoFile.js +++ b/tests/baselines/reference/tsbuild/outFile/when-final-project-specifies-tsBuildInfoFile.js @@ -133,22 +133,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:20 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:30 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:31 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:40 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third.tsbuildinfo' does not exist -[12:00:41 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outFile/when-input-file-text-does-not-change-but-its-modified-time-changes.js b/tests/baselines/reference/tsbuild/outFile/when-input-file-text-does-not-change-but-its-modified-time-changes.js index 638e6e03683b8..680265edc2153 100644 --- a/tests/baselines/reference/tsbuild/outFile/when-input-file-text-does-not-change-but-its-modified-time-changes.js +++ b/tests/baselines/reference/tsbuild/outFile/when-input-file-text-does-not-change-but-its-modified-time-changes.js @@ -132,22 +132,22 @@ c.doSomething(); Output:: /lib/tsc --b /src/third --verbose -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:19 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist -[12:00:20 AM] Building project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/first/tsconfig.json'... -[12:00:29 AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is out of date because output file 'src/2/second-output.tsbuildinfo' does not exist -[12:00:30 AM] Building project '/src/second/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/second/tsconfig.json'... -[12:00:39 AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is out of date because output file 'src/third/thirdjs/output/third-output.tsbuildinfo' does not exist -[12:00:40 AM] Building project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success @@ -447,20 +447,20 @@ Input:: Output:: /lib/tsc --b /src/third --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/first/tsconfig.json * src/second/tsconfig.json * src/third/tsconfig.json -[12:00:53 AM] Project 'src/first/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files +[HH:MM:SS AM] Project 'src/first/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files -[12:00:54 AM] Updating output timestamps of project '/src/first/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/first/tsconfig.json'... -[12:00:57 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' +[HH:MM:SS AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part2.ts' is older than output 'src/2/second-output.tsbuildinfo' -[12:00:58 AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'src/third/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:59 AM] Updating output timestamps of project '/src/third/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/src/third/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified-and-is-composite.js b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified-and-is-composite.js index 9fbc950430ed6..203b38727deee 100644 --- a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified-and-is-composite.js +++ b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified-and-is-composite.js @@ -30,12 +30,12 @@ export const x = 10; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:10 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:11 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -113,10 +113,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:20 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified.js b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified.js index 35f5d206412d9..c6443a4950690 100644 --- a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified.js +++ b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-not-specified.js @@ -29,12 +29,12 @@ export const x = 10; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:10 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:11 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -54,10 +54,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/index.js' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/index.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir-and-is-composite.js b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir-and-is-composite.js index 5f3d305c97351..47f3e25fa8091 100644 --- a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir-and-is-composite.js +++ b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir-and-is-composite.js @@ -34,12 +34,12 @@ export type t = string; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootDir' is expected to contain all source files. The file is in the program because: @@ -127,12 +127,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:18 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:19 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootDir' is expected to contain all source files. The file is in the program because: diff --git a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir.js b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir.js index d1f6f432d1e08..b4e255734eb4e 100644 --- a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir.js +++ b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified-but-not-all-files-belong-to-rootDir.js @@ -33,12 +33,12 @@ export type t = string; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootDir' is expected to contain all source files. The file is in the program because: @@ -58,12 +58,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:16 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... error TS6059: File '/src/types/type.ts' is not under 'rootDir' '/src/src'. 'rootDir' is expected to contain all source files. The file is in the program because: diff --git a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified.js b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified.js index 57f1dc17cf217..f122453530452 100644 --- a/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified.js +++ b/tests/baselines/reference/tsbuild/outputPaths/when-rootDir-is-specified.js @@ -30,12 +30,12 @@ export const x = 10; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:10 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:11 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -55,10 +55,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/index.js' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/index.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file-because-no-rootDir-in-the-base.js b/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file-because-no-rootDir-in-the-base.js index c54b697725cec..8cc6abb3e981c 100644 --- a/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file-because-no-rootDir-in-the-base.js +++ b/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file-because-no-rootDir-in-the-base.js @@ -61,17 +61,17 @@ export const Other = 0; Output:: /lib/tsc --b /src/src/main --verbose -[12:00:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/src/other/tsconfig.json * src/src/main/tsconfig.json -[12:00:17 AM] Project 'src/src/other/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src/other/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:18 AM] Building project '/src/src/other/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src/other/tsconfig.json'... -[12:00:25 AM] Project 'src/src/main/tsconfig.json' is out of date because buildinfo file 'src/dist/tsconfig.tsbuildinfo' indicates that file 'src/src/other/other.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/src/main/tsconfig.json' is out of date because buildinfo file 'src/dist/tsconfig.tsbuildinfo' indicates that file 'src/src/other/other.ts' was root file of compilation but not any more. -[12:00:26 AM] Building project '/src/src/main/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src/main/tsconfig.json'... src/src/main/tsconfig.json:4:5 - error TS6377: Cannot write file '/src/dist/tsconfig.tsbuildinfo' because it will overwrite '.tsbuildinfo' file generated by referenced project '/src/src/other' diff --git a/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file.js b/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file.js index 237677d7499a9..110f6edc80873 100644 --- a/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file.js +++ b/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-error-for-same-tsbuildinfo-file.js @@ -67,17 +67,17 @@ export const Other = 0; Output:: /lib/tsc --b /src/src/main --verbose -[12:00:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/src/other/tsconfig.json * src/src/main/tsconfig.json -[12:00:18 AM] Project 'src/src/other/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src/other/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:19 AM] Building project '/src/src/other/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src/other/tsconfig.json'... -[12:00:26 AM] Project 'src/src/main/tsconfig.json' is out of date because buildinfo file 'src/dist/tsconfig.tsbuildinfo' indicates that file 'src/src/other/other.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/src/main/tsconfig.json' is out of date because buildinfo file 'src/dist/tsconfig.tsbuildinfo' indicates that file 'src/src/other/other.ts' was root file of compilation but not any more. -[12:00:27 AM] Building project '/src/src/main/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/src/main/tsconfig.json'... src/src/main/tsconfig.json:7:5 - error TS6377: Cannot write file '/src/dist/tsconfig.tsbuildinfo' because it will overwrite '.tsbuildinfo' file generated by referenced project '/src/src/other' diff --git a/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-no-error-when-tsbuildinfo-differ.js b/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-no-error-when-tsbuildinfo-differ.js index abbcacc7733ae..e74c752193814 100644 --- a/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-no-error-when-tsbuildinfo-differ.js +++ b/tests/baselines/reference/tsbuild/projectReferenceWithRootDirInParent/reports-no-error-when-tsbuildinfo-differ.js @@ -67,17 +67,17 @@ export const Other = 0; Output:: /lib/tsc --b /src/src/main/tsconfig.main.json --verbose -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/src/other/tsconfig.other.json * src/src/main/tsconfig.main.json -[12:00:20 AM] Project 'src/src/other/tsconfig.other.json' is out of date because output file 'src/dist/tsconfig.other.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src/other/tsconfig.other.json' is out of date because output file 'src/dist/tsconfig.other.tsbuildinfo' does not exist -[12:00:21 AM] Building project '/src/src/other/tsconfig.other.json'... +[HH:MM:SS AM] Building project '/src/src/other/tsconfig.other.json'... -[12:00:28 AM] Project 'src/src/main/tsconfig.main.json' is out of date because output file 'src/dist/tsconfig.main.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/src/main/tsconfig.main.json' is out of date because output file 'src/dist/tsconfig.main.tsbuildinfo' does not exist -[12:00:29 AM] Building project '/src/src/main/tsconfig.main.json'... +[HH:MM:SS AM] Building project '/src/src/main/tsconfig.main.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file-non-composite.js index ebe6d8ab6a3ba..18893c220791f 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file-non-composite.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/hello.json TSFILE: /src/dist/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file.js b/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file.js index d6cbd1296ac72..db9e4c6bc84f7 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/files-containing-json-file.js @@ -47,12 +47,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/src/hello.json TSFILE: /src/dist/src/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/importing-json-module-from-project-reference.js b/tests/baselines/reference/tsbuild/resolveJsonModule/importing-json-module-from-project-reference.js index 1ee03b11fd1b3..723717056025d 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/importing-json-module-from-project-reference.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/importing-json-module-from-project-reference.js @@ -73,22 +73,22 @@ console.log(foo); Output:: /lib/tsc --b src/tsconfig.json --verbose --explainFiles -[12:00:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/strings/tsconfig.json * src/main/tsconfig.json * src/tsconfig.json -[12:00:14 AM] Project 'src/strings/tsconfig.json' is out of date because output file 'src/strings/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/strings/tsconfig.json' is out of date because output file 'src/strings/tsconfig.tsbuildinfo' does not exist -[12:00:15 AM] Building project '/src/strings/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/strings/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' src/strings/foo.json Matched by include pattern 'foo.json' in 'src/strings/tsconfig.json' -[12:00:19 AM] Project 'src/main/tsconfig.json' is out of date because output file 'src/main/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/main/tsconfig.json' is out of date because output file 'src/main/tsconfig.tsbuildinfo' does not exist -[12:00:20 AM] Building project '/src/main/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/main/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' @@ -242,14 +242,14 @@ Input:: Output:: /lib/tsc --b src/tsconfig.json --verbose --explainFiles -[12:00:26 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/strings/tsconfig.json * src/main/tsconfig.json * src/tsconfig.json -[12:00:27 AM] Project 'src/strings/tsconfig.json' is up to date because newest input 'src/strings/foo.json' is older than output 'src/strings/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/strings/tsconfig.json' is up to date because newest input 'src/strings/foo.json' is older than output 'src/strings/tsconfig.tsbuildinfo' -[12:00:28 AM] Project 'src/main/tsconfig.json' is up to date because newest input 'src/main/index.ts' is older than output 'src/main/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/main/tsconfig.json' is up to date because newest input 'src/main/index.ts' is older than output 'src/main/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files-non-composite.js index f414117ac9f02..0115357f878b6 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files-non-composite.js @@ -48,12 +48,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/hello.json' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/hello.json' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/hello.json TSFILE: /src/dist/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files.js index db90ec2a7a5d0..d686e7c7467d4 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-and-files.js @@ -49,12 +49,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/src/hello.json TSFILE: /src/dist/src/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file-non-composite.js index 11024873616ce..18f9988383ba9 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file-non-composite.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/index.json TSFILE: /src/dist/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file.js index fe7bd81531129..269cf68efa6cf 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-and-file-name-matches-ts-file.js @@ -47,12 +47,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/src/index.json TSFILE: /src/dist/src/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-non-composite.js index 52bbbb9f24ea9..ee03700c0df02 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include-non-composite.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/hello.json TSFILE: /src/dist/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include.js index f226aa6096c48..8071c22b0d26d 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-of-json-along-with-other-include.js @@ -47,12 +47,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/src/hello.json TSFILE: /src/dist/src/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-non-composite.js index ec6f120870125..7441b4df52e2a 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-non-composite.js @@ -45,12 +45,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/hello.json TSFILE: /src/dist/index.js diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir-non-composite.js index 3a62386d72b66..d9e7de5fb5b8b 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir-non-composite.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/index.js lib/lib.d.ts diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir.js index 18b440eafe1a2..f6ee87958ea46 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-not-in-rootDir.js @@ -47,12 +47,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/index.js TSFILE: /src/dist/index.d.ts diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory-non-composite.js index 51e4c91fada2c..d6534d641f9b8 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory-non-composite.js @@ -45,16 +45,16 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/hello.json TSFILE: /src/dist/src/src/index.js -[12:00:20 AM] Updating unchanged output timestamps of project '/src/tsconfig.json'... +[HH:MM:SS AM] Updating unchanged output timestamps of project '/src/tsconfig.json'... lib/lib.d.ts Default library for target 'es5' diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory.js index 525e65c524148..55e386c57519d 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-with-json-without-rootDir-but-outside-configDirectory.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:12 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:13 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:14 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/src/index.js TSFILE: /src/dist/src/index.d.ts diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir-non-composite.js index 1f06e58f574bc..a4e3b6dc26541 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir-non-composite.js @@ -44,12 +44,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/src/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/src/index.js' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/src/index.js lib/lib.d.ts diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir.js index 0fdc8392a6ff1..58e5adba2a739 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only-without-outDir.js @@ -45,12 +45,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/src/index.js TSFILE: /src/src/index.d.ts diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only.js b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only.js index 313cf20a625a5..8043e6b85e3f5 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/include-only.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/include-only.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... src/src/index.ts:1:19 - error TS6307: File '/src/src/hello.json' is not listed within the file list of project '/src/tsconfig.json'. Projects must list all files or use an 'include' pattern. diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap-non-composite.js index bcbf17acf2685..57efe6bcdf99d 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap-non-composite.js @@ -47,12 +47,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/index.js' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/hello.json TSFILE: /src/dist/index.js.map @@ -94,10 +94,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:18 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/hello.json' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/hello.json' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap.js b/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap.js index 7e8b3ea402313..89888e32612c2 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/sourcemap.js @@ -48,12 +48,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/dist/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/dist/src/hello.json TSFILE: /src/dist/src/index.js.map @@ -180,10 +180,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:23 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/dist/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir-non-composite.js b/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir-non-composite.js index 38be4f67bbcfc..87dd95c90ca6b 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir-non-composite.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir-non-composite.js @@ -45,12 +45,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/src/index.js' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/src/index.js' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/src/index.js lib/lib.d.ts @@ -81,10 +81,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:14 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:15 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/src/index.js' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/src/index.js' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir.js b/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir.js index de5c0ef0e4522..f9e374a3d113f 100644 --- a/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir.js +++ b/tests/baselines/reference/tsbuild/resolveJsonModule/without-outDir.js @@ -46,12 +46,12 @@ export default hello.hello Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... TSFILE: /src/src/index.js TSFILE: /src/src/index.d.ts @@ -165,10 +165,10 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json --v --explainFiles --listEmittedFiles -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:19 AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/tsconfig.json' is up to date because newest input 'src/src/index.ts' is older than output 'src/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/roots/when-consecutive-and-non-consecutive-are-mixed.js b/tests/baselines/reference/tsbuild/roots/when-consecutive-and-non-consecutive-are-mixed.js index 7dca98e099638..49e3ffff3d0a7 100644 --- a/tests/baselines/reference/tsbuild/roots/when-consecutive-and-non-consecutive-are-mixed.js +++ b/tests/baselines/reference/tsbuild/roots/when-consecutive-and-non-consecutive-are-mixed.js @@ -68,12 +68,12 @@ export const random = "hello"; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:17 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:18 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:19 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -368,12 +368,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:41 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. -[12:00:42 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/roots/when-files-are-not-consecutive.js b/tests/baselines/reference/tsbuild/roots/when-files-are-not-consecutive.js index 0fdb0c84a01e8..36f9bae10c103 100644 --- a/tests/baselines/reference/tsbuild/roots/when-files-are-not-consecutive.js +++ b/tests/baselines/reference/tsbuild/roots/when-files-are-not-consecutive.js @@ -40,12 +40,12 @@ export const random = "world"; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:11 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:12 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -172,12 +172,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:24 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. -[12:00:25 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/roots/when-multiple-root-files-are-consecutive.js b/tests/baselines/reference/tsbuild/roots/when-multiple-root-files-are-consecutive.js index 5ea5372a44ac8..b88408c83dbeb 100644 --- a/tests/baselines/reference/tsbuild/roots/when-multiple-root-files-are-consecutive.js +++ b/tests/baselines/reference/tsbuild/roots/when-multiple-root-files-are-consecutive.js @@ -41,12 +41,12 @@ export const y = "world"; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:11 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:12 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:13 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -203,12 +203,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:28 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:29 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. -[12:00:30 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js b/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js index 61b61c12ffbae..7c6b4e92c3c92 100644 --- a/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js +++ b/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js @@ -104,13 +104,13 @@ declare const console: { log(msg: any): void; }; Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:00:24 AM] Project 'projects/shared/tsconfig.json' is out of date because output file 'projects/shared/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is out of date because output file 'projects/shared/dist/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... File '/home/src/workspaces/projects/shared/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/package.json' does not exist. @@ -143,9 +143,9 @@ projects/shared/src/myClass.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' projects/shared/src/random.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' -[12:00:37 AM] Project 'projects/server/tsconfig.json' is out of date because output file 'projects/server/dist/server/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because output file 'projects/server/dist/server/tsconfig.tsbuildinfo' does not exist -[12:00:38 AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... File '/home/src/workspaces/projects/shared/dist/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/dist/package.json' does not exist. @@ -493,13 +493,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:00:47 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:00:48 AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/random.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/random.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' -[12:00:49 AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/server/src/server.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/server/src/server.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -518,13 +518,13 @@ export const x = 10; Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:00:52 AM] Project 'projects/shared/tsconfig.json' is out of date because output 'projects/shared/dist/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is out of date because output 'projects/shared/dist/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' -[12:00:53 AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... File '/home/src/workspaces/projects/shared/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/package.json' does not exist. @@ -557,9 +557,9 @@ projects/shared/src/myClass.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' projects/shared/src/random.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' -[12:00:59 AM] Project 'projects/server/tsconfig.json' is out of date because output 'projects/server/dist/server/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because output 'projects/server/dist/server/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' -[12:01:00 AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... File '/home/src/workspaces/projects/shared/dist/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/dist/package.json' does not exist. @@ -870,13 +870,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:01:04 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:01:05 AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' -[12:01:06 AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -890,13 +890,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:01:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:01:09 AM] Project 'projects/shared/tsconfig.json' is out of date because buildinfo file 'projects/shared/dist/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is out of date because buildinfo file 'projects/shared/dist/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. -[12:01:10 AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... File '/home/src/workspaces/projects/shared/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/package.json' does not exist. @@ -920,9 +920,9 @@ projects/shared/src/logging.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' projects/shared/src/myClass.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' -[12:01:14 AM] Project 'projects/server/tsconfig.json' is out of date because buildinfo file 'projects/server/dist/server/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because buildinfo file 'projects/server/dist/server/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. -[12:01:15 AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... File '/home/src/workspaces/projects/shared/dist/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/dist/package.json' does not exist. @@ -1168,13 +1168,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:01:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:01:20 AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' -[12:01:21 AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project.js b/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project.js index 6afbf8d2fe82c..fda8eee2026dd 100644 --- a/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project.js +++ b/tests/baselines/reference/tsbuild/roots/when-root-file-is-from-referenced-project.js @@ -104,13 +104,13 @@ declare const console: { log(msg: any): void; }; Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:00:24 AM] Project 'projects/shared/tsconfig.json' is out of date because output file 'projects/shared/dist/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is out of date because output file 'projects/shared/dist/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... File '/home/src/workspaces/projects/shared/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/package.json' does not exist. @@ -143,9 +143,9 @@ projects/shared/src/myClass.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' projects/shared/src/random.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' -[12:00:37 AM] Project 'projects/server/tsconfig.json' is out of date because output file 'projects/server/dist/server/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because output file 'projects/server/dist/server/tsconfig.tsbuildinfo' does not exist -[12:00:38 AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... File '/home/src/workspaces/projects/server/src/package.json' does not exist. File '/home/src/workspaces/projects/server/package.json' does not exist. @@ -493,13 +493,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:00:47 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:00:48 AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/random.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/random.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' -[12:00:49 AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/server/src/server.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/server/src/server.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -518,13 +518,13 @@ export const x = 10; Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:00:52 AM] Project 'projects/shared/tsconfig.json' is out of date because output 'projects/shared/dist/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is out of date because output 'projects/shared/dist/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' -[12:00:53 AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... File '/home/src/workspaces/projects/shared/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/package.json' does not exist. @@ -557,9 +557,9 @@ projects/shared/src/myClass.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' projects/shared/src/random.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' -[12:00:59 AM] Project 'projects/server/tsconfig.json' is out of date because output 'projects/server/dist/server/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because output 'projects/server/dist/server/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' -[12:01:00 AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... File '/home/src/workspaces/projects/server/src/package.json' does not exist. File '/home/src/workspaces/projects/server/package.json' does not exist. @@ -870,13 +870,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:01:04 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:01:05 AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' -[12:01:06 AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -890,13 +890,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:01:08 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:01:09 AM] Project 'projects/shared/tsconfig.json' is out of date because buildinfo file 'projects/shared/dist/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is out of date because buildinfo file 'projects/shared/dist/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. -[12:01:10 AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/shared/tsconfig.json'... File '/home/src/workspaces/projects/shared/src/package.json' does not exist. File '/home/src/workspaces/projects/shared/package.json' does not exist. @@ -920,9 +920,9 @@ projects/shared/src/logging.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' projects/shared/src/myClass.ts Matched by include pattern 'src/**/*.ts' in 'projects/shared/tsconfig.json' -[12:01:14 AM] Project 'projects/server/tsconfig.json' is out of date because buildinfo file 'projects/server/dist/server/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because buildinfo file 'projects/server/dist/server/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. -[12:01:15 AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... +[HH:MM:SS AM] Building project '/home/src/workspaces/projects/server/tsconfig.json'... File '/home/src/workspaces/projects/server/src/package.json' does not exist. File '/home/src/workspaces/projects/server/package.json' does not exist. @@ -1168,13 +1168,13 @@ Input:: Output:: /lib/tsc --b projects/server -v --traceResolution --explainFiles -[12:01:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * projects/shared/tsconfig.json * projects/server/tsconfig.json -[12:01:20 AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/shared/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/shared/dist/tsconfig.tsbuildinfo' -[12:01:21 AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'projects/server/tsconfig.json' is up to date because newest input 'projects/shared/src/logging.ts' is older than output 'projects/server/dist/server/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/roots/when-two-root-files-are-consecutive.js b/tests/baselines/reference/tsbuild/roots/when-two-root-files-are-consecutive.js index 6a005de25657a..410c5e6ae71c9 100644 --- a/tests/baselines/reference/tsbuild/roots/when-two-root-files-are-consecutive.js +++ b/tests/baselines/reference/tsbuild/roots/when-two-root-files-are-consecutive.js @@ -35,12 +35,12 @@ export const y = "world"; Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:10 AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because output file 'src/tsconfig.tsbuildinfo' does not exist -[12:00:11 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success @@ -147,12 +147,12 @@ Input:: Output:: /lib/tsc --b /src/tsconfig.json -v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/tsconfig.json -[12:00:23 AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. +[HH:MM:SS AM] Project 'src/tsconfig.json' is out of date because buildinfo file 'src/tsconfig.tsbuildinfo' indicates that file 'src/file1.ts' was root file of compilation but not any more. -[12:00:24 AM] Building project '/src/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/building-using-buildReferencedProject.js b/tests/baselines/reference/tsbuild/sample1/building-using-buildReferencedProject.js index 597a08d20659a..d051c513fb9e2 100644 --- a/tests/baselines/reference/tsbuild/sample1/building-using-buildReferencedProject.js +++ b/tests/baselines/reference/tsbuild/sample1/building-using-buildReferencedProject.js @@ -97,17 +97,17 @@ export const m = mod; Output:: /a/lib/tsc --build logic2/tsconfig.json -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json -[12:00:23 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:34 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/builds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js b/tests/baselines/reference/tsbuild/sample1/builds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js index 43c207d11658e..1635331009cea 100644 --- a/tests/baselines/reference/tsbuild/sample1/builds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js +++ b/tests/baselines/reference/tsbuild/sample1/builds-correctly-when-project-is-not-composite-or-doesnt-have-any-references.js @@ -98,12 +98,12 @@ export const m = mod; Output:: /a/lib/tsc --b core --verbose -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:24 AM] Project 'core/tsconfig.json' is out of date because output file 'core/anotherModule.js' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/anotherModule.js' does not exist -[12:00:25 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/can-detect-when-and-what-to-rebuild.js b/tests/baselines/reference/tsbuild/sample1/can-detect-when-and-what-to-rebuild.js index 91e51567e2b2e..a28638008acef 100644 --- a/tests/baselines/reference/tsbuild/sample1/can-detect-when-and-what-to-rebuild.js +++ b/tests/baselines/reference/tsbuild/sample1/can-detect-when-and-what-to-rebuild.js @@ -455,16 +455,16 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:42 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:43 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:00:44 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:00:45 AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success @@ -480,18 +480,18 @@ const m = 10; Output:: /a/lib/tsc --b tests --verbose -[12:00:47 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:48 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:00:49 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:00:50 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/index.ts' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/index.ts' -[12:00:51 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -575,22 +575,22 @@ export function multiply(a: number, b: number) { return a * b; } Output:: /a/lib/tsc --b tests --verbose -[12:00:58 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:59 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' -[12:01:00 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:01:06 AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:07 AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:10 AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:11 AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -743,18 +743,18 @@ declare const console: { log(msg: any): void; }; Output:: /a/lib/tsc --b tests --verbose -[12:01:16 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:17 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:01:18 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:01:19 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/tsconfig.json' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/tsconfig.json' -[12:01:20 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/does-not-build-downstream-projects-if-upstream-projects-have-errors.js b/tests/baselines/reference/tsbuild/sample1/does-not-build-downstream-projects-if-upstream-projects-have-errors.js index 820b0c201d6d2..6afa4c0cacb0b 100644 --- a/tests/baselines/reference/tsbuild/sample1/does-not-build-downstream-projects-if-upstream-projects-have-errors.js +++ b/tests/baselines/reference/tsbuild/sample1/does-not-build-downstream-projects-if-upstream-projects-have-errors.js @@ -98,27 +98,27 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:24 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:35 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:36 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... logic/index.ts:3:14 - error TS2339: Property 'muitply' does not exist on type 'typeof import("/user/username/projects/sample1/core/index")'. 3 return c.muitply();    ~~~~~~~ -[12:00:40 AM] Project 'tests/tsconfig.json' can't be built because its dependency 'logic' has errors +[HH:MM:SS AM] Project 'tests/tsconfig.json' can't be built because its dependency 'logic' has errors -[12:00:41 AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/logic' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/logic' has errors Found 1 error. @@ -364,25 +364,25 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:00:42 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:43 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:00:44 AM] Project 'logic/tsconfig.json' is out of date because buildinfo file 'logic/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because buildinfo file 'logic/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:45 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... logic/index.ts:3:14 - error TS2339: Property 'muitply' does not exist on type 'typeof import("/user/username/projects/sample1/core/index")'. 3 return c.muitply();    ~~~~~~~ -[12:00:46 AM] Project 'tests/tsconfig.json' can't be built because its dependency 'logic' has errors +[HH:MM:SS AM] Project 'tests/tsconfig.json' can't be built because its dependency 'logic' has errors -[12:00:47 AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/logic' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/logic' has errors Found 1 error. diff --git a/tests/baselines/reference/tsbuild/sample1/does-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js b/tests/baselines/reference/tsbuild/sample1/does-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js index 7ed1c51874b43..217483f697972 100644 --- a/tests/baselines/reference/tsbuild/sample1/does-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js +++ b/tests/baselines/reference/tsbuild/sample1/does-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js @@ -179,16 +179,16 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:39 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:40 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:00:41 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:00:42 AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/does-not-write-any-files-in-a-dry-build.js b/tests/baselines/reference/tsbuild/sample1/does-not-write-any-files-in-a-dry-build.js index c88ea5a2c25ac..76865bcbf013b 100644 --- a/tests/baselines/reference/tsbuild/sample1/does-not-write-any-files-in-a-dry-build.js +++ b/tests/baselines/reference/tsbuild/sample1/does-not-write-any-files-in-a-dry-build.js @@ -98,11 +98,11 @@ export const m = mod; Output:: /a/lib/tsc --b tests --dry -[12:00:22 AM] A non-dry build would build project '/user/username/projects/sample1/core/tsconfig.json' +[HH:MM:SS AM] A non-dry build would build project '/user/username/projects/sample1/core/tsconfig.json' -[12:00:23 AM] A non-dry build would build project '/user/username/projects/sample1/logic/tsconfig.json' +[HH:MM:SS AM] A non-dry build would build project '/user/username/projects/sample1/logic/tsconfig.json' -[12:00:24 AM] A non-dry build would build project '/user/username/projects/sample1/tests/tsconfig.json' +[HH:MM:SS AM] A non-dry build would build project '/user/username/projects/sample1/tests/tsconfig.json' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/explainFiles.js b/tests/baselines/reference/tsbuild/sample1/explainFiles.js index 95082bbfa611d..cdfafe4f706f9 100644 --- a/tests/baselines/reference/tsbuild/sample1/explainFiles.js +++ b/tests/baselines/reference/tsbuild/sample1/explainFiles.js @@ -98,14 +98,14 @@ export const m = mod; Output:: /a/lib/tsc --b tests --explainFiles --v -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:23 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -115,9 +115,9 @@ core/index.ts Matched by default include pattern '**/*' core/some_decl.d.ts Matched by default include pattern '**/*' -[12:00:34 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -129,9 +129,9 @@ core/anotherModule.d.ts File is output of project reference source 'core/anotherModule.ts' logic/index.ts Matched by default include pattern '**/*' -[12:00:42 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:43 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -522,14 +522,14 @@ export class someClass { } Output:: /a/lib/tsc --b tests --explainFiles --v -[12:00:50 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:51 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' -[12:00:52 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -539,9 +539,9 @@ core/index.ts Matched by default include pattern '**/*' core/some_decl.d.ts Matched by default include pattern '**/*' -[12:00:59 AM] Project 'logic/tsconfig.json' is out of date because output 'logic/tsconfig.tsbuildinfo' is older than input 'core' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output 'logic/tsconfig.tsbuildinfo' is older than input 'core' -[12:01:00 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -553,9 +553,9 @@ core/anotherModule.d.ts File is output of project reference source 'core/anotherModule.ts' logic/index.ts Matched by default include pattern '**/*' -[12:01:06 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'core' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'core' -[12:01:07 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -905,14 +905,14 @@ class someClass2 { } Output:: /a/lib/tsc --b tests --explainFiles --v -[12:01:13 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:14 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' -[12:01:15 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... ../../../../a/lib/lib.d.ts Default library for target 'es5' @@ -922,13 +922,13 @@ core/index.ts Matched by default include pattern '**/*' core/some_decl.d.ts Matched by default include pattern '**/*' -[12:01:21 AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:22 AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:25 AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:26 AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -1054,16 +1054,16 @@ Input:: Output:: /a/lib/tsc --b tests --explainFiles --v -[12:01:29 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:30 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:01:31 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:01:32 AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/indicates-that-it-would-skip-builds-during-a-dry-build.js b/tests/baselines/reference/tsbuild/sample1/indicates-that-it-would-skip-builds-during-a-dry-build.js index d43bdb977ba3a..ec6ce08fa51e4 100644 --- a/tests/baselines/reference/tsbuild/sample1/indicates-that-it-would-skip-builds-during-a-dry-build.js +++ b/tests/baselines/reference/tsbuild/sample1/indicates-that-it-would-skip-builds-during-a-dry-build.js @@ -455,11 +455,11 @@ export const m = mod; Output:: /a/lib/tsc --b tests --dry -[12:00:42 AM] Project '/user/username/projects/sample1/core/tsconfig.json' is up to date +[HH:MM:SS AM] Project '/user/username/projects/sample1/core/tsconfig.json' is up to date -[12:00:43 AM] Project '/user/username/projects/sample1/logic/tsconfig.json' is up to date +[HH:MM:SS AM] Project '/user/username/projects/sample1/logic/tsconfig.json' is up to date -[12:00:44 AM] Project '/user/username/projects/sample1/tests/tsconfig.json' is up to date +[HH:MM:SS AM] Project '/user/username/projects/sample1/tests/tsconfig.json' is up to date exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js b/tests/baselines/reference/tsbuild/sample1/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js index bff9704cbe005..d46008d63f1ec 100644 --- a/tests/baselines/reference/tsbuild/sample1/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js +++ b/tests/baselines/reference/tsbuild/sample1/rebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js @@ -454,22 +454,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:42 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:43 AM] Project 'core/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' -[12:00:44 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:54 AM] Project 'logic/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' -[12:00:55 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:02 AM] Project 'tests/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion' -[12:01:03 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/rebuilds-from-start-if-force-option-is-set.js b/tests/baselines/reference/tsbuild/sample1/rebuilds-from-start-if-force-option-is-set.js index 88ec8676240b7..ea1e67fcb8dcd 100644 --- a/tests/baselines/reference/tsbuild/sample1/rebuilds-from-start-if-force-option-is-set.js +++ b/tests/baselines/reference/tsbuild/sample1/rebuilds-from-start-if-force-option-is-set.js @@ -455,22 +455,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose --force -[12:00:42 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:43 AM] Project 'core/tsconfig.json' is being forcibly rebuilt +[HH:MM:SS AM] Project 'core/tsconfig.json' is being forcibly rebuilt -[12:00:44 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:54 AM] Project 'logic/tsconfig.json' is being forcibly rebuilt +[HH:MM:SS AM] Project 'logic/tsconfig.json' is being forcibly rebuilt -[12:00:55 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:02 AM] Project 'tests/tsconfig.json' is being forcibly rebuilt +[HH:MM:SS AM] Project 'tests/tsconfig.json' is being forcibly rebuilt -[12:01:03 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/rebuilds-when-extended-config-file-changes.js b/tests/baselines/reference/tsbuild/sample1/rebuilds-when-extended-config-file-changes.js index 914612670dea4..73d5d782d51d6 100644 --- a/tests/baselines/reference/tsbuild/sample1/rebuilds-when-extended-config-file-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/rebuilds-when-extended-config-file-changes.js @@ -105,22 +105,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:25 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:26 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:36 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:37 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:00:44 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:45 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -496,18 +496,18 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:00:52 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:53 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:00:54 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:00:55 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/tsconfig.base.json' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/tsconfig.base.json' -[12:00:56 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing-with-force.js b/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing-with-force.js index 8c676a898e513..937971629f36e 100644 --- a/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing-with-force.js +++ b/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing-with-force.js @@ -97,14 +97,14 @@ export const m = mod; Output:: /a/lib/tsc --b tests --v --f -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:25 AM] Project 'core/tsconfig.json' is being forcibly rebuilt +[HH:MM:SS AM] Project 'core/tsconfig.json' is being forcibly rebuilt -[12:00:26 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... error TS6053: File '/user/username/projects/sample1/core/anotherModule.ts' not found. The file is in the program because: @@ -115,13 +115,13 @@ Output::    ~~~~~~~~~~~~~~~~~~ File is matched by 'files' list specified here. -[12:00:30 AM] Project 'logic/tsconfig.json' can't be built because its dependency 'core' has errors +[HH:MM:SS AM] Project 'logic/tsconfig.json' can't be built because its dependency 'core' has errors -[12:00:31 AM] Skipping build of project '/user/username/projects/sample1/logic/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/sample1/logic/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors -[12:00:32 AM] Project 'tests/tsconfig.json' can't be built because its dependency 'core' has errors +[HH:MM:SS AM] Project 'tests/tsconfig.json' can't be built because its dependency 'core' has errors -[12:00:33 AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors Found 1 error. diff --git a/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing.js b/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing.js index 6aa83ccccb175..a652f7961577b 100644 --- a/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing.js +++ b/tests/baselines/reference/tsbuild/sample1/reports-error-if-input-file-is-missing.js @@ -97,14 +97,14 @@ export const m = mod; Output:: /a/lib/tsc --b tests --v -[12:00:24 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:25 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:26 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... error TS6053: File '/user/username/projects/sample1/core/anotherModule.ts' not found. The file is in the program because: @@ -115,13 +115,13 @@ Output::    ~~~~~~~~~~~~~~~~~~ File is matched by 'files' list specified here. -[12:00:30 AM] Project 'logic/tsconfig.json' can't be built because its dependency 'core' has errors +[HH:MM:SS AM] Project 'logic/tsconfig.json' can't be built because its dependency 'core' has errors -[12:00:31 AM] Skipping build of project '/user/username/projects/sample1/logic/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/sample1/logic/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors -[12:00:32 AM] Project 'tests/tsconfig.json' can't be built because its dependency 'core' has errors +[HH:MM:SS AM] Project 'tests/tsconfig.json' can't be built because its dependency 'core' has errors -[12:00:33 AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors +[HH:MM:SS AM] Skipping build of project '/user/username/projects/sample1/tests/tsconfig.json' because its dependency '/user/username/projects/sample1/core' has errors Found 1 error. diff --git a/tests/baselines/reference/tsbuild/sample1/sample.js b/tests/baselines/reference/tsbuild/sample1/sample.js index 20388d09675d5..469bc82bafced 100644 --- a/tests/baselines/reference/tsbuild/sample1/sample.js +++ b/tests/baselines/reference/tsbuild/sample1/sample.js @@ -98,22 +98,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:23 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:34 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:00:42 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:43 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success readFiles:: { @@ -777,22 +777,22 @@ export class someClass { } Output:: /a/lib/tsc --b tests --verbose -[12:00:53 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:54 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' -[12:00:55 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:01:02 AM] Project 'logic/tsconfig.json' is out of date because output 'logic/tsconfig.tsbuildinfo' is older than input 'core' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output 'logic/tsconfig.tsbuildinfo' is older than input 'core' -[12:01:03 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:09 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'core' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'core' -[12:01:10 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success readFiles:: { @@ -1279,22 +1279,22 @@ class someClass2 { } Output:: /a/lib/tsc --b tests --verbose -[12:01:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:19 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/index.ts' -[12:01:20 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:01:26 AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:27 AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:30 AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:31 AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success readFiles:: { @@ -1431,16 +1431,16 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:01:35 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:36 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:01:37 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:01:38 AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success readFiles:: { @@ -1477,20 +1477,20 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:01:40 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:41 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:01:42 AM] Project 'logic/tsconfig.json' is out of date because output 'logic/tsconfig.tsbuildinfo' is older than input 'logic/tsconfig.json' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output 'logic/tsconfig.tsbuildinfo' is older than input 'logic/tsconfig.json' -[12:01:43 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:51 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'logic' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'logic' -[12:01:52 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success readFiles:: { @@ -1722,16 +1722,16 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:01:58 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:59 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/index.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:02:00 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:02:01 AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date because newest input 'tests/index.ts' is older than output 'tests/tsconfig.tsbuildinfo' exitCode:: ExitStatus.Success readFiles:: { diff --git a/tests/baselines/reference/tsbuild/sample1/tsbuildinfo-has-error.js b/tests/baselines/reference/tsbuild/sample1/tsbuildinfo-has-error.js index cdc70ceaaa906..3c311d3dab898 100644 --- a/tests/baselines/reference/tsbuild/sample1/tsbuildinfo-has-error.js +++ b/tests/baselines/reference/tsbuild/sample1/tsbuildinfo-has-error.js @@ -28,12 +28,12 @@ Some random string Output:: /lib/tsc --b src/project -i -v -[12:00:10 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:11 AM] Project 'src/project/tsconfig.json' is out of date because there was error reading file 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because there was error reading file 'src/project/tsconfig.tsbuildinfo' -[12:00:12 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success @@ -104,12 +104,12 @@ Some random string{"program":{"fileNames":["../../lib/lib.d.ts","./main.ts"],"fi Output:: /lib/tsc --b src/project -i -v -[12:00:18 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:19 AM] Project 'src/project/tsconfig.json' is out of date because there was error reading file 'src/project/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because there was error reading file 'src/project/tsconfig.tsbuildinfo' -[12:00:20 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/when-declaration-option-changes.js b/tests/baselines/reference/tsbuild/sample1/when-declaration-option-changes.js index 58d29cf116fff..9c14c788a4e6c 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-declaration-option-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/when-declaration-option-changes.js @@ -96,12 +96,12 @@ export const m = mod; Output:: /a/lib/tsc --b core --verbose -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:24 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... exitCode:: ExitStatus.Success @@ -222,12 +222,12 @@ Input:: Output:: /a/lib/tsc --b core --verbose -[12:00:32 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:33 AM] Project 'core/tsconfig.json' is out of date because buildinfo file 'core/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because buildinfo file 'core/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:34 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/when-declarationMap-changes.js b/tests/baselines/reference/tsbuild/sample1/when-declarationMap-changes.js index 7fe8bee10f78e..f7fca080713ad 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-declarationMap-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/when-declarationMap-changes.js @@ -98,22 +98,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:23 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:34 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:00:42 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:43 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -493,22 +493,22 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:00:50 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:51 AM] Project 'core/tsconfig.json' is out of date because buildinfo file 'core/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because buildinfo file 'core/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:00:52 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:01:00 AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:01 AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:04 AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:05 AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -631,22 +631,22 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:01:09 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:01:10 AM] Project 'core/tsconfig.json' is out of date because buildinfo file 'core/tsconfig.tsbuildinfo' indicates there is change in compilerOptions +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because buildinfo file 'core/tsconfig.tsbuildinfo' indicates there is change in compilerOptions -[12:01:11 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:01:21 AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:22 AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:25 AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:26 AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/when-esModuleInterop-option-changes.js b/tests/baselines/reference/tsbuild/sample1/when-esModuleInterop-option-changes.js index 9a5563748111f..85b1e01da1884 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-esModuleInterop-option-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/when-esModuleInterop-option-changes.js @@ -99,22 +99,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:24 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:35 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:36 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:00:43 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:44 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -507,18 +507,18 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:52 AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date because newest input 'core/anotherModule.ts' is older than output 'core/tsconfig.tsbuildinfo' -[12:00:53 AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date because newest input 'logic/index.ts' is older than output 'logic/tsconfig.tsbuildinfo' -[12:00:54 AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/tsconfig.json' +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/tsconfig.tsbuildinfo' is older than input 'tests/tsconfig.json' -[12:00:55 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/when-input-file-text-does-not-change-but-its-modified-time-changes.js b/tests/baselines/reference/tsbuild/sample1/when-input-file-text-does-not-change-but-its-modified-time-changes.js index bba7c6f316b8e..26eee808669fe 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-input-file-text-does-not-change-but-its-modified-time-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/when-input-file-text-does-not-change-but-its-modified-time-changes.js @@ -98,22 +98,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:22 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:23 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:24 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:34 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/tsconfig.tsbuildinfo' does not exist -[12:00:35 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:00:42 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:43 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success @@ -484,22 +484,22 @@ Input:: Output:: /a/lib/tsc --b tests --verbose -[12:00:51 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:52 AM] Project 'core/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files +[HH:MM:SS AM] Project 'core/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files -[12:00:53 AM] Updating output timestamps of project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:56 AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'logic/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:00:57 AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:01:00 AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies +[HH:MM:SS AM] Project 'tests/tsconfig.json' is up to date with .d.ts files from its dependencies -[12:01:01 AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Updating output timestamps of project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/when-logic-specifies-tsBuildInfoFile.js b/tests/baselines/reference/tsbuild/sample1/when-logic-specifies-tsBuildInfoFile.js index 887c1ca10ed28..cd98fdd909879 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-logic-specifies-tsBuildInfoFile.js +++ b/tests/baselines/reference/tsbuild/sample1/when-logic-specifies-tsBuildInfoFile.js @@ -99,22 +99,22 @@ export const m = mod; Output:: /a/lib/tsc --b tests --verbose -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json * logic/tsconfig.json * tests/tsconfig.json -[12:00:24 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... -[12:00:35 AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/ownFile.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'logic/tsconfig.json' is out of date because output file 'logic/ownFile.tsbuildinfo' does not exist -[12:00:36 AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/logic/tsconfig.json'... -[12:00:43 AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output file 'tests/tsconfig.tsbuildinfo' does not exist -[12:00:44 AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/tests/tsconfig.json'... exitCode:: ExitStatus.Success readFiles:: { diff --git a/tests/baselines/reference/tsbuild/sample1/when-module-option-changes.js b/tests/baselines/reference/tsbuild/sample1/when-module-option-changes.js index 14af9405bf005..fc68cf39a8c6d 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-module-option-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/when-module-option-changes.js @@ -96,12 +96,12 @@ export const m = mod; Output:: /a/lib/tsc --b core --verbose -[12:00:23 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:24 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:25 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... exitCode:: ExitStatus.Success @@ -222,12 +222,12 @@ Input:: Output:: /a/lib/tsc --b core --verbose -[12:00:32 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:33 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/tsconfig.json' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/tsconfig.json' -[12:00:34 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... exitCode:: ExitStatus.Success diff --git a/tests/baselines/reference/tsbuild/sample1/when-target-option-changes.js b/tests/baselines/reference/tsbuild/sample1/when-target-option-changes.js index faa0a3fe8a606..f45b5477a875e 100644 --- a/tests/baselines/reference/tsbuild/sample1/when-target-option-changes.js +++ b/tests/baselines/reference/tsbuild/sample1/when-target-option-changes.js @@ -106,12 +106,12 @@ export const m = mod; Output:: /a/lib/tsc --b core --verbose -[12:00:26 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:27 AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output file 'core/tsconfig.tsbuildinfo' does not exist -[12:00:28 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... TSFILE: /user/username/projects/sample1/core/anotherModule.js TSFILE: /user/username/projects/sample1/core/index.js @@ -245,12 +245,12 @@ Input:: Output:: /a/lib/tsc --b core --verbose -[12:00:35 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * core/tsconfig.json -[12:00:36 AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/tsconfig.json' +[HH:MM:SS AM] Project 'core/tsconfig.json' is out of date because output 'core/tsconfig.tsbuildinfo' is older than input 'core/tsconfig.json' -[12:00:37 AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... +[HH:MM:SS AM] Building project '/user/username/projects/sample1/core/tsconfig.json'... TSFILE: /user/username/projects/sample1/core/anotherModule.js TSFILE: /user/username/projects/sample1/core/index.js diff --git a/tests/baselines/reference/tsbuildWatch/configFileErrors/reports-syntax-errors-in-config-file.js b/tests/baselines/reference/tsbuildWatch/configFileErrors/reports-syntax-errors-in-config-file.js index 47eab5e2a1130..557f563a9f549 100644 --- a/tests/baselines/reference/tsbuildWatch/configFileErrors/reports-syntax-errors-in-config-file.js +++ b/tests/baselines/reference/tsbuildWatch/configFileErrors/reports-syntax-errors-in-config-file.js @@ -179,6 +179,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -230,6 +231,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -346,6 +348,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -406,6 +409,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/demo/updates-with-bad-reference.js b/tests/baselines/reference/tsbuildWatch/demo/updates-with-bad-reference.js index 42f6c2e900831..98ae5686e5847 100644 --- a/tests/baselines/reference/tsbuildWatch/demo/updates-with-bad-reference.js +++ b/tests/baselines/reference/tsbuildWatch/demo/updates-with-bad-reference.js @@ -491,6 +491,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/demo/updates-with-circular-reference.js b/tests/baselines/reference/tsbuildWatch/demo/updates-with-circular-reference.js index cf3a942792691..6ec4618cea5e7 100644 --- a/tests/baselines/reference/tsbuildWatch/demo/updates-with-circular-reference.js +++ b/tests/baselines/reference/tsbuildWatch/demo/updates-with-circular-reference.js @@ -217,6 +217,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -318,6 +319,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'animals/tsconfig.json' is out of date because output file 'lib/animals/tsconfig.tsbuildinfo' does not exist diff --git a/tests/baselines/reference/tsbuildWatch/extends/configDir-template.js b/tests/baselines/reference/tsbuildWatch/extends/configDir-template.js index 23e8dd76ad94a..025efd0a3faad 100644 --- a/tests/baselines/reference/tsbuildWatch/extends/configDir-template.js +++ b/tests/baselines/reference/tsbuildWatch/extends/configDir-template.js @@ -345,6 +345,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] File change detected. Starting incremental compilation... diff --git a/tests/baselines/reference/tsbuildWatch/moduleResolution/build-mode-watches-for-changes-to-package-json-main-fields.js b/tests/baselines/reference/tsbuildWatch/moduleResolution/build-mode-watches-for-changes-to-package-json-main-fields.js index de337b8e63eee..f846da5a1365e 100644 --- a/tests/baselines/reference/tsbuildWatch/moduleResolution/build-mode-watches-for-changes-to-package-json-main-fields.js +++ b/tests/baselines/reference/tsbuildWatch/moduleResolution/build-mode-watches-for-changes-to-package-json-main-fields.js @@ -376,6 +376,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -451,6 +452,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/moduleResolution/resolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-cts-and-mts-extensions.js b/tests/baselines/reference/tsbuildWatch/moduleResolution/resolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-cts-and-mts-extensions.js index 03f926abaff58..9919e9f47a36f 100644 --- a/tests/baselines/reference/tsbuildWatch/moduleResolution/resolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-cts-and-mts-extensions.js +++ b/tests/baselines/reference/tsbuildWatch/moduleResolution/resolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-cts-and-mts-extensions.js @@ -341,6 +341,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -443,6 +444,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -537,6 +539,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -643,6 +646,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -796,6 +800,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'packages/pkg1/tsconfig.json' is out of date because output 'packages/pkg1/build/index.js' is older than input 'packages/pkg2' diff --git a/tests/baselines/reference/tsbuildWatch/moduleResolutionCache/handles-the-cache-correctly-when-two-projects-use-different-module-resolution-settings.js b/tests/baselines/reference/tsbuildWatch/moduleResolutionCache/handles-the-cache-correctly-when-two-projects-use-different-module-resolution-settings.js index 56c113d274c88..05e9e1ee8ed52 100644 --- a/tests/baselines/reference/tsbuildWatch/moduleResolutionCache/handles-the-cache-correctly-when-two-projects-use-different-module-resolution-settings.js +++ b/tests/baselines/reference/tsbuildWatch/moduleResolutionCache/handles-the-cache-correctly-when-two-projects-use-different-module-resolution-settings.js @@ -417,6 +417,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted-with-incremental.js b/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted-with-incremental.js index 57b1fee34b6e7..54a85090e8391 100644 --- a/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted-with-incremental.js +++ b/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted-with-incremental.js @@ -191,6 +191,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -219,6 +220,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted.js b/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted.js index 2c71e60666cf8..1b2089c33a075 100644 --- a/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted.js +++ b/tests/baselines/reference/tsbuildWatch/noEmit/does-not-go-in-loop-when-watching-when-no-files-are-emitted.js @@ -114,6 +114,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -164,6 +165,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error-with-incremental.js b/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error-with-incremental.js index 15ef43f85351a..07a235c18d517 100644 --- a/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error-with-incremental.js +++ b/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error-with-incremental.js @@ -226,6 +226,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -287,6 +288,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -460,6 +462,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -628,6 +631,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -687,6 +691,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -838,6 +843,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error.js b/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error.js index 9866d09e9331d..234f193f15a21 100644 --- a/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error.js +++ b/tests/baselines/reference/tsbuildWatch/noEmitOnError/does-not-emit-any-files-on-error.js @@ -135,6 +135,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -195,6 +196,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -275,6 +277,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -332,6 +335,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -390,6 +394,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -452,6 +457,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/incremental-updates-in-verbose-mode.js b/tests/baselines/reference/tsbuildWatch/programUpdates/incremental-updates-in-verbose-mode.js index eb27b223790cc..fd8ed35fdbcf9 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/incremental-updates-in-verbose-mode.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/incremental-updates-in-verbose-mode.js @@ -641,6 +641,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -814,6 +815,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -946,6 +948,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'tests/tsconfig.json' is out of date because output 'tests/index.js' is older than input 'logic/tsconfig.json' diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-file-with-no-error-changes.js b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-file-with-no-error-changes.js index c2c3e69b1f9fd..a8348f445eabc 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-file-with-no-error-changes.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-file-with-no-error-changes.js @@ -219,6 +219,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -352,6 +353,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-fixing-errors-only-changed-file-is-emitted.js b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-fixing-errors-only-changed-file-is-emitted.js index 9b86f3d932b52..27760e85ce066 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-fixing-errors-only-changed-file-is-emitted.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/introduceError/when-fixing-errors-only-changed-file-is-emitted.js @@ -219,6 +219,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -355,6 +356,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-file-with-no-error-changes.js b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-file-with-no-error-changes.js index 62b97c9b87ca3..1164c864c3e6a 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-file-with-no-error-changes.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-file-with-no-error-changes.js @@ -196,6 +196,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-fixing-error-files-all-files-are-emitted.js b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-fixing-error-files-all-files-are-emitted.js index a88334957ab31..7d8a14b3b6241 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-fixing-error-files-all-files-are-emitted.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/declarationEmitErrors/when-fixing-error-files-all-files-are-emitted.js @@ -199,6 +199,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-not-used.js b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-not-used.js index b5a7ee179fdf9..00fe95da21ce2 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-not-used.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-not-used.js @@ -624,6 +624,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -791,6 +792,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-passed-on-command-line.js b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-passed-on-command-line.js index f7cc70d551070..6ac8ae6cc4c71 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-passed-on-command-line.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/reportErrors/when-preserveWatchOutput-is-passed-on-command-line.js @@ -626,6 +626,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] File change detected. Starting incremental compilation... @@ -793,6 +794,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] File change detected. Starting incremental compilation... diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit-with-outDir-specified.js b/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit-with-outDir-specified.js index 7436a9681aee0..9cf1de2d9c23c 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit-with-outDir-specified.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit-with-outDir-specified.js @@ -306,6 +306,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit.js b/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit.js index 1109980a2f202..f258c73112bd9 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit.js @@ -318,6 +318,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/watches-config-files-that-are-not-present.js b/tests/baselines/reference/tsbuildWatch/programUpdates/watches-config-files-that-are-not-present.js index 08946c16b1308..865f6eaf74461 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/watches-config-files-that-are-not-present.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/watches-config-files-that-are-not-present.js @@ -355,6 +355,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -560,6 +561,7 @@ Input:: Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/when-referenced-project-change-introduces-error-in-the-down-stream-project-and-then-fixes-it.js b/tests/baselines/reference/tsbuildWatch/programUpdates/when-referenced-project-change-introduces-error-in-the-down-stream-project-and-then-fixes-it.js index b350a56b81034..85b295810e33c 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/when-referenced-project-change-introduces-error-in-the-down-stream-project-and-then-fixes-it.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/when-referenced-project-change-introduces-error-in-the-down-stream-project-and-then-fixes-it.js @@ -243,6 +243,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -329,6 +330,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: App/app.ts:2:20 - error TS2551: Property 'message' does not exist on type 'SomeObject'. Did you mean 'message2'? @@ -413,6 +415,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -499,6 +502,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/builds-when-new-file-is-added,-and-its-subsequent-updates.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/builds-when-new-file-is-added,-and-its-subsequent-updates.js index fcd6fb6f8d94d..f51ec0b4edef9 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/builds-when-new-file-is-added,-and-its-subsequent-updates.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/builds-when-new-file-is-added,-and-its-subsequent-updates.js @@ -611,6 +611,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -816,6 +817,7 @@ Input:: Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -888,6 +890,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1053,6 +1056,7 @@ Input:: Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/change-builds-changes-and-reports-found-errors-message.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/change-builds-changes-and-reports-found-errors-message.js index bfd8fb05dacfe..e50999bfa5d34 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/change-builds-changes-and-reports-found-errors-message.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/change-builds-changes-and-reports-found-errors-message.js @@ -615,6 +615,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -771,6 +772,7 @@ Input:: Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -1050,6 +1052,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1198,6 +1201,7 @@ Input:: Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -1479,6 +1483,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1643,6 +1648,7 @@ Input:: Before running Timeout callback:: count: 1 7: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/non-local-change-does-not-start-build-of-referencing-projects.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/non-local-change-does-not-start-build-of-referencing-projects.js index 4ac84b88930c7..c721107303d7c 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/non-local-change-does-not-start-build-of-referencing-projects.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/non-local-change-does-not-start-build-of-referencing-projects.js @@ -615,6 +615,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-outFile-and-non-local-change.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-outFile-and-non-local-change.js index 21f26ce8f1f7e..f3acae27547bd 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-outFile-and-non-local-change.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-outFile-and-non-local-change.js @@ -262,6 +262,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -358,6 +359,7 @@ Input:: Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -458,6 +460,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/builds-when-new-file-is-added,-and-its-subsequent-updates.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/builds-when-new-file-is-added,-and-its-subsequent-updates.js index 9abca4e60468b..65eab90b89954 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/builds-when-new-file-is-added,-and-its-subsequent-updates.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/builds-when-new-file-is-added,-and-its-subsequent-updates.js @@ -617,6 +617,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -829,6 +830,7 @@ Input:: Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -901,6 +903,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1073,6 +1076,7 @@ Input:: Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/change-builds-changes-and-reports-found-errors-message.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/change-builds-changes-and-reports-found-errors-message.js index f3eb8a23fe9a0..83786eda0b2fc 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/change-builds-changes-and-reports-found-errors-message.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/change-builds-changes-and-reports-found-errors-message.js @@ -621,6 +621,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -784,6 +785,7 @@ Input:: Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -1063,6 +1065,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1218,6 +1221,7 @@ Input:: Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. @@ -1499,6 +1503,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1670,6 +1675,7 @@ Input:: Before running Timeout callback:: count: 1 7: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Found 0 errors. Watching for file changes. diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/non-local-change-does-not-start-build-of-referencing-projects.js b/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/non-local-change-does-not-start-build-of-referencing-projects.js index e591136e6db0c..8af087410a8ea 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/non-local-change-does-not-start-build-of-referencing-projects.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/non-local-change-does-not-start-build-of-referencing-projects.js @@ -621,6 +621,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/works-correctly-when-project-with-extended-config-is-removed.js b/tests/baselines/reference/tsbuildWatch/programUpdates/works-correctly-when-project-with-extended-config-is-removed.js index ed0734daae4da..82aad290cf01d 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/works-correctly-when-project-with-extended-config-is-removed.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/works-correctly-when-project-with-extended-config-is-removed.js @@ -351,6 +351,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/works-when-noUnusedParameters-changes-to-false.js b/tests/baselines/reference/tsbuildWatch/programUpdates/works-when-noUnusedParameters-changes-to-false.js index 069b194e28f33..29ddcbdb8d273 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/works-when-noUnusedParameters-changes-to-false.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/works-when-noUnusedParameters-changes-to-false.js @@ -105,6 +105,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/programUpdates/works-with-extended-source-files.js b/tests/baselines/reference/tsbuildWatch/programUpdates/works-with-extended-source-files.js index 3fbe56ab35b3d..b52c7f21afced 100644 --- a/tests/baselines/reference/tsbuildWatch/programUpdates/works-with-extended-source-files.js +++ b/tests/baselines/reference/tsbuildWatch/programUpdates/works-with-extended-source-files.js @@ -400,6 +400,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -532,6 +533,7 @@ Input:: Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'project2.tsconfig.json' is out of date because output 'project2.tsconfig.tsbuildinfo' is older than input 'alpha.tsconfig.json' @@ -645,6 +647,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -757,6 +760,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -873,6 +877,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1001,6 +1006,7 @@ Input:: Before running Timeout callback:: count: 1 8: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'project2.tsconfig.json' is out of date because output 'commonFile1.js' is older than input 'alpha.tsconfig.json' @@ -1069,6 +1075,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1134,6 +1141,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1225,6 +1233,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 11: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-23-projects-in-a-solution.js b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-23-projects-in-a-solution.js index dbce9a742ad36..d570f1cfb26da 100644 --- a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-23-projects-in-a-solution.js +++ b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-23-projects-in-a-solution.js @@ -2734,6 +2734,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -2961,6 +2962,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -3072,6 +3074,7 @@ Input:: Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' @@ -3210,6 +3213,7 @@ Input:: Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg6/tsconfig.json' is out of date because output 'pkg6/index.js' is older than input 'pkg0/tsconfig.json' @@ -3348,6 +3352,7 @@ Input:: Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg11/tsconfig.json' is out of date because output 'pkg11/index.js' is older than input 'pkg0/tsconfig.json' @@ -3486,6 +3491,7 @@ Input:: Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg16/tsconfig.json' is out of date because output 'pkg16/index.js' is older than input 'pkg0/tsconfig.json' @@ -3624,6 +3630,7 @@ Input:: Before running Timeout callback:: count: 1 7: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg21/tsconfig.json' is out of date because output 'pkg21/index.js' is older than input 'pkg0/tsconfig.json' @@ -3702,6 +3709,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -3815,6 +3823,7 @@ Input:: Before running Timeout callback:: count: 1 9: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' @@ -3953,6 +3962,7 @@ Input:: Before running Timeout callback:: count: 1 10: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg6/tsconfig.json' is out of date because output 'pkg6/index.js' is older than input 'pkg0/tsconfig.json' @@ -4098,6 +4108,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 12: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -4256,6 +4267,7 @@ Input:: Before running Timeout callback:: count: 1 13: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg11/tsconfig.json' is out of date because output 'pkg11/index.js' is older than input 'pkg0/tsconfig.json' @@ -4401,6 +4413,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 15: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -4517,6 +4530,7 @@ Input:: Before running Timeout callback:: count: 1 16: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' @@ -4655,6 +4669,7 @@ Input:: Before running Timeout callback:: count: 1 17: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg6/tsconfig.json' is out of date because output 'pkg6/index.js' is older than input 'pkg0/tsconfig.json' @@ -4793,6 +4808,7 @@ Input:: Before running Timeout callback:: count: 1 18: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg11/tsconfig.json' is out of date because output 'pkg11/index.js' is older than input 'pkg0/tsconfig.json' @@ -4931,6 +4947,7 @@ Input:: Before running Timeout callback:: count: 1 19: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg16/tsconfig.json' is out of date because output 'pkg16/index.js' is older than input 'pkg0/tsconfig.json' @@ -5069,6 +5086,7 @@ Input:: Before running Timeout callback:: count: 1 20: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg21/tsconfig.json' is out of date because output 'pkg21/index.js' is older than input 'pkg0/tsconfig.json' diff --git a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-3-projects-in-a-solution.js b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-3-projects-in-a-solution.js index 36dd5d973de0d..97ca3c62ef9dd 100644 --- a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-3-projects-in-a-solution.js +++ b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-3-projects-in-a-solution.js @@ -414,6 +414,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -541,6 +542,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -652,6 +654,7 @@ Input:: Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' diff --git a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-5-projects-in-a-solution.js b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-5-projects-in-a-solution.js index 93e73b5a86907..081fb2f14c6d5 100644 --- a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-5-projects-in-a-solution.js +++ b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-5-projects-in-a-solution.js @@ -646,6 +646,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -783,6 +784,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -894,6 +896,7 @@ Input:: Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' diff --git a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-8-projects-in-a-solution.js b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-8-projects-in-a-solution.js index 3283c01fd0f65..a8cbdb7f457bc 100644 --- a/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-8-projects-in-a-solution.js +++ b/tests/baselines/reference/tsbuildWatch/projectsBuilding/when-there-are-8-projects-in-a-solution.js @@ -994,6 +994,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1146,6 +1147,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1257,6 +1259,7 @@ Input:: Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' @@ -1395,6 +1398,7 @@ Input:: Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg6/tsconfig.json' is out of date because output 'pkg6/index.js' is older than input 'pkg0/tsconfig.json' @@ -1473,6 +1477,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1586,6 +1591,7 @@ Input:: Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'pkg0/tsconfig.json' @@ -1731,6 +1737,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1864,6 +1871,7 @@ Input:: Before running Timeout callback:: count: 1 9: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg6/tsconfig.json' is out of date because output 'pkg6/index.js' is older than input 'pkg0/tsconfig.json' diff --git a/tests/baselines/reference/tsbuildWatch/publicApi/with-custom-transformers.js b/tests/baselines/reference/tsbuildWatch/publicApi/with-custom-transformers.js index 33f79912d25f5..325c802a7e2ee 100644 --- a/tests/baselines/reference/tsbuildWatch/publicApi/with-custom-transformers.js +++ b/tests/baselines/reference/tsbuildWatch/publicApi/with-custom-transformers.js @@ -359,6 +359,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -467,6 +468,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'webpack/tsconfig.json' is out of date because output 'webpack/index.js' is older than input 'shared/tsconfig.json' diff --git a/tests/baselines/reference/tsbuildWatch/reexport/Reports-errors-correctly.js b/tests/baselines/reference/tsbuildWatch/reexport/Reports-errors-correctly.js index 8593078e4f1c4..872e1fea39ec9 100644 --- a/tests/baselines/reference/tsbuildWatch/reexport/Reports-errors-correctly.js +++ b/tests/baselines/reference/tsbuildWatch/reexport/Reports-errors-correctly.js @@ -343,6 +343,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -448,6 +449,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'src/main/tsconfig.json' is out of date because output 'out/main/index.js' is older than input 'src/pure/tsconfig.json' @@ -540,6 +542,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -645,6 +648,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Failed to parse file 'src/main/tsconfig.json': Semantic errors. diff --git a/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js b/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js index ccfb0f25955dc..15037ce81e62f 100644 --- a/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js +++ b/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project-and-shared-is-first.js @@ -627,6 +627,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -778,6 +779,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because output 'projects/server/dist/server/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' @@ -1070,6 +1072,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1233,6 +1236,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because buildinfo file 'projects/server/dist/server/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. diff --git a/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project.js b/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project.js index e9d9802f54d80..a67e0f57f2e4b 100644 --- a/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project.js +++ b/tests/baselines/reference/tsbuildWatch/roots/when-root-file-is-from-referenced-project.js @@ -627,6 +627,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -778,6 +779,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because output 'projects/server/dist/server/tsconfig.tsbuildinfo' is older than input 'projects/shared/src/logging.ts' @@ -1070,6 +1072,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -1233,6 +1236,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'projects/server/tsconfig.json' is out of date because buildinfo file 'projects/server/dist/server/tsconfig.tsbuildinfo' indicates that file 'projects/shared/src/random.ts' was root file of compilation but not any more. diff --git a/tests/baselines/reference/tsbuildWatch/watchEnvironment/same-file-in-multiple-projects-with-single-watcher-per-file.js b/tests/baselines/reference/tsbuildWatch/watchEnvironment/same-file-in-multiple-projects-with-single-watcher-per-file.js index 85b38059b850f..fdc0e1c165ba3 100644 --- a/tests/baselines/reference/tsbuildWatch/watchEnvironment/same-file-in-multiple-projects-with-single-watcher-per-file.js +++ b/tests/baselines/reference/tsbuildWatch/watchEnvironment/same-file-in-multiple-projects-with-single-watcher-per-file.js @@ -323,6 +323,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -344,6 +345,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'typings/xterm.d.ts' @@ -482,6 +484,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -572,6 +575,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -593,6 +597,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] Project 'pkg1/tsconfig.json' is out of date because output 'pkg1/index.js' is older than input 'typings/xterm.d.ts' @@ -694,6 +699,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 11: timerToBuildInvalidatedProject +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tsc/incremental/reports-dts-generation-errors.js b/tests/baselines/reference/tsc/incremental/reports-dts-generation-errors.js index 47643b4575f5b..24257b6d61673 100644 --- a/tests/baselines/reference/tsc/incremental/reports-dts-generation-errors.js +++ b/tests/baselines/reference/tsc/incremental/reports-dts-generation-errors.js @@ -223,12 +223,12 @@ Input:: Output:: /lib/tsc -b /src/project --explainFiles --listEmittedFiles -v -[12:00:19 AM] Projects in this build: +[HH:MM:SS AM] Projects in this build: * src/project/tsconfig.json -[12:00:20 AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted +[HH:MM:SS AM] Project 'src/project/tsconfig.json' is out of date because buildinfo file 'src/project/tsconfig.tsbuildinfo' indicates that some of the changes were not emitted -[12:00:21 AM] Building project '/src/project/tsconfig.json'... +[HH:MM:SS AM] Building project '/src/project/tsconfig.json'... src/project/index.ts:2:14 - error TS4023: Exported variable 'api' has or is using name 'KyInstance' from external module "/src/project/node_modules/ky/distribution/index" but cannot be named. diff --git a/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/createWatchOfConfigFile.js b/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/createWatchOfConfigFile.js index abc9c708b818d..378e0e725cb90 100644 --- a/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/createWatchOfConfigFile.js +++ b/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/createWatchOfConfigFile.js @@ -85,6 +85,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] File change detected. Starting incremental compilation... diff --git a/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/when-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js b/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/when-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js index b0f128ad40244..20979c279b5af 100644 --- a/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/when-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js +++ b/tests/baselines/reference/tscWatch/consoleClearing/when-preserveWatchOutput-is-true-in-config-file/when-createWatchProgram-is-invoked-with-configFileParseResult-on-WatchCompilerHostOfConfigFile.js @@ -86,6 +86,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] File change detected. Starting incremental compilation... diff --git a/tests/baselines/reference/tscWatch/consoleClearing/with---diagnostics.js b/tests/baselines/reference/tscWatch/consoleClearing/with---diagnostics.js index cc5ba69cb1010..f14e6e827c3ce 100644 --- a/tests/baselines/reference/tscWatch/consoleClearing/with---diagnostics.js +++ b/tests/baselines/reference/tscWatch/consoleClearing/with---diagnostics.js @@ -81,6 +81,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/consoleClearing/with---extendedDiagnostics.js b/tests/baselines/reference/tscWatch/consoleClearing/with---extendedDiagnostics.js index 09001fa505273..31e419e39b213 100644 --- a/tests/baselines/reference/tscWatch/consoleClearing/with---extendedDiagnostics.js +++ b/tests/baselines/reference/tscWatch/consoleClearing/with---extendedDiagnostics.js @@ -83,6 +83,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/consoleClearing/with---preserveWatchOutput.js b/tests/baselines/reference/tscWatch/consoleClearing/with---preserveWatchOutput.js index ea5c2123f0811..a828cce76d9f8 100644 --- a/tests/baselines/reference/tscWatch/consoleClearing/with---preserveWatchOutput.js +++ b/tests/baselines/reference/tscWatch/consoleClearing/with---preserveWatchOutput.js @@ -70,6 +70,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: [HH:MM:SS AM] File change detected. Starting incremental compilation... diff --git a/tests/baselines/reference/tscWatch/consoleClearing/without---diagnostics-or---extendedDiagnostics.js b/tests/baselines/reference/tscWatch/consoleClearing/without---diagnostics-or---extendedDiagnostics.js index 5bb50bd212311..6e0ee4823da60 100644 --- a/tests/baselines/reference/tscWatch/consoleClearing/without---diagnostics-or---extendedDiagnostics.js +++ b/tests/baselines/reference/tscWatch/consoleClearing/without---diagnostics-or---extendedDiagnostics.js @@ -70,6 +70,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-file-content/elides-const-enums-correctly-in-incremental-compilation.js b/tests/baselines/reference/tscWatch/emit/emit-file-content/elides-const-enums-correctly-in-incremental-compilation.js index c8ec2a09ee369..34db5e5684227 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-file-content/elides-const-enums-correctly-in-incremental-compilation.js +++ b/tests/baselines/reference/tscWatch/emit/emit-file-content/elides-const-enums-correctly-in-incremental-compilation.js @@ -105,6 +105,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-file-content/file-is-deleted-and-created-as-part-of-change.js b/tests/baselines/reference/tscWatch/emit/emit-file-content/file-is-deleted-and-created-as-part-of-change.js index 6dead42cc1ef1..971038d32ae18 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-file-content/file-is-deleted-and-created-as-part-of-change.js +++ b/tests/baselines/reference/tscWatch/emit/emit-file-content/file-is-deleted-and-created-as-part-of-change.js @@ -90,6 +90,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-carriageReturn-lineFeed.js b/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-carriageReturn-lineFeed.js index 42fe70a7f517d..84aa41b531a7a 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-carriageReturn-lineFeed.js +++ b/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-carriageReturn-lineFeed.js @@ -75,6 +75,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-lineFeed.js b/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-lineFeed.js index ebc191ee476fe..ada114f8cd389 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-lineFeed.js +++ b/tests/baselines/reference/tscWatch/emit/emit-file-content/handles-new-lines-lineFeed.js @@ -75,6 +75,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js b/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js index 135b1ceec8eaa..0c31bed4deb91 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js +++ b/tests/baselines/reference/tscWatch/emit/emit-file-content/should-emit-specified-file.js @@ -118,6 +118,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -182,6 +183,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js index 7f69d3b19b37d..e76468336a4ab 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--isolatedModules'-is-specified.js @@ -150,6 +150,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js index 4a5fb728f100c..1d4b91b9cf2a5 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js @@ -157,6 +157,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js index 70ece9843f7e9..c91957eef8654 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-deleted-files.js @@ -146,6 +146,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js index b58eab57119e7..098cb0258d35d 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-newly-created-files.js @@ -148,6 +148,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js index 175153d87ca61..2a07624307725 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-be-up-to-date-with-the-reference-map-changes.js @@ -145,6 +145,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -210,6 +211,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -280,6 +282,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -340,6 +343,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -422,6 +426,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js index 00f8f0b4e3b29..fb9f3dc24dc6a 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-contains-only-itself-if-a-module-file's-shape-didn't-change,-and-all-files-referencing-it-if-its-shape-changed.js @@ -145,6 +145,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -213,6 +214,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js index 3638d3289b154..3f5bedd360a5c 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-changes-in-non-root-files.js @@ -110,6 +110,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -168,6 +169,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js index 15f9ad4d41e9b..f98f617b8653b 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-non-existing-code-file.js @@ -102,6 +102,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -187,6 +188,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js index 99633d9f036ed..d8d48f5ea5827 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-detect-removed-code-file.js @@ -107,6 +107,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js index 369fbd7b9f16c..0d97bcfba8bc5 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-all-files-if-a-global-file-changed-shape.js @@ -145,6 +145,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js index b465adc6b54c3..c5b63e579bd3b 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-return-cascaded-affected-file-list.js @@ -159,6 +159,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -224,6 +225,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -299,6 +301,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js index 3ab5cab0a84d8..dfbfc2fe709d6 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js +++ b/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/should-work-fine-for-files-with-circular-references.js @@ -106,6 +106,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js index bc33a3a796306..f7c597dedaee6 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js +++ b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-does-not-have-out-or-outFile.js @@ -98,6 +98,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -154,6 +155,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js index 1824ca7d6a713..f5cf14a8e9990 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js +++ b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-out.js @@ -104,6 +104,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -164,6 +165,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js index 9b26de2a23ce6..e2c411f479c72 100644 --- a/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js +++ b/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/config-has-outFile.js @@ -92,6 +92,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -144,6 +145,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/when-instead-of-filechanged-recursive-directory-watcher-is-invoked.js b/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/when-instead-of-filechanged-recursive-directory-watcher-is-invoked.js index c415bc3d9bc93..b82fc5b7031e0 100644 --- a/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/when-instead-of-filechanged-recursive-directory-watcher-is-invoked.js +++ b/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/when-instead-of-filechanged-recursive-directory-watcher-is-invoked.js @@ -111,6 +111,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index bc1561cec4fb7..7d9a0fd8712ac 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -230,6 +230,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -380,6 +381,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -530,6 +532,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js index 88790c8c01fd7..dbb0ea009ca5f 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.d.ts-change.js @@ -129,6 +129,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -183,6 +184,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -237,6 +239,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js index 7270e071ae324..402813ffd9fc3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -250,6 +250,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -437,6 +438,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -621,6 +623,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js index ad957561c57db..ade51cdc29fed 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/deepImportChanges/errors-for-.ts-change.js @@ -154,6 +154,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -230,6 +231,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -303,6 +305,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 89b38102ae199..7fb1aad60e42e 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -370,6 +370,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -580,6 +581,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -781,6 +783,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js index 9ad78d66e7034..c8742f7651a3c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -204,6 +204,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -277,6 +278,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -341,6 +343,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js index b46c48d909f71..7f61f5c5cd3ed 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export-with-incremental.js @@ -392,6 +392,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -624,6 +625,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -844,6 +846,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js index 2dfab87e2d107..3212950c9eaa3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/export.js @@ -252,6 +252,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -326,6 +327,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -388,6 +390,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js index e90b95724bf85..3db8310bfc918 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -431,6 +431,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -684,6 +685,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -922,6 +924,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js index 537cb7e78e848..b4835800c7341 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/yes-circular-import/exports.js @@ -275,6 +275,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -353,6 +354,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -416,6 +418,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js index 1290ded5a106e..ee2c0993c84bb 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError-with-incremental.js @@ -239,6 +239,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -260,6 +261,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -424,6 +426,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -589,6 +592,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -608,6 +612,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -756,6 +761,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js index 0dcafca02ca24..ea4e791a1cfb7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js @@ -133,6 +133,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -154,6 +155,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -225,6 +227,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -279,6 +282,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -298,6 +302,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -353,6 +358,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 13e5ce3d122c3..427a7d078e693 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -237,6 +237,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -390,6 +391,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -543,6 +545,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js index e9e8b90272818..7441643f5c051 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.d.ts-change.js @@ -134,6 +134,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -189,6 +190,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -244,6 +246,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js index c2f83e9e81966..f9b60ab23b8ce 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -272,6 +272,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -448,6 +449,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -624,6 +626,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js index c13e777c6db9c..916ee3408e0cc 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/deepImportChanges/errors-for-.ts-change.js @@ -172,6 +172,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -248,6 +249,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -324,6 +326,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 0d76305bfc127..ff75250cd5583 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -407,6 +407,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -671,6 +672,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -935,6 +937,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js index 88ce950143473..05f1bb5c3775f 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -235,6 +235,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -327,6 +328,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -419,6 +421,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js index 9826d7ff60cab..3432c9a63730a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export-with-incremental.js @@ -431,6 +431,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -643,6 +644,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -855,6 +857,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js index 440a2c8f1df48..432a5f5b12fce 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/export.js @@ -284,6 +284,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -349,6 +350,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -414,6 +416,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js index 879996d6a0446..a687ba7f525b8 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -480,6 +480,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -710,6 +711,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -940,6 +942,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js index e6c0e67e2f5f5..bb3637662fc15 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/exports.js @@ -316,6 +316,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -382,6 +383,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -448,6 +450,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js index 1d3e567ff8fdc..13222e2a6e8d4 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError-with-incremental.js @@ -241,6 +241,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -262,6 +263,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -443,6 +445,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -611,6 +614,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -630,6 +634,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -782,6 +787,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js index 9e6754cbb3fec..b02ec645b880f 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js @@ -134,6 +134,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -155,6 +156,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -241,6 +243,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -296,6 +299,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -315,6 +319,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -372,6 +377,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 0c21536eae495..be0a87318784a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -226,6 +226,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -391,6 +392,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -539,6 +541,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js index 67d1e28eba60b..8797cacbcb024 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.d.ts-change.js @@ -128,6 +128,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -188,6 +189,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -243,6 +245,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js index e4101819fa1c8..f83c1b69b4254 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -246,6 +246,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -429,6 +430,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -593,6 +595,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js index 921a9fd268fd8..ad360f5d63cd7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/deepImportChanges/errors-for-.ts-change.js @@ -153,6 +153,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -228,6 +229,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -297,6 +299,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index a84f0e5661cf5..078a9961bfc7a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -366,6 +366,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -572,6 +573,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -821,6 +823,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js index e99cb963e1a2e..7a1f195c0cdf8 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -203,6 +203,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -275,6 +276,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -359,6 +361,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js index 2d3c97283ab90..561e670d1c2de 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export-with-incremental.js @@ -388,6 +388,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -616,6 +617,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -819,6 +821,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js index e571521fcae42..00031d4754946 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/export.js @@ -251,6 +251,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -324,6 +325,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -388,6 +390,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js index ecdde8ea5b6fa..b9c84b7ed0d1d 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -427,6 +427,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -676,6 +677,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -898,6 +900,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js index 4e877e72deb91..01705ae90e394 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/yes-circular-import/exports.js @@ -274,6 +274,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -351,6 +352,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -418,6 +420,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js index 385487fa817d3..be4a026479c2f 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError-with-incremental.js @@ -237,6 +237,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -258,6 +259,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -420,6 +422,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -583,6 +586,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -602,6 +606,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -748,6 +753,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js index 21db97d9fcb08..5b5c161b01df1 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js @@ -132,6 +132,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -153,6 +154,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -223,6 +225,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -276,6 +279,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -295,6 +299,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -349,6 +354,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 73b21a1e9d721..75ba01c6e9c01 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -235,6 +235,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -406,6 +407,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -560,6 +562,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js index a98cd9d582306..92de82d17c5c3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.d.ts-change.js @@ -133,6 +133,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -195,6 +196,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -252,6 +254,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js index 40842cba8a80f..083175f312038 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -270,6 +270,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -464,6 +465,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -641,6 +643,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js index 7243432fac0ea..8a1c2b58bd163 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/deepImportChanges/errors-for-.ts-change.js @@ -171,6 +171,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -254,6 +255,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -332,6 +334,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 108a9846b01ef..e9bd94859de53 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -405,6 +405,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -627,6 +628,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -898,6 +900,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js index 8aea00f1ee33f..dc3c597fd88ba 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -234,6 +234,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -319,6 +320,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -419,6 +421,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js index e3a83308f9ff2..e511ef70e5a5c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export-with-incremental.js @@ -429,6 +429,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -668,6 +669,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -890,6 +892,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js index e50771f2ed79e..9e749be5767c7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/no-circular-import/export.js @@ -283,6 +283,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -364,6 +365,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -440,6 +442,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js index 5db73db2a5063..527bbdb5c7b93 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -478,6 +478,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -738,6 +739,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -981,6 +983,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js index 0c85833c2f406..2bd76f45094f3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/transitive-exports/yes-circular-import/exports.js @@ -315,6 +315,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -400,6 +401,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -480,6 +482,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js index 2528e19a14816..6dfea0c43ee0d 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError-with-incremental.js @@ -239,6 +239,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -260,6 +261,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -439,6 +441,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -605,6 +608,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -624,6 +628,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -774,6 +779,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js index 4249215fb7149..0a47d1f3a302b 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js @@ -133,6 +133,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -154,6 +155,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -239,6 +241,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -293,6 +296,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -312,6 +316,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -368,6 +373,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index 3b9f267be7d38..f34ae1986942d 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -227,6 +227,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -393,6 +394,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -542,6 +544,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js index 5c7b52beba7b2..cc33eee0c22d3 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.d.ts-change.js @@ -129,6 +129,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -190,6 +191,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -246,6 +248,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js index 1ce170a7e120e..ac844156ab5a0 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -247,6 +247,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -427,6 +428,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -590,6 +592,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js index 6a482997e6aeb..74965e4a1accb 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/deepImportChanges/errors-for-.ts-change.js @@ -154,6 +154,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -228,6 +229,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -297,6 +299,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 3d53264ad80b6..f952bb2a04f16 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -367,6 +367,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -566,6 +567,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -814,6 +816,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js index f39fe8fdddcc1..d632029478a08 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -204,6 +204,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -273,6 +274,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -357,6 +359,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js index b6791f92ab535..53d9179b50eb6 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export-with-incremental.js @@ -389,6 +389,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -608,6 +609,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -810,6 +812,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js index 036c53ecb0e1f..96f85ee4d0088 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/export.js @@ -252,6 +252,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -321,6 +322,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -385,6 +387,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js index fc05e779cd5ff..ea3a34ce78641 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -428,6 +428,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -666,6 +667,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -887,6 +889,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js index 1f2aec2622d86..ed7900d174c94 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/exports.js @@ -275,6 +275,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -347,6 +348,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -414,6 +416,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js index 6ca2dadbac5af..f90f123e0b7cf 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError-with-incremental.js @@ -238,6 +238,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -259,6 +260,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -422,6 +424,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -586,6 +589,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -605,6 +609,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -752,6 +757,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js index c43c10d965cb2..c9319beeb6dad 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js @@ -133,6 +133,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -154,6 +155,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -225,6 +227,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -279,6 +282,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -298,6 +302,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -353,6 +358,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js index e89addc13bbdb..0d9c8c31c3b8a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change-with-incremental.js @@ -236,6 +236,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -408,6 +409,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -563,6 +565,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js index 30548ab63c76e..38b2b59785682 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.d.ts-change.js @@ -134,6 +134,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -197,6 +198,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -255,6 +257,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js index edc4c8e226f2e..5672593029997 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change-with-incremental.js @@ -271,6 +271,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -465,6 +466,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -642,6 +644,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js index ca593ba4a3cc9..c8c00e5b458a9 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/deepImportChanges/errors-for-.ts-change.js @@ -172,6 +172,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -255,6 +256,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -333,6 +335,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js index 00bf500f55bcc..ce51486b6b831 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes-with-incremental.js @@ -406,6 +406,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -628,6 +629,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -899,6 +901,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js index 39a7032317346..e68f719a432b7 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/file-not-exporting-a-deep-multilevel-import-that-changes.js @@ -235,6 +235,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -320,6 +321,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -420,6 +422,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js index 31d0385cee4fc..0ae6990c63e7c 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export-with-incremental.js @@ -430,6 +430,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -669,6 +670,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -891,6 +893,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js index 57e8ca5797626..10ea230624ddb 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/no-circular-import/export.js @@ -284,6 +284,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -365,6 +366,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -441,6 +443,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js index 8233023fccb74..f9abd17ab0e2f 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports-with-incremental.js @@ -479,6 +479,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -739,6 +740,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -982,6 +984,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js index 6678568694d86..aaf2b891b637a 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/transitive-exports/yes-circular-import/exports.js @@ -316,6 +316,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -401,6 +402,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -481,6 +483,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js index 350c20960325e..15ccbc40c3968 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError-with-incremental.js @@ -240,6 +240,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -261,6 +262,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -441,6 +443,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -608,6 +611,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -627,6 +631,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -778,6 +783,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js index ad9be5efa5923..7a2b0849ca181 100644 --- a/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js +++ b/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js @@ -134,6 +134,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -155,6 +156,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -241,6 +243,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -296,6 +299,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 @@ -315,6 +319,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -372,6 +377,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 diff --git a/tests/baselines/reference/tscWatch/extends/configDir-template.js b/tests/baselines/reference/tscWatch/extends/configDir-template.js index 3184ebe8750e3..9f52dc3e5f12c 100644 --- a/tests/baselines/reference/tscWatch/extends/configDir-template.js +++ b/tests/baselines/reference/tscWatch/extends/configDir-template.js @@ -360,6 +360,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading config file: /home/src/projects/myproject/tsconfig.json diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-lowercase.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-lowercase.js index 3fa2df3844fc7..5c4a1b745e69b 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-lowercase.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-lowercase.js @@ -136,6 +136,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-uppercase.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-uppercase.js index 683163e062f49..1bbcf7aaf84a0 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-uppercase.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-Windows-style-drive-root-is-uppercase.js @@ -136,6 +136,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js index 47121f3fc5462..b448847a55fda 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-directory-symlink-target-and-import-match-disk.js @@ -202,6 +202,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js index c1697dff5d363..f020c9635e300 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-both-file-symlink-target-and-import-match-disk.js @@ -184,6 +184,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js index 7e3beb775127c..9eb0075fe131a 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-changing-module-name-with-different-casing.js @@ -121,6 +121,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js index 34d29803273d1..e9f6bdcfd9053 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-directory-symlink-target-matches-disk-but-import-does-not.js @@ -202,6 +202,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-is-included-from-multiple-places-with-different-casing.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-is-included-from-multiple-places-with-different-casing.js index fce4f798628fa..8eece77e854b0 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-is-included-from-multiple-places-with-different-casing.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-is-included-from-multiple-places-with-different-casing.js @@ -410,6 +410,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -725,6 +726,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js index 6863e5649ad1d..a31c2bb8428ab 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-file-symlink-target-matches-disk-but-import-does-not.js @@ -184,6 +184,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js index a6beae34acb31..1967751b08978 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-directory-symlink-target,-and-disk-are-all-different.js @@ -210,6 +210,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js index 4e255b115461a..9ac8c453c537a 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import,-file-symlink-target,-and-disk-are-all-different.js @@ -192,6 +192,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js index 09120556a4699..67120ce615462 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-directory-symlink-target-agree-but-do-not-match-disk.js @@ -210,6 +210,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js index f339d5f69c6c9..8fe8de8212216 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-and-file-symlink-target-agree-but-do-not-match-disk.js @@ -192,6 +192,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js index 90a56675eed71..cf00eed683969 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-directory-symlink-target-does-not.js @@ -210,6 +210,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js index d5f4e1e7da5b3..5da4bc1a8c8e6 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-import-matches-disk-but-file-symlink-target-does-not.js @@ -192,6 +192,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js index 7209696045e58..c756b7240ef79 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-relative-information-file-location-changes.js @@ -168,6 +168,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js index 3a62247d6909b..f56e80195b854 100644 --- a/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js +++ b/tests/baselines/reference/tscWatch/forceConsistentCasingInFileNames/when-renaming-file-with-different-casing.js @@ -119,6 +119,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/libraryResolution/unknwon-lib.js b/tests/baselines/reference/tscWatch/libraryResolution/unknwon-lib.js index 3f98137c060fe..7b427ea91540e 100644 --- a/tests/baselines/reference/tscWatch/libraryResolution/unknwon-lib.js +++ b/tests/baselines/reference/tscWatch/libraryResolution/unknwon-lib.js @@ -414,6 +414,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -674,6 +675,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -939,6 +941,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1194,6 +1197,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/libraryResolution/with-config-with-redirection.js b/tests/baselines/reference/tscWatch/libraryResolution/with-config-with-redirection.js index d0e3b677caef3..edb901db7d27a 100644 --- a/tests/baselines/reference/tscWatch/libraryResolution/with-config-with-redirection.js +++ b/tests/baselines/reference/tscWatch/libraryResolution/with-config-with-redirection.js @@ -680,6 +680,7 @@ Before running Timeout callback:: count: 2 1: timerToUpdateProgram 2: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1134,6 +1135,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1468,6 +1470,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -1814,6 +1817,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1826,6 +1830,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2274,6 +2279,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading config file: /home/src/projects/project1/tsconfig.json @@ -2503,6 +2509,7 @@ Before running Timeout callback:: count: 2 10: timerToUpdateProgram 11: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading config file: /home/src/projects/project1/tsconfig.json @@ -2920,6 +2927,7 @@ Before running Timeout callback:: count: 2 12: timerToUpdateProgram 13: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -3329,6 +3337,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 14: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -3341,6 +3350,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 15: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/libraryResolution/with-config.js b/tests/baselines/reference/tscWatch/libraryResolution/with-config.js index f9b5920547d99..dbd4d963a35eb 100644 --- a/tests/baselines/reference/tscWatch/libraryResolution/with-config.js +++ b/tests/baselines/reference/tscWatch/libraryResolution/with-config.js @@ -673,6 +673,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -685,6 +686,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1132,6 +1134,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1460,6 +1463,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -1803,6 +1807,7 @@ Before running Timeout callback:: count: 2 7: timerToUpdateProgram 8: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2227,6 +2232,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading config file: /home/src/projects/project1/tsconfig.json @@ -2836,6 +2842,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -2848,6 +2855,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 14: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -3274,6 +3282,7 @@ Before running Timeout callback:: count: 2 15: timerToUpdateProgram 16: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/libraryResolution/without-config-with-redirection.js b/tests/baselines/reference/tscWatch/libraryResolution/without-config-with-redirection.js index 439c484068800..17cb61da6ed61 100644 --- a/tests/baselines/reference/tscWatch/libraryResolution/without-config-with-redirection.js +++ b/tests/baselines/reference/tscWatch/libraryResolution/without-config-with-redirection.js @@ -453,6 +453,7 @@ Before running Timeout callback:: count: 2 1: timerToUpdateProgram 2: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -712,6 +713,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -861,6 +863,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1071,6 +1074,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1083,6 +1087,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1336,6 +1341,7 @@ Before running Timeout callback:: count: 2 7: timerToUpdateProgram 8: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1565,6 +1571,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1577,6 +1584,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/libraryResolution/without-config.js b/tests/baselines/reference/tscWatch/libraryResolution/without-config.js index c99d9f3af3cfb..d989a64734dbf 100644 --- a/tests/baselines/reference/tscWatch/libraryResolution/without-config.js +++ b/tests/baselines/reference/tscWatch/libraryResolution/without-config.js @@ -442,6 +442,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -454,6 +455,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -700,6 +702,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -843,6 +846,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1044,6 +1048,7 @@ Before running Timeout callback:: count: 2 6: timerToUpdateProgram 7: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1279,6 +1284,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1291,6 +1297,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1526,6 +1533,7 @@ Before running Timeout callback:: count: 2 11: timerToUpdateProgram 12: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/moduleResolution/alternateResult.js b/tests/baselines/reference/tscWatch/moduleResolution/alternateResult.js index bc15ee8d8d4a4..5a5cf2a3cf460 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/alternateResult.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/alternateResult.js @@ -544,6 +544,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -556,6 +557,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -713,6 +715,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -725,6 +728,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -864,6 +868,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -876,6 +881,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1023,6 +1029,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1035,6 +1042,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 11: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1171,6 +1179,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 12: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1183,6 +1192,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1437,6 +1447,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 14: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1449,6 +1460,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 15: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1709,6 +1721,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 16: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1721,6 +1734,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 17: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2023,6 +2037,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 18: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -2035,6 +2050,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 19: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2282,6 +2298,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 20: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -2294,6 +2311,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 21: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2451,6 +2469,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 22: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -2463,6 +2482,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 23: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2602,6 +2622,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 24: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -2614,6 +2635,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 25: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -2761,6 +2783,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 26: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -2773,6 +2796,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 27: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js b/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js index 1f46995e2e9b2..de2f785e9c58a 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/diagnostics-from-cache.js @@ -162,6 +162,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/moduleResolution/late-discovered-dependency-symlink.js b/tests/baselines/reference/tscWatch/moduleResolution/late-discovered-dependency-symlink.js index 9e3b48e86622f..41d935f00d2b7 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/late-discovered-dependency-symlink.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/late-discovered-dependency-symlink.js @@ -203,6 +203,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js b/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js index 60dc7b726f851..2def243df2a06 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-file-are-partially-used.js @@ -251,6 +251,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-files-with-partially-used-import-attributes.js b/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-files-with-partially-used-import-attributes.js index 3bf5e03b78492..fd1cf6e5e43a2 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-files-with-partially-used-import-attributes.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/module-resolutions-from-files-with-partially-used-import-attributes.js @@ -251,6 +251,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js index 6940689eb5c96..fc3fc754c835f 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited-when-package-json-with-type-module-exists.js @@ -176,6 +176,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -188,6 +189,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -324,6 +326,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -336,6 +339,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -461,6 +465,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -473,6 +478,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -619,6 +625,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -631,6 +638,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -741,6 +749,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -753,6 +762,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js index 2160ef0502d0a..32ad7e78d9a5e 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/package-json-file-is-edited.js @@ -187,6 +187,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -199,6 +200,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -329,6 +331,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -341,6 +344,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -471,6 +475,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -483,6 +488,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -605,6 +611,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -617,6 +624,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -745,6 +753,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -757,6 +766,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js b/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js index 8486e21b7207c..90cfb9b71ef4c 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/type-reference-resolutions-reuse.js @@ -260,6 +260,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js b/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js index f87ccfb805123..10a3baf80cfa1 100644 --- a/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js +++ b/tests/baselines/reference/tscWatch/moduleResolution/watches-for-changes-to-package-json-main-fields.js @@ -193,6 +193,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -201,6 +202,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -344,6 +346,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -352,6 +355,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js b/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js index 983239483de7e..6cd7682aa441f 100644 --- a/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js +++ b/tests/baselines/reference/tscWatch/nodenext watch emit/esm-mode-file-is-edited.js @@ -117,6 +117,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js b/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js index 80a116f35398e..8461c3efdd932 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Options-Diagnostic-locations-reported-correctly-with-changes-in-configFile-contents-when-options-change.js @@ -111,6 +111,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js b/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js index df602a79e9a7a..aab5c1ea30f63 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Reports-errors-when-the-config-file-changes.js @@ -86,6 +86,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -137,6 +138,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--allowArbitraryExtensions'-changes.js b/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--allowArbitraryExtensions'-changes.js index 4bee3d34d484a..eec2091053f19 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--allowArbitraryExtensions'-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--allowArbitraryExtensions'-changes.js @@ -107,6 +107,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -178,6 +179,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--noUnusedLabels'-changes.js b/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--noUnusedLabels'-changes.js index d471721918fa7..5f2f56510d621 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--noUnusedLabels'-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/Updates-diagnostics-when-'--noUnusedLabels'-changes.js @@ -92,6 +92,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -148,6 +149,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js b/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js index 0889719a627c5..09473db40bb06 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js +++ b/tests/baselines/reference/tscWatch/programUpdates/add-new-files-to-a-configured-program-without-file-list.js @@ -82,6 +82,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js b/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js index 51230a2a41e72..ff3ecc44f929f 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js +++ b/tests/baselines/reference/tscWatch/programUpdates/add-the-missing-module-file-for-inferred-project-should-remove-the-module-not-found-error.js @@ -89,6 +89,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -97,6 +98,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js index 98f15b152c06a..0c88d9cf434fa 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-in-list-of-files).js @@ -92,6 +92,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js index eaefcbaffd0a1..d6205d49d207d 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-(new-file-on-disk).js @@ -82,6 +82,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js index 95a42a4b06f83..96a9192a1f4b6 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-correctly-update-configured-project-when-set-of-root-files-has-changed-through-include.js @@ -104,6 +104,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js b/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js index c9740ad4acd64..fef0beeccff5a 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js +++ b/tests/baselines/reference/tscWatch/programUpdates/can-update-configured-project-when-set-of-root-files-was-not-changed.js @@ -105,6 +105,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js b/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js index bb810ad781b6f..fecbb6ce615a3 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js +++ b/tests/baselines/reference/tscWatch/programUpdates/change-module-to-none.js @@ -88,6 +88,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/changes-in-files-are-reflected-in-project-structure.js b/tests/baselines/reference/tscWatch/programUpdates/changes-in-files-are-reflected-in-project-structure.js index 8ffd40730757b..838823c1e8677 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/changes-in-files-are-reflected-in-project-structure.js +++ b/tests/baselines/reference/tscWatch/programUpdates/changes-in-files-are-reflected-in-project-structure.js @@ -112,6 +112,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js b/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js index af0072e961e55..f85f668b1d5d4 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js +++ b/tests/baselines/reference/tscWatch/programUpdates/config-file-is-deleted.js @@ -93,6 +93,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: error TS5083: Cannot read file '/a/b/tsconfig.json'. diff --git a/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js index b4575c12db0d1..43a2d9a865dc5 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/correctly-handles-changes-in-lib-section-of-config-file.js @@ -119,6 +119,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js b/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js index 7dc1460256208..79890cf9ee0c1 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js +++ b/tests/baselines/reference/tscWatch/programUpdates/correctly-parses-wild-card-directories-from-implicit-glob-when-two-keys-differ-only-in-directory-seperator.js @@ -219,6 +219,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -407,6 +408,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js index 67bb31f77b553..3a30c89333e62 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js +++ b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure-2.js @@ -130,6 +130,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js index 2722b79079f05..ced09a0fa4f39 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js +++ b/tests/baselines/reference/tscWatch/programUpdates/deleted-files-affect-project-structure.js @@ -129,6 +129,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js b/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js index a6f16d16b3685..18ffdd42a450f 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js +++ b/tests/baselines/reference/tscWatch/programUpdates/extended-source-files-are-watched.js @@ -116,6 +116,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -193,6 +194,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -255,6 +257,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -311,6 +314,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js b/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js index a011e4643bae5..b4cdcf64f39f8 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js +++ b/tests/baselines/reference/tscWatch/programUpdates/file-in-files-is-deleted.js @@ -95,6 +95,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js b/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js index 6dd750eacf57b..c5e6606c8a1d4 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js +++ b/tests/baselines/reference/tscWatch/programUpdates/handle-recreated-files-correctly.js @@ -102,6 +102,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -163,6 +164,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -230,6 +232,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/handles-the-missing-files---that-were-added-to-program-because-they-were-added-with-tripleSlashRefs.js b/tests/baselines/reference/tscWatch/programUpdates/handles-the-missing-files---that-were-added-to-program-because-they-were-added-with-tripleSlashRefs.js index 40c95bc004237..eff93d51b7290 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/handles-the-missing-files---that-were-added-to-program-because-they-were-added-with-tripleSlashRefs.js +++ b/tests/baselines/reference/tscWatch/programUpdates/handles-the-missing-files---that-were-added-to-program-because-they-were-added-with-tripleSlashRefs.js @@ -97,6 +97,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js index 83ca8a5f15b3e..1b7cc0e0d476b 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js +++ b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-configured-projects.js @@ -216,6 +216,7 @@ Before running Timeout callback:: count: 2 7: timerToInvalidateFailedLookupResolutions 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -225,6 +226,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js index e5d9c3750dbfa..01d31abe1331a 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js +++ b/tests/baselines/reference/tscWatch/programUpdates/rename-a-module-file-and-rename-back-should-restore-the-states-for-inferred-projects.js @@ -172,6 +172,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -180,6 +181,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js index 8173d9b2e56c4..20e72b92c40bd 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js +++ b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-file-not-in-rootDir.js @@ -121,6 +121,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js index 0fc6a349cade7..71c58478d2981 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js +++ b/tests/baselines/reference/tscWatch/programUpdates/reports-errors-correctly-with-isolatedModules.js @@ -116,6 +116,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js index 200d9f9d68a44..8f624d61f0e60 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/declarationDir-is-specified.js @@ -145,6 +145,7 @@ Before running Timeout callback:: count: 2 1: timerToInvalidateFailedLookupResolutions 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js index 4cc3ae080a9e1..fb77d9e6f1da4 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-and-declarationDir-is-specified.js @@ -147,6 +147,7 @@ Before running Timeout callback:: count: 2 1: timerToInvalidateFailedLookupResolutions 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js index e4684888eadc6..66fa3f8f2700d 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/when-outDir-is-specified.js @@ -135,6 +135,7 @@ Before running Timeout callback:: count: 2 1: timerToInvalidateFailedLookupResolutions 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js index 36e21b56f9d86..53a171222e210 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/with-outFile.js @@ -126,6 +126,7 @@ Before running Timeout callback:: count: 2 1: timerToInvalidateFailedLookupResolutions 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js index bf2636b8cc496..783b54f07476c 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified-with-declaration-enabled.js @@ -143,6 +143,7 @@ Before running Timeout callback:: count: 2 1: timerToInvalidateFailedLookupResolutions 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js index 6f3aeaed6e2c3..88b13f4ca03a6 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-not-trigger-recompilation-because-of-program-emit/without-outDir-or-outFile-is-specified.js @@ -133,6 +133,7 @@ Before running Timeout callback:: count: 2 1: timerToInvalidateFailedLookupResolutions 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js index 70afb190bb79e..356bce1af4071 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-properly-handle-module-resolution-changes-in-config-file.js @@ -105,6 +105,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js index d6e2b734a6035..d9259f3a57f47 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/should-reflect-change-in-config-file.js @@ -101,6 +101,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -167,6 +168,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/shouldnt-report-error-about-unused-function-incorrectly-when-file-changes-from-global-to-module.js b/tests/baselines/reference/tscWatch/programUpdates/shouldnt-report-error-about-unused-function-incorrectly-when-file-changes-from-global-to-module.js index e2dd3da41ff9a..633a75d7735cf 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/shouldnt-report-error-about-unused-function-incorrectly-when-file-changes-from-global-to-module.js +++ b/tests/baselines/reference/tscWatch/programUpdates/shouldnt-report-error-about-unused-function-incorrectly-when-file-changes-from-global-to-module.js @@ -87,6 +87,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-for-decorators.js b/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-for-decorators.js index 8d272c4ad956b..c3c7d95bb6cba 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-for-decorators.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-for-decorators.js @@ -172,6 +172,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -248,6 +249,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-when-useDefineForClassFields-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-when-useDefineForClassFields-changes.js index ddc81c5f049b9..5a7145956c072 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-when-useDefineForClassFields-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-diagnostics-and-emit-when-useDefineForClassFields-changes.js @@ -106,6 +106,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-add.js b/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-add.js index 28b1287025d9c..9ea54445b15c4 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-add.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-add.js @@ -95,6 +95,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js b/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js index 4cfaae3e4c2f1..c2590ae7bfc93 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-emit-on-jsx-option-change.js @@ -93,6 +93,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-verbatimModuleSyntax-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-verbatimModuleSyntax-changes.js index 06448bd384839..defeafd32da17 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-verbatimModuleSyntax-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-and-emit-when-verbatimModuleSyntax-changes.js @@ -122,6 +122,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -198,6 +199,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js index 6624c5d66b40b..985942dfc189b 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js @@ -112,6 +112,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -171,6 +172,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -225,6 +227,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -289,6 +292,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js index 189018fa1cc18..c1d052d42d5de 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-default-options.js @@ -105,6 +105,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -156,6 +157,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js index abb8692652ca6..15213781cefa8 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipDefaultLibCheck.js @@ -101,6 +101,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -152,6 +153,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js index 857d414c45ed1..c258d4061b10c 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/with-skipLibCheck.js @@ -101,6 +101,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -152,6 +153,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js index 02cb6c9725939..c72fc98112096 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-default-options.js @@ -94,6 +94,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -146,6 +147,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js index df4164496ce20..71e35c42406c6 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipDefaultLibCheck.js @@ -90,6 +90,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -142,6 +143,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js index d42cac1d6f11d..cafd11ae798a5 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/with-skipLibCheck.js @@ -90,6 +90,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -142,6 +143,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js index 03446dd0ba33d..c10dc8e17ffb4 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-ambient-modules-of-program-changes.js @@ -90,6 +90,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -182,6 +183,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-forceConsistentCasingInFileNames-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-forceConsistentCasingInFileNames-changes.js index 568351e919cac..5390ea862feab 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-forceConsistentCasingInFileNames-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-forceConsistentCasingInFileNames-changes.js @@ -113,6 +113,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js index 090c7e8a6d2cd..fd18963d6ddba 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-noErrorTruncation-changes.js @@ -107,6 +107,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js index 0c54f6bb9eea8..6b548959e0433 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-errors-when-strictNullChecks-changes.js @@ -94,6 +94,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -149,6 +150,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -202,6 +204,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js b/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js index c965f0919e81d..1a7b2723d960a 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/updates-moduleResolution-when-resolveJsonModule-changes.js @@ -114,6 +114,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/watched-files-when-file-is-deleted-and-new-file-is-added-as-part-of-change.js b/tests/baselines/reference/tscWatch/programUpdates/watched-files-when-file-is-deleted-and-new-file-is-added-as-part-of-change.js index 67a57c320dcdd..3c6d12d44c262 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/watched-files-when-file-is-deleted-and-new-file-is-added-as-part-of-change.js +++ b/tests/baselines/reference/tscWatch/programUpdates/watched-files-when-file-is-deleted-and-new-file-is-added-as-part-of-change.js @@ -87,6 +87,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js index 8a6c2f519447a..cb72c9580b96d 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-changing-`allowImportingTsExtensions`-of-config-file.js @@ -137,6 +137,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading config file: /user/username/projects/myproject/tsconfig.json diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-changing-checkJs-of-config-file.js b/tests/baselines/reference/tscWatch/programUpdates/when-changing-checkJs-of-config-file.js index 7e5908acf6a76..85790cbdcfdce 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-changing-checkJs-of-config-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-changing-checkJs-of-config-file.js @@ -137,6 +137,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading config file: /user/username/projects/myproject/tsconfig.json diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js b/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js index 74dd04237be9b..63363434fa722 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-creating-extensionless-file.js @@ -107,6 +107,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js b/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js index 101ea25f21e81..f2bbb1a9f8cf4 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-creating-new-file-in-symlinked-folder.js @@ -171,6 +171,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js b/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js index 421cc7d543ad5..e21586d98ecee 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-new-file-is-added-to-the-referenced-project.js @@ -237,6 +237,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -375,6 +376,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -573,6 +575,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -786,6 +789,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js b/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js index cf23c90189f4e..b14e3e726237a 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js +++ b/tests/baselines/reference/tscWatch/programUpdates/when-skipLibCheck-and-skipDefaultLibCheck-changes.js @@ -125,6 +125,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -185,6 +186,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -246,6 +248,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -314,6 +317,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -378,6 +382,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -434,6 +439,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js b/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js index e9c93b84b1da7..5558ee6ecf7cd 100644 --- a/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js +++ b/tests/baselines/reference/tscWatch/programUpdates/works-correctly-when-config-file-is-changed-but-its-content-havent.js @@ -92,6 +92,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js index f6e03ade8ccbd..a2e33a3e8cae2 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders-with-no-files-clause.js @@ -668,6 +668,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -887,6 +888,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1107,6 +1109,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1307,6 +1310,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1474,6 +1478,7 @@ Before running Timeout callback:: count: 2 7: timerToUpdateProgram 8: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1674,6 +1679,7 @@ Before running Timeout callback:: count: 2 9: timerToUpdateProgram 10: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1858,6 +1864,7 @@ Before running Timeout callback:: count: 2 11: timerToUpdateProgram 12: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -2053,6 +2060,7 @@ Before running Timeout callback:: count: 2 13: timerToUpdateProgram 14: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js index b20b817c774bd..c91cf61bd09ce 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-in-different-folders.js @@ -678,6 +678,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -898,6 +899,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1119,6 +1121,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1322,6 +1325,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1485,6 +1489,7 @@ Before running Timeout callback:: count: 2 7: timerToUpdateProgram 8: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1682,6 +1687,7 @@ Before running Timeout callback:: count: 2 9: timerToUpdateProgram 10: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1864,6 +1870,7 @@ Before running Timeout callback:: count: 2 11: timerToUpdateProgram 12: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -2060,6 +2067,7 @@ Before running Timeout callback:: count: 2 13: timerToUpdateProgram 14: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-with-nodenext.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-with-nodenext.js index 05928b3cb5461..15ad9ff096335 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-with-nodenext.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references-with-nodenext.js @@ -686,6 +686,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -895,6 +896,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1105,6 +1107,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1296,6 +1299,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1450,6 +1454,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1638,6 +1643,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1804,6 +1810,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1986,6 +1993,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js index a6aa7b2365445..0a029eefd64c3 100644 --- a/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js +++ b/tests/baselines/reference/tscWatch/projectsWithReferences/on-transitive-references.js @@ -658,6 +658,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -857,6 +858,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1057,6 +1059,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1240,6 +1243,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1389,6 +1393,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1569,6 +1574,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1729,6 +1735,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -1903,6 +1910,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js b/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js index beb7e9c1ab8ae..08f1807128f13 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/caching-works.js @@ -109,6 +109,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -176,6 +177,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -253,6 +255,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js b/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js index 6ff0ba14b1f4c..7ee19c39e86f3 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/reusing-type-ref-resolution.js @@ -451,6 +451,7 @@ Before running Timeout callback:: count: 2 3: timerToInvalidateFailedLookupResolutions 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -464,6 +465,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -821,6 +823,7 @@ Before running Timeout callback:: count: 2 8: timerToInvalidateFailedLookupResolutions 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -834,6 +837,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js b/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js index 29f9872bbb4d6..938b7035af08b 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/scoped-package-installation.js @@ -233,6 +233,7 @@ Before running Timeout callback:: count: 2 6: timerToInvalidateFailedLookupResolutions 7: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -246,6 +247,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -365,6 +367,7 @@ Before running Timeout callback:: count: 2 13: timerToInvalidateFailedLookupResolutions 14: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -378,6 +381,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 15: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -496,6 +500,7 @@ Before running Timeout callback:: count: 2 18: timerToInvalidateFailedLookupResolutions 19: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -540,6 +545,7 @@ Before running Timeout callback:: count: 2 22: timerToInvalidateFailedLookupResolutions 23: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -553,6 +559,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 24: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js b/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js index 55e73b04f82f2..a8287b061028a 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/should-compile-correctly-when-resolved-module-goes-missing-and-then-comes-back.js @@ -92,6 +92,7 @@ Before running Timeout callback:: count: 2 1: timerToUpdateProgram 2: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -164,6 +165,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -172,6 +174,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js b/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js index 052cd43f3cc09..41603b7a6b739 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/when-types-in-compiler-option-are-global-and-installed-at-later-point.js @@ -143,6 +143,7 @@ Before running Timeout callback:: count: 2 11: timerToInvalidateFailedLookupResolutions 12: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -152,6 +153,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js index 3f41f567fcf22..b8f17ca463bf0 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-included-file-with-ambient-module-changes.js @@ -121,6 +121,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js index 1d0002e077cff..af63aa1040373 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-installing-something-in-node_modules-or-@types-when-there-is-no-notification-from-fs-for-index-file.js @@ -235,6 +235,7 @@ Before running Timeout callback:: count: 2 30: timerToInvalidateFailedLookupResolutions 31: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -360,6 +361,7 @@ Before running Timeout callback:: count: 2 42: timerToInvalidateFailedLookupResolutions 43: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options @@ -465,6 +467,7 @@ Before running Timeout callback:: count: 2 46: timerToInvalidateFailedLookupResolutions 47: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js index acda248f6e064..bfa4371d9470d 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-module-resolution-changes-to-ambient-module.js @@ -138,6 +138,7 @@ Before running Timeout callback:: count: 2 14: timerToUpdateProgram 16: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js index 8a97ae61d97a9..fce5812b89b59 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-renaming-node_modules-folder-that-already-contains-@types-folder.js @@ -130,6 +130,7 @@ Before running Timeout callback:: count: 2 11: timerToUpdateProgram 13: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js b/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js index 174c8614216b8..09ae055c859e0 100644 --- a/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js +++ b/tests/baselines/reference/tscWatch/resolutionCache/works-when-reusing-program-with-files-from-external-library.js @@ -150,6 +150,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js b/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js index 5663d093cb1fb..878b7b7a53e25 100644 --- a/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js +++ b/tests/baselines/reference/tscWatch/resolveJsonModule/incremental-always-prefers-declaration-file-over-document.js @@ -187,6 +187,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-Linux.js b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-Linux.js index d73f89465bdc0..0e38bb1ce13f1 100644 --- a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-Linux.js +++ b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-Linux.js @@ -381,6 +381,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -393,6 +394,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -813,6 +815,7 @@ Input:: Before running Timeout callback:: count: 1 12: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -825,6 +828,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -1044,6 +1048,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 17: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -1056,6 +1061,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 18: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built-Linux.js b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built-Linux.js index ac9a56779bfa8..b773fa064b6ae 100644 --- a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built-Linux.js +++ b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built-Linux.js @@ -551,6 +551,7 @@ Input:: Before running Timeout callback:: count: 1 7: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -563,6 +564,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -782,6 +784,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 12: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -794,6 +797,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built.js b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built.js index 27ae0d28ac440..31d9205a3ccab 100644 --- a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built.js +++ b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked-package1-built.js @@ -523,6 +523,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -535,6 +536,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked.js b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked.js index e729d6fa74470..b7f1f962d3361 100644 --- a/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked.js +++ b/tests/baselines/reference/tscWatch/symlinks/monorepo-style-sibling-packages-symlinked.js @@ -323,6 +323,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -335,6 +336,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -734,6 +736,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 11: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -746,6 +749,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 12: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js b/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js index 36f64b88621c7..6fb491ae13e7d 100644 --- a/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js +++ b/tests/baselines/reference/tscWatch/watchApi/extraFileExtensions-are-supported.js @@ -99,6 +99,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js b/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js index 2d72d1cbbbf4a..dddb9ec761d3e 100644 --- a/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js +++ b/tests/baselines/reference/tscWatch/watchApi/host-implements-does-not-implement-hasInvalidatedResolutions.js @@ -144,6 +144,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -230,6 +231,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js b/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js index 0ea024177a894..abfe3206c4322 100644 --- a/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js +++ b/tests/baselines/reference/tscWatch/watchApi/host-implements-hasInvalidatedResolutions.js @@ -144,6 +144,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -172,6 +173,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js b/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js index 46ca0a85d6e96..08a5177e97598 100644 --- a/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js +++ b/tests/baselines/reference/tscWatch/watchApi/verifies-that-noEmit-is-handled-on-createSemanticDiagnosticsBuilderProgram.js @@ -97,6 +97,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js index a22599265310c..aea7090229f64 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles-with-outFile.js @@ -126,6 +126,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js index 14e34a4cf3d8c..c1c772cc6de25 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-emitting-with-emitOnlyDtsFiles.js @@ -224,6 +224,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js index 55722f2832093..9554d96176373 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine-without-implementing-useSourceOfProjectReferenceRedirect.js @@ -235,6 +235,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -371,6 +372,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -567,6 +569,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -778,6 +781,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js index 07188b8d65f4e..7d3080cb6437c 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-new-file-is-added-to-the-referenced-project-with-host-implementing-getParsedCommandLine.js @@ -235,6 +235,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js index 61d398866bfb0..90b27c61dc2e2 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-when-there-is-no-config-file-name.js @@ -169,6 +169,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js index 94be84123d12a..0d79d32fa397a 100644 --- a/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js +++ b/tests/baselines/reference/tscWatch/watchApi/when-watching-referenced-project-with-extends-when-there-is-no-config-file-name.js @@ -170,6 +170,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -229,6 +230,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js index 0a26a6f557b8b..1c7e620def773 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsEvent-for-change-is-repeated.js @@ -94,6 +94,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -149,6 +150,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -177,6 +179,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -230,6 +233,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false-useFsEventsOnParentDirectory.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false-useFsEventsOnParentDirectory.js index 8b45debc8c8c4..ae9ea513c1cf6 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false-useFsEventsOnParentDirectory.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false-useFsEventsOnParentDirectory.js @@ -107,6 +107,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -135,6 +136,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false.js index cc418e1d9a177..db85665f51d4e 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-false.js @@ -111,6 +111,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -139,6 +140,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true-useFsEventsOnParentDirectory.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true-useFsEventsOnParentDirectory.js index a22c4e370ec0c..2d653dc81efda 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true-useFsEventsOnParentDirectory.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true-useFsEventsOnParentDirectory.js @@ -121,6 +121,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true.js index bd3252a8f11d0..d72e50127f98b 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/fsWatchWithTimestamp-true.js @@ -125,6 +125,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js index 9f1f4c66f9f69..33a7d7eeff2b9 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-event-ends-with-tilde.js @@ -189,6 +189,7 @@ Before running Timeout callback:: count: 2 7: timerToUpdateProgram 9: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -316,6 +317,7 @@ Before running Timeout callback:: count: 2 16: timerToUpdateProgram 18: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js index 285ebc3c77463..4d1c5617a9cff 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode-when-rename-occurs-when-file-is-still-on-the-disk.js @@ -158,6 +158,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -261,6 +262,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js index d5869f18b0fd9..6d2b3d432c225 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-on-inode.js @@ -177,6 +177,7 @@ Before running Timeout callback:: count: 2 4: timerToUpdateProgram 5: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -292,6 +293,7 @@ Before running Timeout callback:: count: 2 9: timerToUpdateProgram 10: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js index 6936caa08e4da..a9249fc442b0d 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/fsWatch/when-using-file-watching-thats-when-rename-occurs-when-file-is-still-on-the-disk.js @@ -133,6 +133,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program @@ -206,6 +207,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Synchronizing program diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-dynamic-polling-when-renaming-file-in-subfolder.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-dynamic-polling-when-renaming-file-in-subfolder.js index 0115577c172d0..b7a2a3e4ea436 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-dynamic-polling-when-renaming-file-in-subfolder.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-dynamic-polling-when-renaming-file-in-subfolder.js @@ -118,6 +118,7 @@ Before running Timeout callback:: count: 3 4: pollLowPollingIntervalQueue 5: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 3 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-watchDirectory-when-renaming-file-in-subfolder.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-watchDirectory-when-renaming-file-in-subfolder.js index 838d80a9d89ee..2e020e226664e 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-watchDirectory-when-renaming-file-in-subfolder.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-non-recursive-watchDirectory-when-renaming-file-in-subfolder.js @@ -114,6 +114,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-watchFile-when-renaming-file-in-subfolder.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-watchFile-when-renaming-file-in-subfolder.js index 3a4bc98d81478..48e62b898285b 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-watchFile-when-renaming-file-in-subfolder.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/uses-watchFile-when-renaming-file-in-subfolder.js @@ -114,6 +114,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders-with-synchronousWatchDirectory.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders-with-synchronousWatchDirectory.js index 7fc9dd9894540..1ecf9d7590b84 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders-with-synchronousWatchDirectory.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders-with-synchronousWatchDirectory.js @@ -260,6 +260,7 @@ Before running Timeout callback:: count: 2 5: timerToInvalidateFailedLookupResolutions 6: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js index 1e7b235330019..9e4b1966fcebf 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/when-there-are-symlinks-to-folders-in-recursive-folders.js @@ -244,6 +244,7 @@ Before running Timeout callback:: count: 2 2: timerToUpdateProgram 4: timerToUpdateChildWatches +Host is moving to new time After running Timeout callback:: count: 2 Output:: Synchronizing program @@ -421,6 +422,7 @@ Before running Timeout callback:: count: 2 7: timerToInvalidateFailedLookupResolutions 9: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: Scheduling update @@ -441,6 +443,7 @@ Input:: Before running Timeout callback:: count: 1 10: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: Reloading new file names and options diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js index ae2bb8b20725f..4c6fa60c0f04d 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-renaming-a-file.js @@ -253,6 +253,7 @@ Before running Timeout callback:: count: 2 5: timerToUpdateProgram 7: timerToInvalidateFailedLookupResolutions +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js index 4b5d37234520d..1966c5b20c3a6 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory-with-outDir-and-declaration-enabled.js @@ -131,6 +131,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 1: timerToUpdateChildWatches +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -148,6 +149,7 @@ Before running Timeout callback:: count: 2 2: timerToInvalidateFailedLookupResolutions 3: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js index 5fbca4e8619af..dde3f5d9d41e5 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/with-non-synchronous-watch-directory.js @@ -175,6 +175,7 @@ Before running Timeout callback:: count: 3 9: timerToUpdateChildWatches Invoking Timeout callback:: timeoutId:: 8:: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -270,6 +271,7 @@ Before running Timeout callback:: count: 2 11: timerToInvalidateFailedLookupResolutions 12: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -279,6 +281,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear @@ -436,6 +439,7 @@ Before running Timeout callback:: count: 2 18: timerToInvalidateFailedLookupResolutions 19: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -452,6 +456,7 @@ Input:: Before running Timeout callback:: count: 1 20: timerToUpdateProgram +Host is moving to new time After running Timeout callback:: count: 0 Output:: >> Screen clear diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-dynamic-priority-polling.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-dynamic-priority-polling.js index 11dda622e8cfe..01990cd2db99f 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-dynamic-priority-polling.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-dynamic-priority-polling.js @@ -70,6 +70,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -78,6 +79,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -86,6 +88,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -94,6 +97,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 5: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -102,6 +106,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 6: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -110,6 +115,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 7: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -118,6 +124,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 8: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -126,6 +133,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 9: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -134,6 +142,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 10: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -142,6 +151,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 11: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -150,6 +160,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 12: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -158,6 +169,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 13: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -166,6 +178,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 14: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -174,6 +187,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 15: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -182,6 +196,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 16: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -190,6 +205,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 17: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -198,6 +214,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 18: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -206,6 +223,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 19: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -214,6 +232,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 20: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -222,6 +241,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 21: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -230,6 +250,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 22: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -238,6 +259,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 23: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -246,6 +268,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 24: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -254,6 +277,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 25: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -262,6 +286,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 26: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -270,6 +295,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 27: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -278,6 +304,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 28: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -286,6 +313,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 29: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -294,6 +322,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 30: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -302,6 +331,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 31: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -310,6 +340,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 32: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -318,6 +349,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 33: pollLowPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -326,6 +358,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 34: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -334,6 +367,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 35: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -342,6 +376,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 36: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -350,6 +385,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 37: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -358,6 +394,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 38: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -366,6 +403,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 39: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -374,6 +412,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 40: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -382,6 +421,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 41: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -390,6 +430,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 42: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -398,6 +439,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 43: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -406,6 +448,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 44: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -414,6 +457,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 45: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -422,6 +466,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 46: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -430,6 +475,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 47: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -438,6 +484,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 48: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -446,6 +493,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 49: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -454,6 +502,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 50: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -462,6 +511,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 51: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -470,6 +520,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 52: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -478,6 +529,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 53: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -486,6 +538,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 54: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -494,6 +547,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 55: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -502,6 +556,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 56: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -510,6 +565,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 57: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -518,6 +574,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 58: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -526,6 +583,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 59: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -534,6 +592,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 60: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -542,6 +601,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 61: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -550,6 +610,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 62: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -558,6 +619,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 63: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -566,6 +628,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 64: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -603,6 +666,7 @@ Before running Timeout callback:: count: 3 67: pollLowPollingIntervalQueue 68: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Output:: >> Screen clear @@ -650,6 +714,8 @@ Before running Timeout callback:: count: 2 69: pollLowPollingIntervalQueue 70: pollPollingIntervalQueue +Host is moving to new time +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -660,6 +726,7 @@ Before running Timeout callback:: count: 2 71: pollLowPollingIntervalQueue 72: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -670,6 +737,7 @@ Before running Timeout callback:: count: 2 73: pollLowPollingIntervalQueue 74: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -680,6 +748,7 @@ Before running Timeout callback:: count: 2 75: pollLowPollingIntervalQueue 76: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -690,6 +759,7 @@ Before running Timeout callback:: count: 2 77: pollLowPollingIntervalQueue 78: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -700,6 +770,7 @@ Before running Timeout callback:: count: 2 79: pollLowPollingIntervalQueue 80: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -710,6 +781,7 @@ Before running Timeout callback:: count: 2 81: pollLowPollingIntervalQueue 82: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -720,6 +792,7 @@ Before running Timeout callback:: count: 2 83: pollLowPollingIntervalQueue 84: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -730,6 +803,7 @@ Before running Timeout callback:: count: 2 85: pollLowPollingIntervalQueue 86: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -740,6 +814,7 @@ Before running Timeout callback:: count: 2 87: pollLowPollingIntervalQueue 88: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -750,6 +825,7 @@ Before running Timeout callback:: count: 2 89: pollLowPollingIntervalQueue 90: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -760,6 +836,7 @@ Before running Timeout callback:: count: 2 91: pollLowPollingIntervalQueue 92: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -770,6 +847,7 @@ Before running Timeout callback:: count: 2 93: pollLowPollingIntervalQueue 94: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -780,6 +858,7 @@ Before running Timeout callback:: count: 2 95: pollLowPollingIntervalQueue 96: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -790,6 +869,7 @@ Before running Timeout callback:: count: 2 97: pollLowPollingIntervalQueue 98: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -800,6 +880,7 @@ Before running Timeout callback:: count: 2 99: pollLowPollingIntervalQueue 100: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -810,6 +891,7 @@ Before running Timeout callback:: count: 2 101: pollLowPollingIntervalQueue 102: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -820,6 +902,7 @@ Before running Timeout callback:: count: 2 103: pollLowPollingIntervalQueue 104: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -830,6 +913,7 @@ Before running Timeout callback:: count: 2 105: pollLowPollingIntervalQueue 106: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -840,6 +924,7 @@ Before running Timeout callback:: count: 2 107: pollLowPollingIntervalQueue 108: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -850,6 +935,7 @@ Before running Timeout callback:: count: 2 109: pollLowPollingIntervalQueue 110: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -860,6 +946,7 @@ Before running Timeout callback:: count: 2 111: pollLowPollingIntervalQueue 112: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -870,6 +957,7 @@ Before running Timeout callback:: count: 2 113: pollLowPollingIntervalQueue 114: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -880,6 +968,7 @@ Before running Timeout callback:: count: 2 115: pollLowPollingIntervalQueue 116: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -890,6 +979,7 @@ Before running Timeout callback:: count: 2 117: pollLowPollingIntervalQueue 118: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -900,6 +990,7 @@ Before running Timeout callback:: count: 2 119: pollLowPollingIntervalQueue 120: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -910,6 +1001,7 @@ Before running Timeout callback:: count: 2 121: pollLowPollingIntervalQueue 122: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -920,6 +1012,7 @@ Before running Timeout callback:: count: 2 123: pollLowPollingIntervalQueue 124: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -930,6 +1023,7 @@ Before running Timeout callback:: count: 2 125: pollLowPollingIntervalQueue 126: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -940,6 +1034,7 @@ Before running Timeout callback:: count: 2 127: pollLowPollingIntervalQueue 128: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -950,6 +1045,7 @@ Before running Timeout callback:: count: 2 129: pollLowPollingIntervalQueue 130: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -960,6 +1056,7 @@ Before running Timeout callback:: count: 2 131: pollLowPollingIntervalQueue 132: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -970,6 +1067,7 @@ Before running Timeout callback:: count: 2 133: pollLowPollingIntervalQueue 134: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -980,6 +1078,7 @@ Before running Timeout callback:: count: 2 135: pollLowPollingIntervalQueue 136: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -990,6 +1089,7 @@ Before running Timeout callback:: count: 2 137: pollLowPollingIntervalQueue 138: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1000,6 +1100,7 @@ Before running Timeout callback:: count: 2 139: pollLowPollingIntervalQueue 140: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1010,6 +1111,7 @@ Before running Timeout callback:: count: 2 141: pollLowPollingIntervalQueue 142: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1020,6 +1122,7 @@ Before running Timeout callback:: count: 2 143: pollLowPollingIntervalQueue 144: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1030,6 +1133,7 @@ Before running Timeout callback:: count: 2 145: pollLowPollingIntervalQueue 146: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1040,6 +1144,7 @@ Before running Timeout callback:: count: 2 147: pollLowPollingIntervalQueue 148: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1050,6 +1155,7 @@ Before running Timeout callback:: count: 2 149: pollLowPollingIntervalQueue 150: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1060,6 +1166,7 @@ Before running Timeout callback:: count: 2 151: pollLowPollingIntervalQueue 152: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1070,6 +1177,7 @@ Before running Timeout callback:: count: 2 153: pollLowPollingIntervalQueue 154: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1080,6 +1188,7 @@ Before running Timeout callback:: count: 2 155: pollLowPollingIntervalQueue 156: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1090,6 +1199,7 @@ Before running Timeout callback:: count: 2 157: pollLowPollingIntervalQueue 158: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1100,6 +1210,7 @@ Before running Timeout callback:: count: 2 159: pollLowPollingIntervalQueue 160: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1110,6 +1221,7 @@ Before running Timeout callback:: count: 2 161: pollLowPollingIntervalQueue 162: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1120,6 +1232,7 @@ Before running Timeout callback:: count: 2 163: pollLowPollingIntervalQueue 164: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1130,6 +1243,7 @@ Before running Timeout callback:: count: 2 165: pollLowPollingIntervalQueue 166: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1140,6 +1254,7 @@ Before running Timeout callback:: count: 2 167: pollLowPollingIntervalQueue 168: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1150,6 +1265,7 @@ Before running Timeout callback:: count: 2 169: pollLowPollingIntervalQueue 170: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1160,6 +1276,7 @@ Before running Timeout callback:: count: 2 171: pollLowPollingIntervalQueue 172: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1170,6 +1287,7 @@ Before running Timeout callback:: count: 2 173: pollLowPollingIntervalQueue 174: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1180,6 +1298,7 @@ Before running Timeout callback:: count: 2 175: pollLowPollingIntervalQueue 176: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1190,6 +1309,7 @@ Before running Timeout callback:: count: 2 177: pollLowPollingIntervalQueue 178: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1200,6 +1320,7 @@ Before running Timeout callback:: count: 2 179: pollLowPollingIntervalQueue 180: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1210,6 +1331,7 @@ Before running Timeout callback:: count: 2 181: pollLowPollingIntervalQueue 182: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1220,6 +1342,7 @@ Before running Timeout callback:: count: 2 183: pollLowPollingIntervalQueue 184: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1230,6 +1353,7 @@ Before running Timeout callback:: count: 2 185: pollLowPollingIntervalQueue 186: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1240,6 +1364,7 @@ Before running Timeout callback:: count: 2 187: pollLowPollingIntervalQueue 188: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1250,6 +1375,7 @@ Before running Timeout callback:: count: 2 189: pollLowPollingIntervalQueue 190: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1260,6 +1386,7 @@ Before running Timeout callback:: count: 2 191: pollLowPollingIntervalQueue 192: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1270,6 +1397,7 @@ Before running Timeout callback:: count: 2 193: pollLowPollingIntervalQueue 194: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1280,6 +1408,7 @@ Before running Timeout callback:: count: 2 195: pollPollingIntervalQueue 196: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1290,6 +1419,7 @@ Before running Timeout callback:: count: 2 197: pollPollingIntervalQueue 198: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1300,6 +1430,7 @@ Before running Timeout callback:: count: 2 199: pollPollingIntervalQueue 200: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1310,6 +1441,7 @@ Before running Timeout callback:: count: 2 201: pollPollingIntervalQueue 202: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1320,6 +1452,7 @@ Before running Timeout callback:: count: 2 203: pollPollingIntervalQueue 204: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1330,6 +1463,7 @@ Before running Timeout callback:: count: 2 205: pollPollingIntervalQueue 206: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1340,6 +1474,7 @@ Before running Timeout callback:: count: 2 207: pollPollingIntervalQueue 208: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1350,6 +1485,7 @@ Before running Timeout callback:: count: 2 209: pollPollingIntervalQueue 210: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1360,6 +1496,7 @@ Before running Timeout callback:: count: 2 211: pollPollingIntervalQueue 212: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1370,6 +1507,7 @@ Before running Timeout callback:: count: 2 213: pollPollingIntervalQueue 214: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1380,6 +1518,7 @@ Before running Timeout callback:: count: 2 215: pollPollingIntervalQueue 216: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1390,6 +1529,7 @@ Before running Timeout callback:: count: 2 217: pollPollingIntervalQueue 218: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1400,6 +1540,7 @@ Before running Timeout callback:: count: 2 219: pollPollingIntervalQueue 220: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1410,6 +1551,7 @@ Before running Timeout callback:: count: 2 221: pollPollingIntervalQueue 222: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1420,6 +1562,7 @@ Before running Timeout callback:: count: 2 223: pollPollingIntervalQueue 224: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1430,6 +1573,7 @@ Before running Timeout callback:: count: 2 225: pollPollingIntervalQueue 226: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1440,6 +1584,7 @@ Before running Timeout callback:: count: 2 227: pollPollingIntervalQueue 228: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1450,6 +1595,7 @@ Before running Timeout callback:: count: 2 229: pollPollingIntervalQueue 230: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1460,6 +1606,7 @@ Before running Timeout callback:: count: 2 231: pollPollingIntervalQueue 232: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1470,6 +1617,7 @@ Before running Timeout callback:: count: 2 233: pollPollingIntervalQueue 234: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1480,6 +1628,7 @@ Before running Timeout callback:: count: 2 235: pollPollingIntervalQueue 236: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1490,6 +1639,7 @@ Before running Timeout callback:: count: 2 237: pollPollingIntervalQueue 238: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1500,6 +1650,7 @@ Before running Timeout callback:: count: 2 239: pollPollingIntervalQueue 240: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1510,6 +1661,7 @@ Before running Timeout callback:: count: 2 241: pollPollingIntervalQueue 242: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1520,6 +1672,7 @@ Before running Timeout callback:: count: 2 243: pollPollingIntervalQueue 244: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1530,6 +1683,7 @@ Before running Timeout callback:: count: 2 245: pollPollingIntervalQueue 246: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1540,6 +1694,7 @@ Before running Timeout callback:: count: 2 247: pollPollingIntervalQueue 248: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1550,6 +1705,7 @@ Before running Timeout callback:: count: 2 249: pollPollingIntervalQueue 250: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1560,6 +1716,7 @@ Before running Timeout callback:: count: 2 251: pollPollingIntervalQueue 252: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1570,6 +1727,7 @@ Before running Timeout callback:: count: 2 253: pollPollingIntervalQueue 254: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1580,6 +1738,7 @@ Before running Timeout callback:: count: 2 255: pollPollingIntervalQueue 256: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 2 Timeout callback:: count: 2 @@ -1590,6 +1749,7 @@ Before running Timeout callback:: count: 2 257: pollPollingIntervalQueue 258: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -1598,6 +1758,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 259: pollPollingIntervalQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 diff --git a/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js b/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js index a2b1f2358c468..03f79f3cd7cc5 100644 --- a/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js +++ b/tests/baselines/reference/tscWatch/watchEnvironment/watchFile/using-fixed-chunk-size-polling.js @@ -94,6 +94,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 2: pollQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -102,6 +103,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 3: pollQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -110,6 +112,7 @@ Timeout callback:: count: 1 Before running Timeout callback:: count: 1 4: pollQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1 @@ -145,6 +148,7 @@ Before running Timeout callback:: count: 2 6: timerToUpdateProgram 7: pollQueue +Host is moving to new time After running Timeout callback:: count: 1 Output:: >> Screen clear @@ -197,6 +201,7 @@ Input:: Before running Timeout callback:: count: 1 8: pollQueue +Host is moving to new time After running Timeout callback:: count: 1 Timeout callback:: count: 1