awv3
Version:
⚡ AWV3 embedded CAD
28 lines (22 loc) • 563 B
JavaScript
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
var _class, _temp;
import Expr from './expr';
var Name = (_temp = _class =
/*#__PURE__*/
function (_Expr) {
_inheritsLoose(Name, _Expr);
function Name() {
return _Expr.apply(this, arguments) || this;
}
var _proto = Name.prototype;
_proto.unparse = function unparse() {
return this.id;
};
return Name;
}(Expr), Object.defineProperty(_class, "_fields", {
configurable: true,
enumerable: true,
writable: true,
value: ['id']
}), _temp);
export { Name as default };