Typescript doc issue: document the breaking change that 2.5.0 enables useDefineForClassFields: true
by default
#4639
Labels
useDefineForClassFields: true
by default
#4639
Describe the bug
useDefineForClassFields
is a breaking change for codebases that rely on the old emitting behaviour. A user with such a codebase whosetsconfig.json
does not explicitly set this option to false will get breakages, error messages likecan't redefine non-configurable property
. This should be documented as a known issue with a workaround of setting this option back to false in yourtsconfig.json
.Validations
The text was updated successfully, but these errors were encountered: