We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://astexplorer.net/#/gist/30071e5e2620f2d0e2e38f54cb7350b8/a5398ab81434679120e3d97c516bba48143bc3c5
<input foo="" />
{ "start": 7, "end": 13, "type": "Attribute", "name": "foo", "value": [] }
Unexpected : value is undefined
value
Expected
"value": [ { "start": 12, "end": 12, "type": "Text", "raw": "", "data": "" } ]
The text was updated successfully, but these errors were encountered:
This now parses as (an array containing) an empty string in 3.40.2.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://astexplorer.net/#/gist/30071e5e2620f2d0e2e38f54cb7350b8/a5398ab81434679120e3d97c516bba48143bc3c5
Unexpected :
value
is undefinedExpected
The text was updated successfully, but these errors were encountered: