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

fix(migrations): CF migration only remove newlines of changed template content #53508

Closed
wants to merge 1 commit into from

Commits on Dec 11, 2023

  1. fix(migrations): CF migration only remove newlines of changed templat…

    …e content
    
    The formatting logic would eliminate all newlines in updated template code. This adds start and end markers for tracking when the formatter is in a block of template code that changed or not. It should leave behind any newlines that are outside of a migrated section.
    
    fixes: angular#53494
    thePunderWoman committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    34d9b17 View commit details
    Browse the repository at this point in the history