node-with

compile-time `with` statement - Node.js module
  https://github.com/ForbesLindesay/with
  0
  no reviews



This module allows compilation of a JavaScript statement with a given scope object, as if it was in a `with` statement.

The `width` statement is deprecated and forbidden in ECMAScript 5 strict mode, which is supported by this module.

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