get-scope

0.0.4 • Public • Published

get-scope

Build Status NPM version

Install

npm install get-scope

Usage

var esprima = require('esprima')
var getScope = require('get-scope')

var ast = esprima.parse('var a = 1')

getScope.forProgram(ast) // { a: { type: 'Literal', value: 1 } }

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    1
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i get-scope

Weekly Downloads

5

Version

0.0.4

License

MIT

Last publish

Collaborators

  • goatslacker