docs(formatter): update unsupported features page#1015
Merged
Boshen merged 1 commit intooxc-project:mainfrom Mar 24, 2026
Merged
docs(formatter): update unsupported features page#1015Boshen merged 1 commit intooxc-project:mainfrom
Boshen merged 1 commit intooxc-project:mainfrom
Conversation
- Update milestone link from oxc-project#15 (Oxfmt Beta, closed) to oxc-project#19 (Oxfmt 1.0) - Remove "Config file format other than .json and .jsonc" since JS/TS config support was added in v0.38.0 (oxc-project/oxc#20135, oxc-project/oxc#20197) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for oxc-project ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Summary
.jsonand.jsonc" from the unsupported list, since JS/TS config support was added in v0.38.0 (feat(oxfmt): .js/.ts config file support oxc#20135, feat(oxfmt): Supportvite.config.*.fmtfield oxc#20197)Context
The unsupported features page currently links to milestone 15 which is closed with 0 open issues. Milestone 19 ("Oxfmt 1.0") is the active milestone tracking remaining formatter work.
Additionally,
oxfmt.config.tsandvite.config.tsconfig support was added in v0.38.0, and the config page already documents this. The unsupported features page should reflect this.Note: The blog post
src/blog/2025-12-01-oxfmt-alpha.mdalso references milestone/15 but was intentionally left unchanged as it is a point-in-time historical record.