Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork714
Closed
Description
Comment-related APIs are not yet supported in JS plugins e.g.context.sourceCode.getAllComments (as noted indocs).
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 inoxc-parser).
#14488 demonstrates these APIs are required foreslint-plugin-react-hooks plugin.