bdb67d4d7971ebb69c59e6abee1cc41b.json
1.02 KB
{"ast":null,"code":"var ListCache = require('./_ListCache');\n/**\n * Removes all key-value entries from the stack.\n *\n * @private\n * @name clear\n * @memberOf Stack\n */\n\n\nfunction stackClear() {\n this.__data__ = new ListCache();\n this.size = 0;\n}\n\nmodule.exports = stackClear;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/lodash/_stackClear.js"],"names":["ListCache","require","stackClear","__data__","size","module","exports"],"mappings":"AAAA,IAAIA,SAAS,GAAGC,OAAO,CAAC,cAAD,CAAvB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA,SAASC,UAAT,GAAsB;AACpB,OAAKC,QAAL,GAAgB,IAAIH,SAAJ,EAAhB;AACA,OAAKI,IAAL,GAAY,CAAZ;AACD;;AAEDC,MAAM,CAACC,OAAP,GAAiBJ,UAAjB","sourcesContent":["var ListCache = require('./_ListCache');\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\nmodule.exports = stackClear;\n"]},"metadata":{},"sourceType":"script"}