Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 995 Bytes

ast_parser

This is a tool for javascript static analysis.

  • Input: valid javascript code.
  • Output: should be generated file with necessary information that is NativeScript specific.

How to install

open project folder and run:

npm install

Usage with Sublime Text 3

  • Open project/parse.js in Sublime Text 3
  • in Editor, select Tools/BuildSystem/NodeJs. You need to have nodejs installed. I'm using latest LTS(long term support) currently 4.2.5.
  • Alt+R to run nodejs in editor

How to test

  • npm install
  • npm test

More information: