refactor(oxfmt): use Rust formatters for jsdoc code fence#23322
Merged
graphite-app[bot] merged 1 commit intoJun 29, 2026
Merged
Conversation
This was referenced Jun 12, 2026
Member
Author
This was referenced Jun 12, 2026
This was referenced Jun 12, 2026
834f364 to
d1d9281
Compare
37f0c92 to
b96be29
Compare
d1d9281 to
19c595b
Compare
b96be29 to
d176554
Compare
49116ab to
72fb010
Compare
3020e7c to
eb01d7a
Compare
72fb010 to
45b346e
Compare
eb01d7a to
c30cd29
Compare
ac7386c to
231cc6b
Compare
c30cd29 to
159f229
Compare
This was referenced Jun 15, 2026
231cc6b to
bc63825
Compare
159f229 to
5c01c9b
Compare
adb7884 to
fe57f53
Compare
a20bc25 to
6f28d30
Compare
fe57f53 to
d695dea
Compare
318ffdf to
fcf1c2e
Compare
d695dea to
b2447e8
Compare
fcf1c2e to
fbe56a6
Compare
b2447e8 to
e11d1e6
Compare
This was referenced Jun 26, 2026
e11d1e6 to
f37bf6b
Compare
fbe56a6 to
5ac1f9d
Compare
This was referenced Jun 29, 2026
c5a7377 to
6522e11
Compare
3b1be74 to
1f8e80f
Compare
Contributor
Merge activity
|
In addition to basic embedded (e.g. css-in-js), JSDoc also contain code fence as markdown. This PR makes JSDoc code fence also formatted by `oxc_formatter_(css|graphql)` if specified.
6522e11 to
accbc49
Compare
1f8e80f to
9d2a957
Compare
Base automatically changed from
06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css
to
main
June 29, 2026 03:25
camc314
pushed a commit
that referenced
this pull request
Jul 3, 2026
In addition to basic embedded (e.g. css-in-js), JSDoc also contain code fence as markdown. This PR makes JSDoc code fence also formatted by `oxc_formatter_(css|graphql)` if specified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

In addition to basic embedded (e.g. css-in-js), JSDoc also contain code fence as markdown.
This PR makes JSDoc code fence also formatted by
oxc_formatter_(css|graphql)if specified.