We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce85d64 commit e42077dCopy full SHA for e42077d
src/compiler/program.ts
@@ -968,6 +968,8 @@ namespace ts {
968
Diagnostics.let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations.code,
969
Diagnostics.Class_constructor_may_not_be_a_generator.code,
970
Diagnostics.Class_constructor_may_not_be_an_accessor.code,
971
+ // Type errors
972
+ Diagnostics.This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value.code,
973
]);
974
975
/**
0 commit comments