Sebastian McKenzie d184bc93b9 add playground
2014-11-25 23:50:50 +11:00

8 lines
223 B
JavaScript

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