We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22742bc commit b3dccd1Copy full SHA for b3dccd1
src/docs/guide/usage/linter/js-plugins.md
@@ -351,14 +351,14 @@ Supported:
351
- Fixes.
352
- Selectors ([ESLint docs](https://eslint.org/docs/latest/extend/selectors)).
353
- `SourceCode` APIs (e.g. `context.sourceCode.getText(node)`).
354
+- Scope analysis.
355
- Plugins written in TypeScript (with NodeJS 22.18.0+).
356
357
Not supported yet:
358
359
- Language server (IDE) support.
360
- Rule options.
361
- Suggestions.
-- ~~Scope analysis~~ ([implemented](https://github.com/oxc-project/oxc/pull/14890) since v1.25.0).
362
- `SourceCode` APIs related to tokens (e.g. `context.sourceCode.getTokens(node)`).
363
- Control flow analysis.
364
0 commit comments