node-lexical-scope

detect global and local lexical identifiers in javascript
  https://github.com/substack/lexical-scope
  0
  no reviews



This package detects whether an indentifier is global scope or lexical scope.

This a dependency of Browserify. Browserify is a JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser.

Node.js is an event-based server-side JavaScript engine.