GoScrobble/web/node_modules/.cache/babel-loader/a03c0f95b756efc40ecb3782c0c2498f.json

1 line
1.3 KiB
JSON

{"ast":null,"code":"import Hash from './_Hash.js';\nimport ListCache from './_ListCache.js';\nimport Map from './_Map.js';\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\n\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash(),\n 'map': new (Map || ListCache)(),\n 'string': new Hash()\n };\n}\n\nexport default mapCacheClear;","map":{"version":3,"sources":["/app/node_modules/lodash-es/_mapCacheClear.js"],"names":["Hash","ListCache","Map","mapCacheClear","size","__data__"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,YAAjB;AACA,OAAOC,SAAP,MAAsB,iBAAtB;AACA,OAAOC,GAAP,MAAgB,WAAhB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,SAASC,aAAT,GAAyB;AACvB,OAAKC,IAAL,GAAY,CAAZ;AACA,OAAKC,QAAL,GAAgB;AACd,YAAQ,IAAIL,IAAJ,EADM;AAEd,WAAO,KAAKE,GAAG,IAAID,SAAZ,GAFO;AAGd,cAAU,IAAID,IAAJ;AAHI,GAAhB;AAKD;;AAED,eAAeG,aAAf","sourcesContent":["import Hash from './_Hash.js';\nimport ListCache from './_ListCache.js';\nimport Map from './_Map.js';\n\n/**\n * Removes all key-value entries from the map.\n *\n * @private\n * @name clear\n * @memberOf MapCache\n */\nfunction mapCacheClear() {\n this.size = 0;\n this.__data__ = {\n 'hash': new Hash,\n 'map': new (Map || ListCache),\n 'string': new Hash\n };\n}\n\nexport default mapCacheClear;\n"]},"metadata":{},"sourceType":"module"}