Closed
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