UNPKG

babel-core

Version:

Turn ES6 code into readable vanilla ES5 with source maps

10 lines (7 loc) 281 B
"use strict"; var each = 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)); }; });