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 |
||
---|---|---|
.. | ||
commonjs_rendering_formatter_spec.ts | ||
dts_renderer_spec.ts | ||
esm5_rendering_formatter_spec.ts | ||
esm_rendering_formatter_spec.ts | ||
renderer_spec.ts | ||
umd_rendering_formatter_spec.ts |