tokenize-comment
Uses snapdragon to tokenize a single JavaScript block comment into an object, with description, tags, and code example sections that can be passed to any other comment parsers for further parsing.
extract-comments
Uses esprima to extract line and block comments from a string of JavaScript. Also optionally parses code context (the next line of code after a comment).
get-comments
Extract javascript comments on per character basis. Comment object compatible with `acorn-extract-comments` and Esprima format.
line-commenter-tool
A tool to comment or uncomment lines in a file based on regex patterns and specific strings.
esniff
Low footprint ECMAScript source code parser