TypeScript
TypeScript copied to clipboard
Fix deprecatedCompat create/updateConstructorDeclaration functions
Fix an incorrect check for the body parameter of the deprecated overloads for create/updateConstructorDeclaration, which made them throw a type error at runtime.
Fixes #50259