node-debbundle-insert-module-globals

browserify transform for inserting global list of modules
  https://github.com/browserify/insert-module-globals
  0
  no reviews



This package is part of the browserify tools, and allows one to pack the list of module in a JavaScript file. This tools analyses the syntax of the JavaScript file and replace the require function by a closure, thus allowing direct embedding of the required files.

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

This package also includes a few small packages: - node-dash-ast: a small and fast abstract tree (AST) walker. - node-get-assigned-identifiers: get a list of initialised javascript identifiers from an AST. - node-undeclared-identifier: get a list of undeclared identifiers.

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