Skip to content

refactor(core): drop frameworkDIDebugData #61512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

arturovt
Copy link
Contributor

Adds __PURE__ annotations to frameworkDIDebugData expression to enable tree-shaking, even if it is not referenced. This variable is not dropped when Angular is imported from a module that has sideEffects set to true.

image

Adds `__PURE__` annotations to `frameworkDIDebugData` expression to enable tree-shaking, even if it is not referenced. This variable is not dropped when Angular is imported from a module that has `sideEffects` set to `true`.
@pullapprove pullapprove bot requested a review from alxhub May 20, 2025 13:12
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label May 20, 2025
@ngbot ngbot bot added this to the Backlog milestone May 20, 2025
@JeanMeche JeanMeche requested review from thePunderWoman and removed request for alxhub May 20, 2025 13:18
@thePunderWoman
Copy link
Contributor

Similar to the other manual PURE annotation PRs, I'm going to close this one.

@arturovt arturovt deleted the refactor/core-drop-frameworkDIDebugData branch May 21, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues related to the framework runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants