-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve namespaced attributes when using expressions (#732)
* add test fixture * fix: signal to not add space for namespaced attributes * pass `false` instead * fix test * changeset * correct argument position * fix(#6316): handle attribute namespaces * chore: remove outdated logic * chore: remove outdated code * chore: update changeset --------- Co-authored-by: Nate Moore <nate@astro.build>
- Loading branch information
1 parent
5eb4fff
commit 2de6128
Showing
3 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@astrojs/compiler': patch | ||
--- | ||
|
||
Preserve namespaced attributes when using expressions |
This file contains 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
This file contains 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