You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript generates lots of helpers for inheritance et al. They bloat up our code. We have some fragile regex tricks to remove unnecessary code. Since TypeScript support has gotten a lot better we should make use of tslib and the new emit flags
The text was updated successfully, but these errors were encountered:
Closing this without action because the fix for #24770 will check that our current solution works and leaving out helper at compile time will make development harder. Removing waste at bundling is the right point in time
TypeScript generates lots of helpers for inheritance et al. They bloat up our code. We have some fragile regex tricks to remove unnecessary code. Since TypeScript support has gotten a lot better we should make use of
tslib
and the new emit flagsThe text was updated successfully, but these errors were encountered: