Closed ExE-Boss closed 4 years ago
@ExE-Boss thanks for looking into this.
@neuroboy23 opened https://github.com/microsoft/tslib/pull/77 earlier to use the same helpers as in https://github.com/microsoft/TypeScript/pull/30829
I see that the helpers in this PR (#79) are different from the ones in https://github.com/microsoft/TypeScript/pull/30829. My understanding is that ideally the helpers would match, so TS users don't get different behavior dependong on whether or not they are using tslib.
Am I understanding correctly? I haven't contributed to tslib before, so don't know what's normal.
I created this with the expectation that https://github.com/microsoft/TypeScript/pull/30829 would be changed to use property descriptors like what Babel does.
Companion PR to TypeScript#30829.