Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
-
Updated
Dec 19, 2022 - JavaScript
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Fuzz testing JavaScript parsers and suchlike programs.
A video tutorial about Creating your own ESLint from Scratch
Uses espree to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type and comment string.
An intro to compilers: Simple examples
Add a description, image, and links to the espree topic page so that developers can more easily learn about it.
To associate your repository with the espree topic, visit your repo's landing page and select "manage topics."