prepack
Version:
Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.
16 lines (11 loc) • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (ast, strictCode, env, realm) {
throw new _errors.FatalError("TODO: ClassExpression");
};
var _errors = require("../errors.js");
var _completions = require("../completions.js");
var _index = require("../values/index.js");
//# sourceMappingURL=ClassExpression.js.map