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
Identifier_expected_0_is_a_keyword: {code: 1006,category: DiagnosticCategory.Error,key: "Identifier expected; '{0}' is a keyword."},
15
15
Automatic_semicolon_insertion_not_allowed: {code: 1007,category: DiagnosticCategory.Error,key: "Automatic semicolon insertion not allowed."},
16
16
Trailing_comma_not_allowed: {code: 1009,category: DiagnosticCategory.Error,key: "Trailing comma not allowed."},
@@ -93,8 +93,8 @@ module ts {
93
93
A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement: {code: 1105,category: DiagnosticCategory.Error,key: "A 'break' statement can only be used within an enclosing iteration or switch statement."},
94
94
Jump_target_cannot_cross_function_boundary: {code: 1107,category: DiagnosticCategory.Error,key: "Jump target cannot cross function boundary."},
95
95
A_return_statement_can_only_be_used_within_a_function_body: {code: 1108,category: DiagnosticCategory.Error,key: "A 'return' statement can only be used within a function body."},
A_constructor_implementation_cannot_be_declared_in_an_ambient_context: {code: 1111,category: DiagnosticCategory.Error,key: "A constructor implementation cannot be declared in an ambient context."},
99
99
A_class_member_cannot_be_declared_optional: {code: 1112,category: DiagnosticCategory.Error,key: "A class member cannot be declared optional."},
100
100
A_default_clause_cannot_appear_more_than_once_in_a_switch_statement: {code: 1113,category: DiagnosticCategory.Error,key: "A 'default' clause cannot appear more than once in a 'switch' statement."},
0 commit comments