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

1 line
1012 B
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{"ast":null,"code":"import nativeCreate from './_nativeCreate.js';\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\n\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nexport default hashClear;","map":{"version":3,"sources":["/app/node_modules/lodash-es/_hashClear.js"],"names":["nativeCreate","hashClear","__data__","size"],"mappings":"AAAA,OAAOA,YAAP,MAAyB,oBAAzB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,SAASC,SAAT,GAAqB;AACnB,OAAKC,QAAL,GAAgBF,YAAY,GAAGA,YAAY,CAAC,IAAD,CAAf,GAAwB,EAApD;AACA,OAAKG,IAAL,GAAY,CAAZ;AACD;;AAED,eAAeF,SAAf","sourcesContent":["import nativeCreate from './_nativeCreate.js';\n\n/**\n * Removes all key-value entries from the hash.\n *\n * @private\n * @name clear\n * @memberOf Hash\n */\nfunction hashClear() {\n this.__data__ = nativeCreate ? nativeCreate(null) : {};\n this.size = 0;\n}\n\nexport default hashClear;\n"]},"metadata":{},"sourceType":"module"}