UNPKG

@restnfeel/agentc-starter-kit

Version:

한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템

53 lines (41 loc) 1.89 kB
import { __module as XMLDTDNotation$1 } from '../../../_virtual/XMLDTDNotation2.js'; import { __require as requireXMLNode } from './XMLNode.js'; var XMLDTDNotation = XMLDTDNotation$1.exports; var hasRequiredXMLDTDNotation; function requireXMLDTDNotation () { if (hasRequiredXMLDTDNotation) return XMLDTDNotation$1.exports; hasRequiredXMLDTDNotation = 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(); XMLDTDNotation$1.exports = (function(superClass) { extend(XMLDTDNotation, superClass); function XMLDTDNotation(parent, name, value) { XMLDTDNotation.__super__.constructor.call(this, parent); if (name == null) { throw new Error("Missing DTD notation name. " + this.debugInfo(name)); } if (!value.pubID && !value.sysID) { throw new Error("Public or system identifiers are required for an external entity. " + this.debugInfo(name)); } this.name = this.stringify.eleName(name); if (value.pubID != null) { this.pubID = this.stringify.dtdPubID(value.pubID); } if (value.sysID != null) { this.sysID = this.stringify.dtdSysID(value.sysID); } } XMLDTDNotation.prototype.toString = function(options) { return this.options.writer.set(options).dtdNotation(this); }; return XMLDTDNotation; })(XMLNode); }).call(XMLDTDNotation); return XMLDTDNotation$1.exports; } export { requireXMLDTDNotation as __require }; //# sourceMappingURL=XMLDTDNotation.js.map