2014-11-26 16:17:27 +11:00

8 lines
247 B
JavaScript

var _ = require("lodash");
_.each(["BindMemberExpression", "PretzelMapExpression"], function (type) {
exports[type] = function () {
throw new ReferenceError("Trying to render non-standard playground node " + JSON.stringify(type));
};
});