Skip to content

Commit b3dccd1

Browse files
docs(linter): move "scope analysis" to JS plugins supported section (#629)
1 parent 22742bc commit b3dccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/guide/usage/linter/js-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,14 @@ Supported:
351351
- Fixes.
352352
- Selectors ([ESLint docs](https://eslint.org/docs/latest/extend/selectors)).
353353
- `SourceCode` APIs (e.g. `context.sourceCode.getText(node)`).
354+
- Scope analysis.
354355
- Plugins written in TypeScript (with NodeJS 22.18.0+).
355356

356357
Not supported yet:
357358

358359
- Language server (IDE) support.
359360
- Rule options.
360361
- Suggestions.
361-
- ~~Scope analysis~~ ([implemented](https://github.com/oxc-project/oxc/pull/14890) since v1.25.0).
362362
- `SourceCode` APIs related to tokens (e.g. `context.sourceCode.getTokens(node)`).
363363
- Control flow analysis.
364364

0 commit comments

Comments
 (0)