UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

14 lines (13 loc) 305 B
define.extend('raptor/i18n', function(require, exports, module) { var vm = require('vm'); return { /* _eval: function(code) { var sandbox = { require: require }; vm.runInNewContext(code, sandbox); } */ }; });