8000 Runtime refactor: move code out of instructions folder by pkozlowski-opensource · Pull Request #61425 · angular/angular · GitHub
[go: up one dir, main page]

Skip to content

Runtime refactor: move code out of instructions folder #61425

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pkozlowski-opensource
Copy link
Member

This is one of the many refactorings that tries to cleanup / re-dispatch code in the instructions folder. The general idea is that the instructions should only contain functions referenced in the generated code and the instructions functions should be, most of the time, delegating to the core framework logic / utility functions.

Move the i18n-related logic out of the instructions folder into
the i18n-dedicated folder / package.
The view data store operation is not an instruction and shouldn't be
located in the instructions folder.
@angular-robot angular-robot bot added the area: core Issues related to the framework runtime label May 16, 2025
@ngbot ngbot bot added this to the Backlog milestone May 16, 2025
@pkozlowski-opensource pkozlowski-opensource added target: patch This PR is targeted for the next patch release action: merge The PR is ready for merge by the caretaker labels May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

2 participants
0