Code coverage report for 6to5/generation/generators/playground.js

Statements: 75% (3 / 4)      Branches: 100% (0 / 0)      Functions: 50% (1 / 2)      Lines: 75% (3 / 4)      Ignored: none     

All files » 6to5/generation/generators/ » playground.js
1 2 3 4 5 6 7 81   1 2        
var _ = require("lodash");
 
_.each(["BindMemberExpression", "BindFunctionExpression"], function (type) {
  exports[type] = function () {
    throw new ReferenceError("Trying to render non-standard playground node " + JSON.stringify(type));
  };
});