mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7dfb127c03
Added the `@__PURE__` annotation alongside `@pureOrBreakMyCode` to improve compatibility with third-party bundlers. This refactor follows optimization best practices, ensuring broader support across different tools, as `@pureOrBreakMyCode` was only supported by Closure Compiler. PR Close #58297