mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
774f419757
Component commits:74c337bc5fFix handling of prologue statements when there are parameter property declarations If there is a prologue (and no super) in a constructor, the prologue won't be skipped when calculating the parameter properties, leading to the prologue being included twicebd2a2ecc31Add second test cased45098e23bUpdate to match old TS version: parameter properties after prologue891cb6f317Parametert properties should be added after any prologue Co-authored-by: John Lusty <54030459+jlusty@users.noreply.github.com>