@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
50 lines (37 loc) • 1.91 kB
JavaScript
import { __module as XMLProcessingInstruction$1 } from '../../../_virtual/XMLProcessingInstruction2.js';
import { __require as requireXMLNode } from './XMLNode.js';
var XMLProcessingInstruction = XMLProcessingInstruction$1.exports;
var hasRequiredXMLProcessingInstruction;
function requireXMLProcessingInstruction () {
if (hasRequiredXMLProcessingInstruction) return XMLProcessingInstruction$1.exports;
hasRequiredXMLProcessingInstruction = 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();
XMLProcessingInstruction$1.exports = (function(superClass) {
extend(XMLProcessingInstruction, superClass);
function XMLProcessingInstruction(parent, target, value) {
XMLProcessingInstruction.__super__.constructor.call(this, parent);
if (target == null) {
throw new Error("Missing instruction target. " + this.debugInfo());
}
this.target = this.stringify.insTarget(target);
if (value) {
this.value = this.stringify.insValue(value);
}
}
XMLProcessingInstruction.prototype.clone = function() {
return Object.create(this);
};
XMLProcessingInstruction.prototype.toString = function(options) {
return this.options.writer.set(options).processingInstruction(this);
};
return XMLProcessingInstruction;
})(XMLNode);
}).call(XMLProcessingInstruction);
return XMLProcessingInstruction$1.exports;
}
export { requireXMLProcessingInstruction as __require };
//# sourceMappingURL=XMLProcessingInstruction.js.map