logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

esparse - ECMAScript Parser using Esprima

Description

Usage:
              esparse [options] file.js

       Available options:

       --comment
              Gather all line and block comments in an array

       --loc  Include line-column location info for each syntax node

       --range
              Include index-based range for each syntax node

       --raw  Display the raw value of literals

       --tokens
              List all tokens in an array

       --tolerant
              Tolerate errors on a best-effort basis (experimental)

       -v, --version
              Shows program version

ECMAScript Parser                                   June 2016                                         ESPARSE(1)

Name

       esparse - ECMAScript Parser using Esprima

See Also