@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
47 lines (34 loc) • 1.45 kB
JavaScript
import { __module as XMLText$1 } from '../../../_virtual/XMLText2.js';
import { __require as requireXMLNode } from './XMLNode.js';
var XMLText = XMLText$1.exports;
var hasRequiredXMLText;
function requireXMLText () {
if (hasRequiredXMLText) return XMLText$1.exports;
hasRequiredXMLText = 1;
// Generated by CoffeeScript 1.12.7
(function() {
var XMLNode, extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
hasProp = {}.hasOwnProperty;
XMLNode = /*@__PURE__*/ requireXMLNode();
XMLText$1.exports = (function(superClass) {
extend(XMLText, superClass);
function XMLText(parent, text) {
XMLText.__super__.constructor.call(this, parent);
if (text == null) {
throw new Error("Missing element text. " + this.debugInfo());
}
this.value = this.stringify.eleText(text);
}
XMLText.prototype.clone = function() {
return Object.create(this);
};
XMLText.prototype.toString = function(options) {
return this.options.writer.set(options).text(this);
};
return XMLText;
})(XMLNode);
}).call(XMLText);
return XMLText$1.exports;
}
export { requireXMLText as __require };
//# sourceMappingURL=XMLText.js.map