You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed requiring of .json files that contained something besides an object, i.e. array or true or false or null or a number.
Included a more complete list of built-in modules, which will fix any ENOENT errors like those seen in #33. Thanks to @robrich for the initial work on this approach in #34.
Added recursive sandboxing support; dependencies of sandboxed modules will now be sandboxed as well. On by default, but can be turned off with singleOnly: true. (@Illniyar, #27)
Added support for mocking out .json modules. (@Illniyar, #27)
Fixed the Istanbul transformer when using Istanbul programatically. (@robrich, #31)
Added the "source transformer" framework, as a generalization of our existing CoffeeScript support. This allows custom source transformers (with the sourceTransformers option), and some built-in ones. (@searls, #26)
Added an istanbul source transformer, included by default. (@searls, #26)