qauMaWeb/node_modules/.cache/babel-loader/cf2ec2465f774d0e2b668cd43d2...

1 line
1.6 KiB
JSON

{"ast":null,"code":"/* global __resourceQuery WorkerGlobalScope */\n// Send messages to the outside, so plugins can consume it.\n\n/**\n * @param {string} type\n * @param {any} [data]\n */\nfunction sendMsg(type, data) {\n if (typeof self !== \"undefined\" && (typeof WorkerGlobalScope === \"undefined\" || !(self instanceof WorkerGlobalScope))) {\n self.postMessage({\n type: \"webpack\".concat(type),\n data: data\n }, \"*\");\n }\n}\n\nexport default sendMsg;","map":{"version":3,"sources":["D:/Work/WorkSpace/GitWorkSpace/TenShop/resource/ElectronicMall/src啊/ElectronicMallVue/node_modules/webpack-dev-server/client/utils/sendMessage.js"],"names":["sendMsg","type","data","self","WorkerGlobalScope","postMessage","concat"],"mappings":"AAAA;AACA;;AAEA;AACA;AACA;AACA;AACA,SAASA,OAAT,CAAiBC,IAAjB,EAAuBC,IAAvB,EAA6B;AAC3B,MAAI,OAAOC,IAAP,KAAgB,WAAhB,KAAgC,OAAOC,iBAAP,KAA6B,WAA7B,IAA4C,EAAED,IAAI,YAAYC,iBAAlB,CAA5E,CAAJ,EAAuH;AACrHD,IAAAA,IAAI,CAACE,WAAL,CAAiB;AACfJ,MAAAA,IAAI,EAAE,UAAUK,MAAV,CAAiBL,IAAjB,CADS;AAEfC,MAAAA,IAAI,EAAEA;AAFS,KAAjB,EAGG,GAHH;AAID;AACF;;AAED,eAAeF,OAAf","sourcesContent":["/* global __resourceQuery WorkerGlobalScope */\n// Send messages to the outside, so plugins can consume it.\n\n/**\n * @param {string} type\n * @param {any} [data]\n */\nfunction sendMsg(type, data) {\n if (typeof self !== \"undefined\" && (typeof WorkerGlobalScope === \"undefined\" || !(self instanceof WorkerGlobalScope))) {\n self.postMessage({\n type: \"webpack\".concat(type),\n data: data\n }, \"*\");\n }\n}\n\nexport default sendMsg;"]},"metadata":{},"sourceType":"module"}