prepack
Version:
Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.
12 lines (9 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (ast, strictCode, env, realm) {
throw new _completions.ContinueCompletion(realm.intrinsics.empty, ast.loc, ast.label && ast.label.name);
};
var _completions = require("../completions.js");
//# sourceMappingURL=ContinueStatement.js.map