-
-
Notifications
You must be signed in to change notification settings - Fork 707
Closed
Labels
A-linter-pluginsArea - Linter JS pluginsArea - Linter JS pluginsC-enhancementCategory - New feature or requestCategory - New feature or request
Description
Comment-related APIs are not yet supported in JS plugins e.g. context.sourceCode.getAllComments (as noted in docs).
The token-related APIs are going to be hard to implement, but the comment-related ones should not be too hard, as raw transfer can already deal with comments (implemented in oxc-parser).
#14488 demonstrates these APIs are required for eslint-plugin-react-hooks plugin.
connorshea
Metadata
Metadata
Assignees
Labels
A-linter-pluginsArea - Linter JS pluginsArea - Linter JS pluginsC-enhancementCategory - New feature or requestCategory - New feature or request