How to find JavaScript functions in a JavaScript (.js) file command line? -


i'm looking way top level functions, properties , methods defined in .js file without browser, preferably in command line. have looked esprima parser , escope seems overkill really.

i've seen other questions here asking similar questions, i'm looking solution not using browser(without window object), using rhino javascript engine.

is there simple way achieve without using javascript parser?


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -