Skip to content

using babylon (babel parser) to make nativescript specific static analysis

License

Notifications You must be signed in to change notification settings

Plamen5kov/ast_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

using babylon (babel parser) to make nativescript specific static analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published