-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: compiler
Description
Vue version
3.4.21
Link to minimal reproduction
Steps to reproduce
Open the console and check AST
children[0].loc.source
is <span>some text</span\n
What is expected?
to be
<span>some text</span
>
What is actually happening?
is ignoring past the whitespance
System Info
No response
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.has PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuescope: compiler