babel-core
Version:
Turn ES6 code into readable vanilla ES5 with source maps
11 lines (8 loc) • 393 B
JavaScript
;
var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; };
var each = _interopRequire(require("lodash/collection/each"));
each(["BindMemberExpression", "BindFunctionExpression"], function (type) {
exports[type] = function () {
throw new ReferenceError("Trying to render non-standard playground node " + JSON.stringify(type));
};
});