vue hello world项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
1.5 KiB

{"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":["/tmp/vue-hello/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"}