babel-extract-comments
Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.
get-comments
Extract javascript comments on per character basis. Comment object compatible with `acorn-extract-comments` and Esprima format.
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).