microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

Add support for `__esDecorate` and related helpers #193

Closed rbuckton closed 1 year ago

rbuckton commented 1 year ago

Adds __esDecorate, __runInitializers, __propKey, and __setFunctionName from https://github.com/microsoft/TypeScript/pull/50820.

rbuckton commented 1 year ago

/cc @DanielRosenwasser as we will need to ship these for 5.0 as well.