You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/cases/conformance/salsa/plainJSGrammarErrors.js(60,1): error TS1042: 'async' modifier cannot be used here.
41
41
tests/cases/conformance/salsa/plainJSGrammarErrors.js(63,25): error TS1014: A rest parameter must be last in a parameter list.
42
42
tests/cases/conformance/salsa/plainJSGrammarErrors.js(65,37): error TS1048: A rest parameter cannot have an initializer.
43
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(67,8): error TS2501: A rest element cannot contain a binding pattern.
44
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(69,12): error TS2462: A rest element must be last in a destructuring pattern.
45
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(70,33): error TS2566: A rest element cannot have a property name.
46
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(73,9): error TS5076: '||' and '??' operations cannot be mixed without parentheses.
47
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(74,14): error TS5076: '||' and '??' operations cannot be mixed without parentheses.
48
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(76,3): error TS1200: Line terminator not permitted before arrow.
49
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(78,4): error TS1358: Tagged template expressions are not permitted in an optional chain.
50
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(80,6): error TS1171: A comma expression is not allowed in a computed property name.
51
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(81,5): error TS18016: Private identifiers are not allowed outside class bodies.
52
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(82,5): error TS1042: 'export' modifier cannot be used here.
53
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(84,25): error TS1162: An object member cannot be declared optional.
54
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(85,6): error TS1162: An object member cannot be declared optional.
55
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(85,6): error TS8009: The '?' modifier can only be used in TypeScript files.
56
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(86,15): error TS1255: A definite assignment assertion '!' is not permitted in this context.
57
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(87,19): error TS1255: A definite assignment assertion '!' is not permitted in this context.
58
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(90,16): error TS1312: Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern.
59
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(94,7): error TS1182: A destructuring declaration must have an initializer.
60
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(95,7): error TS1155: 'const' declarations must be initialized.
61
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(96,5): error TS1214: Identifier expected. 'let' is a reserved word in strict mode. Modules are automatically in strict mode.
62
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(96,5): error TS2480: 'let' is not allowed to be used as a name in 'let' or 'const' declarations.
63
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(98,5): error TS1157: 'let' declarations can only be declared inside a block.
64
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(100,5): error TS1156: 'const' declarations can only be declared inside a block.
65
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(105,6): error TS1106: The left-hand side of a 'for...of' statement may not be 'async'.
66
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(108,12): error TS1190: The variable declaration of a 'for...of' statement cannot have an initializer.
67
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(111,12): error TS1189: The variable declaration of a 'for...in' statement cannot have an initializer.
68
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(121,5): error TS1113: A 'default' clause cannot appear more than once in a 'switch' statement.
69
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(128,11): error TS2492: Cannot redeclare identifier 'e' in catch clause.
tests/cases/conformance/salsa/plainJSGrammarErrors.js(141,13): error TS1107: Jump target cannot cross function boundary.
72
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(149,13): error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
73
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(153,5): error TS1107: Jump target cannot cross function boundary.
74
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(156,5): error TS1116: A 'break' statement can only jump to a label of an enclosing statement.
75
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(157,5): error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
76
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(159,1): error TS1105: A 'break' statement can only be used within an enclosing iteration or switch statement.
77
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(160,1): error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
78
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(163,28): error TS17012: 'metal' is not a valid meta-property for keyword 'import'. Did you mean 'meta'?
79
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(164,22): error TS17012: 'targe' is not a valid meta-property for keyword 'new'. Did you mean 'target'?
80
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(165,30): message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as arguments
81
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(166,30): message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as arguments
82
-
tests/cases/conformance/salsa/plainJSGrammarErrors.js(167,36): error TS1325: Argument of dynamic import cannot be spread element.
43
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(67,41): error TS1013: A rest parameter or binding pattern may not have a trailing comma.
44
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(69,8): error TS2501: A rest element cannot contain a binding pattern.
45
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(71,12): error TS2462: A rest element must be last in a destructuring pattern.
46
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(72,33): error TS2566: A rest element cannot have a property name.
47
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(73,42): error TS1186: A rest element cannot have an initializer.
48
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(76,4): error TS1123: Variable declaration list cannot be empty.
49
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(77,9): error TS5076: '||' and '??' operations cannot be mixed without parentheses.
50
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(78,14): error TS5076: '||' and '??' operations cannot be mixed without parentheses.
51
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(80,3): error TS1200: Line terminator not permitted before arrow.
52
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(82,4): error TS1358: Tagged template expressions are not permitted in an optional chain.
53
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(84,6): error TS1171: A comma expression is not allowed in a computed property name.
54
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(85,5): error TS18016: Private identifiers are not allowed outside class bodies.
55
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(86,5): error TS1042: 'export' modifier cannot be used here.
56
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(88,25): error TS1162: An object member cannot be declared optional.
57
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(89,6): error TS1162: An object member cannot be declared optional.
58
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(89,6): error TS8009: The '?' modifier can only be used in TypeScript files.
59
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(90,15): error TS1255: A definite assignment assertion '!' is not permitted in this context.
60
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(91,19): error TS1255: A definite assignment assertion '!' is not permitted in this context.
61
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(94,16): error TS1312: Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern.
62
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(96,24): error TS1009: Trailing comma not allowed.
63
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(97,29): error TS1097: 'extends' list cannot be empty.
64
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(100,7): error TS1182: A destructuring declaration must have an initializer.
65
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(101,7): error TS1155: 'const' declarations must be initialized.
66
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(102,5): error TS1214: Identifier expected. 'let' is a reserved word in strict mode. Modules are automatically in strict mode.
67
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(102,5): error TS2480: 'let' is not allowed to be used as a name in 'let' or 'const' declarations.
68
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(104,5): error TS1157: 'let' declarations can only be declared inside a block.
69
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(106,5): error TS1156: 'const' declarations can only be declared inside a block.
70
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(111,6): error TS1106: The left-hand side of a 'for...of' statement may not be 'async'.
71
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(114,12): error TS1190: The variable declaration of a 'for...of' statement cannot have an initializer.
72
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(117,12): error TS1189: The variable declaration of a 'for...in' statement cannot have an initializer.
73
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(120,13): error TS1188: Only a single variable declaration is allowed in a 'for...of' statement.
74
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(123,13): error TS1091: Only a single variable declaration is allowed in a 'for...in' statement.
75
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(134,5): error TS1113: A 'default' clause cannot appear more than once in a 'switch' statement.
76
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(141,11): error TS2492: Cannot redeclare identifier 'e' in catch clause.
tests/cases/conformance/salsa/plainJSGrammarErrors.js(154,13): error TS1107: Jump target cannot cross function boundary.
79
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(162,13): error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
80
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(166,5): error TS1107: Jump target cannot cross function boundary.
81
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(169,5): error TS1116: A 'break' statement can only jump to a label of an enclosing statement.
82
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(170,5): error TS1115: A 'continue' statement can only jump to a label of an enclosing iteration statement.
83
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(172,1): error TS1105: A 'break' statement can only be used within an enclosing iteration or switch statement.
84
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(173,1): error TS1104: A 'continue' statement can only be used within an enclosing iteration statement.
85
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(176,28): error TS17012: 'metal' is not a valid meta-property for keyword 'import'. Did you mean 'meta'?
86
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(177,22): error TS17012: 'targe' is not a valid meta-property for keyword 'new'. Did you mean 'target'?
87
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(178,30): message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as arguments
88
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(179,30): message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as arguments
89
+
tests/cases/conformance/salsa/plainJSGrammarErrors.js(180,36): error TS1325: Argument of dynamic import cannot be spread element.
!!! error TS1312: Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern.
0 commit comments