Skip to content
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

refactor(@angular/build): add helper types to internal HTML rewriter #28666

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

clydin
Copy link
Member

@clydin clydin commented Oct 18, 2024

The StartTag and EndTag types are now also exported along with the htmlRewritingStream factory. These types are commonly used with the rewriter and by exporting them reduces the need to manually extract them from the underlying methods.

The `StartTag` and `EndTag` types are now also exported along with the
`htmlRewritingStream` factory. These types are commonly used with the
rewriter and by exporting them reduces the need to manually extract them
from the underlying methods.
@clydin clydin added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release labels Oct 18, 2024
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 18, 2024
@clydin clydin merged commit 0b5e5c4 into angular:main Oct 18, 2024
34 checks passed
@clydin clydin deleted the html/rewriter-helper-types branch October 18, 2024 14:18
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: @angular/build target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants