docs(linter/plugins): update JS plugins API support#723
Merged
Conversation
✅ Deploy Preview for oxc-project ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to reflect that Control Flow Graph (CFG) support has been implemented for JavaScript plugins, moving this feature from the unsupported list to the supported features list. It also updates the documentation wording to reflect that the plugin API is now nearly complete.
- Moved control flow analysis from unsupported to supported features
- Updated language throughout to reflect near-completion of API (e.g., "many" → "most", "will eventually" → "will soon", "most" → "almost all")
- Consolidated and clarified remaining unsupported features
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Cameron <cameron.clark@hey.com>
camc314
approved these changes
Dec 22, 2025
Member
Author
|
@camc314 Typecheck failed for some (presumably unrelated) reason. Might need some kind of force merge if CI fails again. |
Member
Author
|
Ignore me, it's merged. Thank you. |
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.

oxc-project/oxc#17229 implemented CFG support. Move that to the list of supported features.
That completes the whole API, so also update the wording else where in the doc to reflect that.