refactor(core): add debug name to resource#64172
Closed
hawkgs wants to merge 3 commits intoangular:mainfrom
Closed
refactor(core): add debug name to resource#64172hawkgs wants to merge 3 commits intoangular:mainfrom
hawkgs wants to merge 3 commits intoangular:mainfrom
Conversation
JeanMeche
reviewed
Oct 1, 2025
JeanMeche
reviewed
Oct 1, 2025
JeanMeche
reviewed
Oct 1, 2025
14 tasks
JeanMeche
reviewed
Oct 9, 2025
JeanMeche
reviewed
Oct 9, 2025
73794af to
30efd07
Compare
JeanMeche
reviewed
Oct 9, 2025
JeanMeche
approved these changes
Oct 9, 2025
Member
JeanMeche
left a comment
There was a problem hiding this comment.
Beside the nit, I think we're good to go !
atscott
approved these changes
Oct 13, 2025
Contributor
atscott
left a comment
There was a problem hiding this comment.
reviewed-for: fw-compiler, public-api
Contributor
AndrewKushnir
pushed a commit
that referenced
this pull request
Oct 14, 2025
Add a TS transform for `resource` (and `httpResource`) `debugName`. Test the transformations. PR Close #64172
AndrewKushnir
pushed a commit
that referenced
this pull request
Oct 14, 2025
Decorate `resource` (and `httpResource`) with `debugName`, along with all of its internal signals. PR Close #64172
AndrewKushnir
pushed a commit
that referenced
this pull request
Oct 14, 2025
Add a TS transform for `resource` (and `httpResource`) `debugName`. Test the transformations. PR Close #64172
AndrewKushnir
added a commit
to AndrewKushnir/angular
that referenced
this pull request
Oct 14, 2025
…ngular#64172)" This reverts commit e941e6b.
AndrewKushnir
added a commit
to AndrewKushnir/angular
that referenced
this pull request
Oct 14, 2025
This reverts commit 6318006.
JeanMeche
reviewed
Nov 4, 2025
3f3421f to
681e355
Compare
681e355 to
aacaf5f
Compare
atscott
approved these changes
Nov 11, 2025
Contributor
|
FYI, this PR would need a TGP before we can land it, since it was reverted from g3 before due to breakages. @JeanMeche could you please help with running a TGP for this change? |
Member
|
Currently deflaking the TGP. We had a "green" one 9 days ago. I think this is safe to merge, |
Member
|
The TGP is "green" (breakages seem unrelated). |
Contributor
kirjs
pushed a commit
that referenced
this pull request
Nov 24, 2025
Decorate `resource` (and `httpResource`) with `debugName`, along with all of its internal signals. PR Close #64172
kirjs
pushed a commit
that referenced
this pull request
Nov 24, 2025
Add a TS transform for `resource` (and `httpResource`) `debugName`. Test the transformations. PR Close #64172
kirjs
pushed a commit
that referenced
this pull request
Nov 24, 2025
Add a TS transform for `resource` (and `httpResource`) `debugName`. Test the transformations. PR Close #64172
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
inesane
pushed a commit
to inesane/angular
that referenced
this pull request
Mar 3, 2026
Decorate `resource` (and `httpResource`) with `debugName`, along with all of its internal signals. PR Close angular#64172
inesane
pushed a commit
to inesane/angular
that referenced
this pull request
Mar 3, 2026
…4172) Add a TS transform for `resource` (and `httpResource`) `debugName`. Test the transformations. PR Close angular#64172
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As part of the #63227 effort, this PR adds
debugNamesupport toresourceandhttpResource, and additionally implements a TS transform. The debug name has the following format:Note that only the internal signals that are exposed to the signal graph have been decorated with a
debugName.Also, since the existing
debugNametransforms did not have tests, I've added some (although not completely exhaustive) that include the new changes as well.