Skip to content

Commit 961e3c1

Browse files
committed
Go back to the old re-build baseline
1 parent 58221fa commit 961e3c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/baselines/reference/tsbuild/sample1/incremental-declaration-changes/rebuilds-when-tsconfig-changes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ Input::
1818

1919
Output::
2020
/lib/tsc --b /src/tests --verbose
21-
[[90m12:04:00 AM[0m] Projects in this build:
21+
[[90m12:20:00 AM[0m] Projects in this build:
2222
* src/core/tsconfig.json
2323
* src/logic/tsconfig.json
2424
* src/tests/tsconfig.json
2525

26-
[[90m12:04:00 AM[0m] Project 'src/core/tsconfig.json' is up to date because newest input 'src/core/anotherModule.ts' is older than oldest output 'src/core/anotherModule.js'
26+
[[90m12:20:00 AM[0m] Project 'src/core/tsconfig.json' is up to date because newest input 'src/core/anotherModule.ts' is older than oldest output 'src/core/anotherModule.js'
2727

28-
[[90m12:04:00 AM[0m] Project 'src/logic/tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than oldest output 'src/logic/index.js'
28+
[[90m12:20:00 AM[0m] Project 'src/logic/tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than oldest output 'src/logic/index.js'
2929

30-
[[90m12:04:00 AM[0m] Project 'src/tests/tsconfig.json' is out of date because oldest output 'src/tests/index.js' is older than newest input 'src/tests/tsconfig.json'
30+
[[90m12:20:00 AM[0m] Project 'src/tests/tsconfig.json' is out of date because oldest output 'src/tests/index.js' is older than newest input 'src/tests/tsconfig.json'
3131

32-
[[90m12:04:00 AM[0m] Building project '/src/tests/tsconfig.json'...
32+
[[90m12:20:00 AM[0m] Building project '/src/tests/tsconfig.json'...
3333

3434
exitCode:: ExitStatus.Success
3535

0 commit comments

Comments
 (0)