qauMaWeb/node_modules/.cache/babel-loader/7f9cca447106781a94f4cee5e37...

1 line
3.6 KiB
JSON

{"ast":null,"code":"export function createTextNode(text) {\n return document.createTextNode(text);\n}\nexport function createComment(text) {\n return document.createComment(text);\n}\nexport function insertBefore(parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\nexport function removeChild(node, child) {\n node.removeChild(child);\n}\nexport function appendChild(node, child) {\n node.appendChild(child);\n}\nexport function parentNode(node) {\n return node.parentNode;\n}\nexport function nextSibling(node) {\n return node.nextSibling;\n}\nexport function tagName(elm) {\n return elm.tagName;\n}\nexport function setTextContent(node, text) {\n node.textContent = text;\n}\nexport function getTextContent(node) {\n return node.textContent;\n}\nexport function isElement(node) {\n return node.nodeType === 1;\n}\nexport function isText(node) {\n return node.nodeType === 3;\n}\nexport function isComment(node) {\n return node.nodeType === 8;\n}","map":{"version":3,"sources":["D:/Work/WorkSpace/GitWorkSpace/TenShop/resource/ElectronicMall/src/ElectronicMallVue/node_modules/zrender/lib/svg/domapi.js"],"names":["createTextNode","text","document","createComment","insertBefore","parentNode","newNode","referenceNode","removeChild","node","child","appendChild","nextSibling","tagName","elm","setTextContent","textContent","getTextContent","isElement","nodeType","isText","isComment"],"mappings":"AAAA,OAAO,SAASA,cAAT,CAAwBC,IAAxB,EAA8B;AACjC,SAAOC,QAAQ,CAACF,cAAT,CAAwBC,IAAxB,CAAP;AACH;AACD,OAAO,SAASE,aAAT,CAAuBF,IAAvB,EAA6B;AAChC,SAAOC,QAAQ,CAACC,aAAT,CAAuBF,IAAvB,CAAP;AACH;AACD,OAAO,SAASG,YAAT,CAAsBC,UAAtB,EAAkCC,OAAlC,EAA2CC,aAA3C,EAA0D;AAC7DF,EAAAA,UAAU,CAACD,YAAX,CAAwBE,OAAxB,EAAiCC,aAAjC;AACH;AACD,OAAO,SAASC,WAAT,CAAqBC,IAArB,EAA2BC,KAA3B,EAAkC;AACrCD,EAAAA,IAAI,CAACD,WAAL,CAAiBE,KAAjB;AACH;AACD,OAAO,SAASC,WAAT,CAAqBF,IAArB,EAA2BC,KAA3B,EAAkC;AACrCD,EAAAA,IAAI,CAACE,WAAL,CAAiBD,KAAjB;AACH;AACD,OAAO,SAASL,UAAT,CAAoBI,IAApB,EAA0B;AAC7B,SAAOA,IAAI,CAACJ,UAAZ;AACH;AACD,OAAO,SAASO,WAAT,CAAqBH,IAArB,EAA2B;AAC9B,SAAOA,IAAI,CAACG,WAAZ;AACH;AACD,OAAO,SAASC,OAAT,CAAiBC,GAAjB,EAAsB;AACzB,SAAOA,GAAG,CAACD,OAAX;AACH;AACD,OAAO,SAASE,cAAT,CAAwBN,IAAxB,EAA8BR,IAA9B,EAAoC;AACvCQ,EAAAA,IAAI,CAACO,WAAL,GAAmBf,IAAnB;AACH;AACD,OAAO,SAASgB,cAAT,CAAwBR,IAAxB,EAA8B;AACjC,SAAOA,IAAI,CAACO,WAAZ;AACH;AACD,OAAO,SAASE,SAAT,CAAmBT,IAAnB,EAAyB;AAC5B,SAAOA,IAAI,CAACU,QAAL,KAAkB,CAAzB;AACH;AACD,OAAO,SAASC,MAAT,CAAgBX,IAAhB,EAAsB;AACzB,SAAOA,IAAI,CAACU,QAAL,KAAkB,CAAzB;AACH;AACD,OAAO,SAASE,SAAT,CAAmBZ,IAAnB,EAAyB;AAC5B,SAAOA,IAAI,CAACU,QAAL,KAAkB,CAAzB;AACH","sourcesContent":["export function createTextNode(text) {\n return document.createTextNode(text);\n}\nexport function createComment(text) {\n return document.createComment(text);\n}\nexport function insertBefore(parentNode, newNode, referenceNode) {\n parentNode.insertBefore(newNode, referenceNode);\n}\nexport function removeChild(node, child) {\n node.removeChild(child);\n}\nexport function appendChild(node, child) {\n node.appendChild(child);\n}\nexport function parentNode(node) {\n return node.parentNode;\n}\nexport function nextSibling(node) {\n return node.nextSibling;\n}\nexport function tagName(elm) {\n return elm.tagName;\n}\nexport function setTextContent(node, text) {\n node.textContent = text;\n}\nexport function getTextContent(node) {\n return node.textContent;\n}\nexport function isElement(node) {\n return node.nodeType === 1;\n}\nexport function isText(node) {\n return node.nodeType === 3;\n}\nexport function isComment(node) {\n return node.nodeType === 8;\n}\n"]},"metadata":{},"sourceType":"module"}