0.4.0 • Published 10 years ago

ast-scope v0.4.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

ast-scope

Build Status

A JavaScript AST scope analyzer. The module is heavily inspired by escope.

Installation

$ npm install ast-scope

Usage

var esprima = require('esprima');
var as = require('ast-scope');

var ast = esprima.parse('var foo = function() {};');
var topScope = as.analyze(ast);

License

MIT

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago