UNPKG

awv3

Version:
28 lines (22 loc) 609 B
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose"; var _class, _temp; import Stmt from './stmt'; var Return = (_temp = _class = /*#__PURE__*/ function (_Stmt) { _inheritsLoose(Return, _Stmt); function Return() { return _Stmt.apply(this, arguments) || this; } var _proto = Return.prototype; _proto.unparse = function unparse() { return 'RETURN ' + this.value.unparse() + ';'; }; return Return; }(Stmt), Object.defineProperty(_class, "_fields", { configurable: true, enumerable: true, writable: true, value: ['value'] }), _temp); export { Return as default };