Skip to content

Commit c1e578d

Browse files
committed
Fix tests failure due to #36317
1 parent df523b3 commit c1e578d

File tree

10 files changed

+50
-0
lines changed

10 files changed

+50
-0
lines changed

tests/baselines/reference/tsbuild/noEmitOnError/initial-build/has-empty-files-diagnostic-when-files-is-empty-and-no-references-are-provided.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
4 ;
66
  ~
77

8+
src/src/main.ts:2:11
9+
2 const a = {
10+
   ~
11+
The parser expected to find a '}' to match the '{' token here.
12+
813

914
Found 1 error.
1015

tests/baselines/reference/tsbuild/watchMode/noEmitOnError/does-not-emit-any-files-on-error.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ Output::
5959
4 ;
6060
  ~
6161

62+
src/main.ts:2:11
63+
2 const a = {
64+
   ~
65+
The parser expected to find a '}' to match the '{' token here.
66+
6267

6368
[12:00:35 AM] Found 1 error. Watching for file changes.
6469

tests/baselines/reference/tsc/incremental/initial-build/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
4 ;
66
  ~
77

8+
src/src/main.ts:2:11
9+
2 const a = {
10+
   ~
11+
The parser expected to find a '}' to match the '{' token here.
12+
813

914
Found 1 error.
1015

tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Output::
4343
4 ;
4444
  ~
4545

46+
src/main.ts:2:11
47+
2 const a = {
48+
   ~
49+
The parser expected to find a '}' to match the '{' token here.
50+
4651

4752
[12:00:32 AM] Found 1 error. Watching for file changes.
4853

tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Output::
4343
4 ;
4444
  ~
4545

46+
src/main.ts:2:11
47+
2 const a = {
48+
   ~
49+
The parser expected to find a '}' to match the '{' token here.
50+
4651

4752
[12:00:32 AM] Found 1 error. Watching for file changes.
4853

tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Output::
4949
4 ;
5050
  ~
5151

52+
src/main.ts:2:11
53+
2 const a = {
54+
   ~
55+
The parser expected to find a '}' to match the '{' token here.
56+
5257

5358
[12:00:32 AM] Found 1 error. Watching for file changes.
5459

tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Output::
4343
4 ;
4444
  ~
4545

46+
src/main.ts:2:11
47+
2 const a = {
48+
   ~
49+
The parser expected to find a '}' to match the '{' token here.
50+
4651

4752
[12:00:32 AM] Found 1 error. Watching for file changes.
4853

tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Output::
4343
4 ;
4444
  ~
4545

46+
src/main.ts:2:11
47+
2 const a = {
48+
   ~
49+
The parser expected to find a '}' to match the '{' token here.
50+
4651

4752
[12:00:32 AM] Found 1 error. Watching for file changes.
4853

tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/with-noEmitOnError.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Output::
4343
4 ;
4444
  ~
4545

46+
src/main.ts:2:11
47+
2 const a = {
48+
   ~
49+
The parser expected to find a '}' to match the '{' token here.
50+
4651

4752
[12:00:32 AM] Found 1 error. Watching for file changes.
4853

tests/baselines/reference/tscWatch/programUpdates/Proper-errors-document-is-not-contained-in-project.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Output::
3232
1 {
3333
   
3434

35+
a/b/tsconfig.json:1:1
36+
1 {
37+
  ~
38+
The parser expected to find a '}' to match the '{' token here.
39+
3540

3641
[12:00:18 AM] Found 1 error. Watching for file changes.
3742

0 commit comments

Comments
 (0)