bac45ebf194463a2d426bd9c345ef3ea.json 957 Bytes
{"ast":null,"code":"var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n  return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/uid.js"],"names":["id","postfix","Math","random","module","exports","key","String","undefined","toString"],"mappings":"AAAA,IAAIA,EAAE,GAAG,CAAT;AACA,IAAIC,OAAO,GAAGC,IAAI,CAACC,MAAL,EAAd;;AAEAC,MAAM,CAACC,OAAP,GAAiB,UAAUC,GAAV,EAAe;AAC9B,SAAO,YAAYC,MAAM,CAACD,GAAG,KAAKE,SAAR,GAAoB,EAApB,GAAyBF,GAA1B,CAAlB,GAAmD,IAAnD,GAA0D,CAAC,EAAEN,EAAF,GAAOC,OAAR,EAAiBQ,QAAjB,CAA0B,EAA1B,CAAjE;AACD,CAFD","sourcesContent":["var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n  return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n"]},"metadata":{},"sourceType":"script"}