d21471e24e
Previously we only removed `__decorate()` calls that looked like: ``` SomeClass = __decorate(...); ``` But in some minified scenarios this call gets wrapped up with the return statement of the IIFE. ``` return SomeClass = __decorate(...); ``` This is now removed also, leaving just the return statement: ``` return SomeClass; ``` PR Close #33777 |
||
---|---|---|
.. | ||
analysis | ||
dependencies | ||
entry_point_finder | ||
execution | ||
host | ||
logging | ||
migrations | ||
packages | ||
rendering | ||
writing | ||
constants.ts | ||
main.ts | ||
utils.ts |