ikarienator / esref

ECMAScript reference analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EsRef is JavaScript AST symbol reference analyzer following the esprima (esprima.org, BSD license) tool chain.

###Features

  • Complete tests and full code coverage.
  • Understands function scope and block scope.
  • Understands variable and named function hoisting.
  • Understands the scope of arguments

About

ECMAScript reference analyzer

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%