This is a tool for javascript static analysis.
- Input: valid javascript code.
- Output: should be generated file with necessary information that is NativeScript specific.
open project folder and run:
npm install
- 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
npm install
npm test
- babel: javasript transpiler
- babylon: babel javascript parser
- babel handbook
- learning from plugin handbook