Skip to content

refactor(core): change node navigation step to plain const#59469

Closed
arturovt wants to merge 1 commit intoangular:mainfrom
arturovt:refactor/core-node-navigation-step-enum
Closed

refactor(core): change node navigation step to plain const#59469
arturovt wants to merge 1 commit intoangular:mainfrom
arturovt:refactor/core-node-navigation-step-enum

Conversation

@arturovt
Copy link
Copy Markdown
Contributor

We change the enum to a plain const to eliminate extra bytes, as enum is not really required. We might not be able to switch to const enum due to single-file compilation restrictions.

We change the `enum` to a plain `const` to eliminate extra bytes, as `enum` is not really required. We might not be able to switch to `const enum` due to single-file compilation restrictions.
@pullapprove pullapprove bot requested a review from alxhub January 10, 2025 16:42
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label Jan 10, 2025
@ngbot ngbot bot added this to the Backlog milestone Jan 10, 2025
@AndrewKushnir AndrewKushnir added target: patch This PR is targeted for the next patch release action: presubmit The PR is in need of a google3 presubmit labels Jan 10, 2025
@AndrewKushnir AndrewKushnir removed the request for review from alxhub January 10, 2025 19:57
@AndrewKushnir
Copy link
Copy Markdown
Contributor

Presubmit.

@AndrewKushnir AndrewKushnir added action: merge The PR is ready for merge by the caretaker target: rc This PR is targeted for the next release-candidate and removed action: presubmit The PR is in need of a google3 presubmit target: patch This PR is targeted for the next patch release labels Jan 11, 2025
@kirjs
Copy link
Copy Markdown
Contributor

kirjs commented Jan 13, 2025

This PR was merged into the repository by commit 783c5bb.

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

@kirjs kirjs closed this in 783c5bb Jan 13, 2025
kirjs pushed a commit that referenced this pull request Jan 13, 2025
We change the `enum` to a plain `const` to eliminate extra bytes, as `enum` is not really required. We might not be able to switch to `const enum` due to single-file compilation restrictions.

PR Close #59469
@arturovt arturovt deleted the refactor/core-node-navigation-step-enum branch January 13, 2025 18:56
PrajaktaB27 pushed a commit to PrajaktaB27/angular that referenced this pull request Feb 7, 2025
…9469)

We change the `enum` to a plain `const` to eliminate extra bytes, as `enum` is not really required. We might not be able to switch to `const enum` due to single-file compilation restrictions.

PR Close angular#59469
@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 13, 2025
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: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants