Skip to content

refactor(oxfmt): use Rust formatters for jsdoc code fence#23322

Merged
graphite-app[bot] merged 1 commit into
mainfrom
06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence
Jun 29, 2026
Merged

refactor(oxfmt): use Rust formatters for jsdoc code fence#23322
graphite-app[bot] merged 1 commit into
mainfrom
06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence

Conversation

@leaysgur

@leaysgur leaysgur commented Jun 12, 2026

Copy link
Copy Markdown
Member

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.

leaysgur commented Jun 12, 2026

Copy link
Copy Markdown
Member Author

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions Bot added A-cli Area - CLI A-formatter Area - Formatter labels Jun 12, 2026
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from 834f364 to d1d9281 Compare June 12, 2026 07:42
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from 37f0c92 to b96be29 Compare June 12, 2026 07:44
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from d1d9281 to 19c595b Compare June 12, 2026 07:44
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from b96be29 to d176554 Compare June 12, 2026 07:47
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch 2 times, most recently from 49116ab to 72fb010 Compare June 12, 2026 07:58
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch 2 times, most recently from 3020e7c to eb01d7a Compare June 12, 2026 08:25
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from 72fb010 to 45b346e Compare June 12, 2026 08:25
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from eb01d7a to c30cd29 Compare June 12, 2026 08:45
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch 2 times, most recently from ac7386c to 231cc6b Compare June 15, 2026 01:28
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from c30cd29 to 159f229 Compare June 15, 2026 01:28
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from 231cc6b to bc63825 Compare June 15, 2026 09:19
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from 159f229 to 5c01c9b Compare June 15, 2026 09:19
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from adb7884 to fe57f53 Compare June 25, 2026 01:30
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from a20bc25 to 6f28d30 Compare June 25, 2026 01:30
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from fe57f53 to d695dea Compare June 25, 2026 01:39
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch 2 times, most recently from 318ffdf to fcf1c2e Compare June 25, 2026 15:02
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from d695dea to b2447e8 Compare June 25, 2026 15:02
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from fcf1c2e to fbe56a6 Compare June 26, 2026 07:00
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from b2447e8 to e11d1e6 Compare June 26, 2026 07:00
@leaysgur leaysgur force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from e11d1e6 to f37bf6b Compare June 29, 2026 02:31
@leaysgur leaysgur force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from fbe56a6 to 5ac1f9d Compare June 29, 2026 02:31
@graphite-app graphite-app Bot added the 0-merge Merge with Graphite Merge Queue label Jun 29, 2026
@graphite-app graphite-app Bot force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from c5a7377 to 6522e11 Compare June 29, 2026 03:01
@graphite-app graphite-app Bot force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from 3b1be74 to 1f8e80f Compare June 29, 2026 03:01
@graphite-app

graphite-app Bot commented Jun 29, 2026

Copy link
Copy Markdown
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.
@graphite-app graphite-app Bot force-pushed the 06-11-feat_oxfmt_format_parser_css_less_scss_files_css-in-js_by_oxc_formatter_css branch from 6522e11 to accbc49 Compare June 29, 2026 03:16
@graphite-app graphite-app Bot force-pushed the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch from 1f8e80f to 9d2a957 Compare June 29, 2026 03:16
@graphite-app graphite-app Bot removed the 0-merge Merge with Graphite Merge Queue label Jun 29, 2026
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
@graphite-app graphite-app Bot merged commit 9d2a957 into main Jun 29, 2026
29 checks passed
@graphite-app graphite-app Bot deleted the 06-11-refactor_oxfmt_use_rust_formatters_for_jsdoc_code_fence branch June 29, 2026 03:26
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-formatter Area - Formatter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant