@@ -10826,6 +10826,13 @@ Expect to Parse: "conformance/salsa/plainJSRedeclare3.ts"
10826
10826
2 │ }
10827
10827
╰────
10828
10828
10829
+ × 'async' modifier cannot be used here.
10830
+ ╭─[conformance/async/es5/asyncModule_es5.ts:1:1]
10831
+ 1 │ async module M {
10832
+ · ─────
10833
+ 2 │ }
10834
+ ╰────
10835
+
10829
10836
× Expected `(` but found `Identifier`
10830
10837
╭─[conformance/async/es5/asyncSetter_es5.ts:2:13]
10831
10838
1 │ class C {
@@ -10961,6 +10968,13 @@ Expect to Parse: "conformance/salsa/plainJSRedeclare3.ts"
10961
10968
2 │ }
10962
10969
╰────
10963
10970
10971
+ × 'async' modifier cannot be used here.
10972
+ ╭─[conformance/async/es6/asyncModule_es6.ts:1:1]
10973
+ 1 │ async module M {
10974
+ · ─────
10975
+ 2 │ }
10976
+ ╰────
10977
+
10964
10978
× Expected `(` but found `Identifier`
10965
10979
╭─[conformance/async/es6/asyncSetter_es6.ts:2:13]
10966
10980
1 │ class C {
@@ -16569,6 +16583,14 @@ Expect to Parse: "conformance/salsa/plainJSRedeclare3.ts"
16569
16583
× 'public' modifier cannot be used here.
16570
16584
╭─[conformance/internalModules/moduleBody/invalidModuleWithStatementsOfEveryKind.ts:19:5]
16571
16585
18 │ module Y3 {
16586
+ 19 │ public module Module {
16587
+ · ──────
16588
+ 20 │ class A { s: string }
16589
+ ╰────
16590
+
16591
+ × 'public' modifier cannot be used here.
16592
+ ╭─[conformance/internalModules/moduleBody/invalidModuleWithStatementsOfEveryKind.ts:19:5]
16593
+ 18 │ module Y3 {
16572
16594
19 │ public module Module {
16573
16595
· ──────
16574
16596
20 │ class A { s: string }
@@ -16625,6 +16647,14 @@ Expect to Parse: "conformance/salsa/plainJSRedeclare3.ts"
16625
16647
× 'private' modifier cannot be used here.
16626
16648
╭─[conformance/internalModules/moduleBody/invalidModuleWithStatementsOfEveryKind.ts:44:5]
16627
16649
43 │ module YY3 {
16650
+ 44 │ private module Module {
16651
+ · ───────
16652
+ 45 │ class A { s: string }
16653
+ ╰────
16654
+
16655
+ × 'private' modifier cannot be used here.
16656
+ ╭─[conformance/internalModules/moduleBody/invalidModuleWithStatementsOfEveryKind.ts:44:5]
16657
+ 43 │ module YY3 {
16628
16658
44 │ private module Module {
16629
16659
· ───────
16630
16660
45 │ class A { s: string }
@@ -16681,6 +16711,14 @@ Expect to Parse: "conformance/salsa/plainJSRedeclare3.ts"
16681
16711
× 'static' modifier cannot be used here.
16682
16712
╭─[conformance/internalModules/moduleBody/invalidModuleWithStatementsOfEveryKind.ts:70:5]
16683
16713
69 │ module YYY3 {
16714
+ 70 │ static module Module {
16715
+ · ──────
16716
+ 71 │ class A { s: string }
16717
+ ╰────
16718
+
16719
+ × 'static' modifier cannot be used here.
16720
+ ╭─[conformance/internalModules/moduleBody/invalidModuleWithStatementsOfEveryKind.ts:70:5]
16721
+ 69 │ module YYY3 {
16684
16722
70 │ static module Module {
16685
16723
· ──────
16686
16724
71 │ class A { s: string }
@@ -18128,6 +18166,13 @@ Expect to Parse: "conformance/salsa/plainJSRedeclare3.ts"
18128
18166
2 │ }
18129
18167
╰────
18130
18168
18169
+ × 'protected' modifier cannot be used here.
18170
+ ╭─[conformance/parser/ecmascript5/Protected/Protected2.ts:1:1]
18171
+ 1 │ protected module M {
18172
+ · ─────────
18173
+ 2 │ }
18174
+ ╰────
18175
+
18131
18176
× Expected a semicolon or an implicit semicolon after a statement, but found none
18132
18177
╭─[conformance/parser/ecmascript5/RealWorld/parserharness.ts:1430:16]
18133
18178
1429 │ // Regex for parsing options in the format "@Alpha: Value of any sort"
0 commit comments