You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro v4.10.3
Node v22.3.0
System macOS (arm64)
Package Manager npm
Output server
Adapter @astrojs/node
Integrations @astrojs/mdx
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The latest release astro doesn't generate the JSON schema correctly. A duplicated }; is introduced for each yaml data file. I think this bug is introduced by the #11249
Apologies, this was my fault! Like I said on the PR comment, I'll have a look to see if I can add some tests around this because I made an assumption that the tests passing meant everything was fine with the types but that wasn't the case, unfortunately!
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The latest release astro doesn't generate the JSON schema correctly. A duplicated
};
is introduced for each yaml data file. I think this bug is introduced by the #11249What's the expected result?
Valid schema json.
Link to Minimal Reproducible Example
https://github.com/syhily/yufan.me
Participation
The text was updated successfully, but these errors were encountered: