@@ -1695,6 +1695,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
16951695 × Expected `}` but found `EOF`
16961696 ╭─[babel/packages/babel-parser/test/fixtures/core/uncategorised/345/input.js:1:2]
16971697 1 │ {
1698+ · ┬
1699+ · ╰── Opened here
16981700 ╰────
16991701
17001702 × Unexpected token
@@ -1944,6 +1946,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
19441946 ╭─[babel/packages/babel-parser/test/fixtures/core/uncategorised/386/input.js:4:2]
19451947 3 │
19461948 4 │ {
1949+ · ┬
1950+ · ╰── Opened here
19471951 ╰────
19481952
19491953 × Unexpected token
@@ -4715,6 +4719,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
47154719 × Expected `}` but found `EOF`
47164720 ╭─[babel/packages/babel-parser/test/fixtures/es2015/uncategorised/295/input.js:2:1]
47174721 1 │ switch (cond) { case 10: let a = 20;
4722+ · ┬
4723+ · ╰── Opened here
47184724 ╰────
47194725
47204726 × Cannot assign to 'eval' in strict mode
@@ -10631,6 +10637,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
1063110637 × Expected `}` but found `EOF`
1063210638 ╭─[babel/packages/babel-parser/test/fixtures/esprima/invalid-syntax/migrated_0000/input.js:2:1]
1063310639 1 │ {
10640+ · ┬
10641+ · ╰── Opened here
1063410642 ╰────
1063510643
1063610644 × Unexpected token
@@ -11119,6 +11127,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
1111911127 × Expected `}` but found `EOF`
1112011128 ╭─[babel/packages/babel-parser/test/fixtures/esprima/invalid-syntax/migrated_0069/input.js:2:1]
1112111129 1 │ {
11130+ · ┬
11131+ · ╰── Opened here
1112211132 ╰────
1112311133
1112411134 × Unexpected token
@@ -12242,11 +12252,15 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
1224212252 × Expected `}` but found `EOF`
1224312253 ╭─[babel/packages/babel-parser/test/fixtures/esprima/invalid-syntax/migrated_0255/input.js:2:1]
1224412254 1 │ { ; ;
12255+ · ┬
12256+ · ╰── Opened here
1224512257 ╰────
1224612258
1224712259 × Expected `}` but found `EOF`
1224812260 ╭─[babel/packages/babel-parser/test/fixtures/esprima/invalid-syntax/migrated_0256/input.js:2:1]
1224912261 1 │ function t() { ; ;
12262+ · ┬
12263+ · ╰── Opened here
1225012264 ╰────
1225112265
1225212266 × Expected a semicolon or an implicit semicolon after a statement, but found none
@@ -12300,6 +12314,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
1230012314 × Expected `}` but found `EOF`
1230112315 ╭─[babel/packages/babel-parser/test/fixtures/esprima/invalid-syntax/migrated_0266/input.js:2:1]
1230212316 1 │ class A {
12317+ · ┬
12318+ · ╰── Opened here
1230312319 ╰────
1230412320
1230512321 × Expected `{` but found `;`
@@ -14906,6 +14922,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
1490614922 × Expected `}` but found `EOF`
1490714923 ╭─[babel/packages/babel-parser/test/fixtures/typescript/types-arrow-function/invalid-incomplete-object-like/input.ts:2:1]
1490814924 1 │ type F = ({
14925+ · ┬
14926+ · ╰── Opened here
1490914927 ╰────
1491014928
1491114929 × Expected `]` but found `EOF`
@@ -14916,6 +14934,8 @@ Expect to Parse: tasks/coverage/babel/packages/babel-parser/test/fixtures/typesc
1491614934 × Expected `}` but found `EOF`
1491714935 ╭─[babel/packages/babel-parser/test/fixtures/typescript/types-arrow-function-babel-7/invalid-incomplete-object-like/input.ts:2:1]
1491814936 1 │ type F = ({
14937+ · ┬
14938+ · ╰── Opened here
1491914939 ╰────
1492014940
1492114941 × Missing initializer in destructuring declaration
0 commit comments