We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538d6ce commit 9607a53Copy full SHA for 9607a53
src/compiler/program.ts
@@ -967,6 +967,8 @@ namespace ts {
967
Diagnostics.extends_clause_already_seen.code,
968
Diagnostics.let_declarations_can_only_be_declared_inside_a_block.code,
969
Diagnostics.let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations.code,
970
+ Diagnostics.Class_constructor_may_not_be_a_generator.code,
971
+ Diagnostics.Class_constructor_may_not_be_an_accessor.code,
972
]);
973
974
/**
0 commit comments