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

Reuse the loc of the macroMaybeAttrs hashes for the created attributes #1119

Merged
merged 2 commits into from
Feb 10, 2022

Commits on Feb 8, 2022

  1. Reuse the loc of the macroMaybeAttrs hashes for the created attributes

    The newer template compiler sorts attributes based on their `loc` location when printing. Since previously no `loc` info was added to the newly created attributes, they were being moved to the front of the element. By reusing their original `loc` data we can ensure that the order from the source file is maintained.
    Windvis committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    079da67 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    0d372d9 View commit details
    Browse the repository at this point in the history