-
-
Notifications
You must be signed in to change notification settings - Fork 780
feat: support formatting GraphQL in JS #8376
New issue
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
base: next
Are you sure you want to change the base?
Conversation
# Conflicts: # crates/biome_css_syntax/src/file_source.rs # crates/biome_css_syntax/src/lib.rs # crates/biome_service/src/file_handlers/css.rs # crates/biome_service/src/file_handlers/javascript.rs # crates/biome_service/src/workspace/server.tests.rs
Co-authored-by: Emanuele Stoppa <[email protected]>
🦋 Changeset detectedLatest commit: 632dbb1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #8376 will not alter performanceComparing Summary
Footnotes
|
Blocked by:
Summary
Added support for formatting GraphQL embedded snippets in JavaScript.
Test Plan
Added an integration test in
server.tests.rs.Docs
TODO