Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information