GoScrobble/web/node_modules/.cache/babel-loader/5815f068e61cdc8d41eb4ee6a68db505.json

1 line
932 B
JSON
Raw Normal View History

2022-04-25 02:47:15 +00:00
{"ast":null,"code":"import ListCache from './_ListCache.js';\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\n\nfunction stackClear() {\n this.__data__ = new ListCache();\n this.size = 0;\n}\n\nexport default stackClear;","map":{"version":3,"sources":["/app/node_modules/lodash-es/_stackClear.js"],"names":["ListCache","stackClear","__data__","size"],"mappings":"AAAA,OAAOA,SAAP,MAAsB,iBAAtB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA,SAASC,UAAT,GAAsB;AACpB,OAAKC,QAAL,GAAgB,IAAIF,SAAJ,EAAhB;AACA,OAAKG,IAAL,GAAY,CAAZ;AACD;;AAED,eAAeF,UAAf","sourcesContent":["import ListCache from './_ListCache.js';\n\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\nfunction stackClear() {\n this.__data__ = new ListCache;\n this.size = 0;\n}\n\nexport default stackClear;\n"]},"metadata":{},"sourceType":"module"}