@@ -142,10 +142,10 @@ describe('Error recovery app', () => {
142
142
"description": "Parsing ecmascript source code failed",
143
143
"environmentLabel": null,
144
144
"label": "Build Error",
145
- "source": "./app/server/page.js (2:26 )
145
+ "source": "./app/server/page.js (2:28 )
146
146
Parsing ecmascript source code failed
147
147
> 2 | return <p>Hello world</p>
148
- | ^",
148
+ | ^",
149
149
"stack": [],
150
150
}
151
151
` )
@@ -160,7 +160,6 @@ describe('Error recovery app', () => {
160
160
,-[2:1]
161
161
1 | export default function Page() {
162
162
2 | return <p>Hello world</p>
163
- : ^
164
163
\`----
165
164
Caused by:
166
165
Syntax Error
@@ -206,10 +205,10 @@ describe('Error recovery app', () => {
206
205
"description": "Parsing ecmascript source code failed",
207
206
"environmentLabel": null,
208
207
"label": "Build Error",
209
- "source": "./app/client/page.js (2:26 )
208
+ "source": "./app/client/page.js (2:28 )
210
209
Parsing ecmascript source code failed
211
210
> 2 | return <p>Hello world</p>
212
- | ^",
211
+ | ^",
213
212
"stack": [],
214
213
}
215
214
` )
@@ -224,7 +223,6 @@ describe('Error recovery app', () => {
224
223
,-[2:1]
225
224
1 | export default function Page() {
226
225
2 | return <p>Hello world</p>
227
- : ^
228
226
\`----
229
227
Caused by:
230
228
Syntax Error
@@ -623,10 +621,10 @@ describe('Error recovery app', () => {
623
621
"description": "Parsing ecmascript source code failed",
624
622
"environmentLabel": null,
625
623
"label": "Build Error",
626
- "source": "./index.js (10:39 )
624
+ "source": "./index.js (10:42 )
627
625
Parsing ecmascript source code failed
628
626
> 10 | export default function FunctionNamed() {
629
- | ^",
627
+ | ^",
630
628
"stack": [],
631
629
}
632
630
` )
@@ -640,7 +638,6 @@ describe('Error recovery app', () => {
640
638
Error: x Expected '}', got '<eof>'
641
639
,-[10:1]
642
640
10 | export default function FunctionNamed() {
643
- : ^
644
641
\`----
645
642
Caused by:
646
643
Syntax Error
@@ -660,10 +657,10 @@ describe('Error recovery app', () => {
660
657
"description": "Parsing ecmascript source code failed",
661
658
"environmentLabel": null,
662
659
"label": "Build Error",
663
- "source": "./index.js (10:39 )
660
+ "source": "./index.js (10:42 )
664
661
Parsing ecmascript source code failed
665
662
> 10 | export default function FunctionNamed() {
666
- | ^",
663
+ | ^",
667
664
"stack": [],
668
665
}
669
666
` )
@@ -677,7 +674,6 @@ describe('Error recovery app', () => {
677
674
Error: x Expected '}', got '<eof>'
678
675
,-[10:1]
679
676
10 | export default function FunctionNamed() {
680
- : ^
681
677
\`----
682
678
Caused by:
683
679
Syntax Error
@@ -1016,10 +1012,10 @@ describe('Error recovery app', () => {
1016
1012
"description": "Parsing ecmascript source code failed",
1017
1013
"environmentLabel": null,
1018
1014
"label": "Build Error",
1019
- "source": "./app/page.js (1:2 )
1015
+ "source": "./app/page.js (1:4 )
1020
1016
Parsing ecmascript source code failed
1021
1017
> 1 | {{{
1022
- | ^",
1018
+ | ^",
1023
1019
"stack": [],
1024
1020
}
1025
1021
` )
@@ -1033,7 +1029,6 @@ describe('Error recovery app', () => {
1033
1029
Error: x Expected '}', got '<eof>'
1034
1030
,----
1035
1031
1 | {{{
1036
- : ^
1037
1032
\`----
1038
1033
Caused by:
1039
1034
Syntax Error",
0 commit comments