@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
46 lines (32 loc) • 1.47 kB
JavaScript
import { __module as XMLDOMImplementation$1 } from '../../../_virtual/XMLDOMImplementation.js';
var XMLDOMImplementation = XMLDOMImplementation$1.exports;
var hasRequiredXMLDOMImplementation;
function requireXMLDOMImplementation () {
if (hasRequiredXMLDOMImplementation) return XMLDOMImplementation$1.exports;
hasRequiredXMLDOMImplementation = 1;
// Generated by CoffeeScript 1.12.7
(function() {
XMLDOMImplementation$1.exports = (function() {
function XMLDOMImplementation() {}
XMLDOMImplementation.prototype.hasFeature = function(feature, version) {
return true;
};
XMLDOMImplementation.prototype.createDocumentType = function(qualifiedName, publicId, systemId) {
throw new Error("This DOM method is not implemented.");
};
XMLDOMImplementation.prototype.createDocument = function(namespaceURI, qualifiedName, doctype) {
throw new Error("This DOM method is not implemented.");
};
XMLDOMImplementation.prototype.createHTMLDocument = function(title) {
throw new Error("This DOM method is not implemented.");
};
XMLDOMImplementation.prototype.getFeature = function(feature, version) {
throw new Error("This DOM method is not implemented.");
};
return XMLDOMImplementation;
})();
}).call(XMLDOMImplementation);
return XMLDOMImplementation$1.exports;
}
export { requireXMLDOMImplementation as __require };
//# sourceMappingURL=XMLDOMImplementation.js.map