Skip to content

refactor(core): drop DEFER_BLOCK_DEPENDENCY_INTERCEPTOR in production#59381

Closed
arturovt wants to merge 1 commit intoangular:mainfrom
arturovt:refactor/drop-defer-interceptor-token
Closed

refactor(core): drop DEFER_BLOCK_DEPENDENCY_INTERCEPTOR in production#59381
arturovt wants to merge 1 commit intoangular:mainfrom
arturovt:refactor/drop-defer-interceptor-token

Conversation

@arturovt
Copy link
Copy Markdown
Contributor

@arturovt arturovt commented Jan 6, 2025

new expressions are not dropped by default because they are considered side-effectful, even if they are not referenced anywhere in production mode.

@pullapprove pullapprove bot requested a review from kirjs January 6, 2025 17:53
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Jan 6, 2025
@ngbot ngbot bot added this to the Backlog milestone Jan 6, 2025
`new` expressions are not dropped by default because they are considered side-effectful,
even if they are not referenced anywhere in production mode.
@arturovt arturovt force-pushed the refactor/drop-defer-interceptor-token branch from 728fe96 to d32ffd0 Compare January 6, 2025 22:08
@angular-robot angular-robot bot added area: core Issues related to the framework runtime and removed area: core Issues related to the framework runtime labels Jan 6, 2025
@ngbot ngbot bot modified the milestone: Backlog Jan 6, 2025
Copy link
Copy Markdown
Contributor

@kirjs kirjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kirjs kirjs added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Jan 7, 2025
@AndrewKushnir AndrewKushnir added the action: presubmit The PR is in need of a google3 presubmit label Jan 7, 2025
@thePunderWoman
Copy link
Copy Markdown
Contributor

Caretaker note: the test failures were flakes. This is safe to merge.

@thePunderWoman thePunderWoman removed the action: presubmit The PR is in need of a google3 presubmit label Jan 7, 2025
thePunderWoman pushed a commit that referenced this pull request Jan 7, 2025
…on (#59381)

`new` expressions are not dropped by default because they are considered side-effectful,
even if they are not referenced anywhere in production mode.

PR Close #59381
@thePunderWoman
Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit d9707e1.

The changes were merged into the following branches: main, 19.0.x

@arturovt arturovt deleted the refactor/drop-defer-interceptor-token branch January 7, 2025 21:18
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 7, 2025
PrajaktaB27 pushed a commit to PrajaktaB27/angular that referenced this pull request Feb 7, 2025
…on (angular#59381)

`new` expressions are not dropped by default because they are considered side-effectful,
even if they are not referenced anywhere in production mode.

PR Close angular#59381
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants