mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:23:38 -06:00
Component commits: 74c337bc5f Fix 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 twice bd2a2ecc31 Add second test case d45098e23b Update to match old TS version: parameter properties after prologue 891cb6f317 Parametert properties should be added after any prologue Co-authored-by: John Lusty <54030459+jlusty@users.noreply.github.com>