Files
portfolio/node_modules/.cache/babel-loader/aa6f83ae320e387093d465495ed4cb2f.json
2021-09-20 16:54:47 -04:00

1 line
1.7 KiB
JSON

{"ast":null,"code":"'use strict';\n\nvar Cache = module.exports = function Cache() {\n this._cache = {};\n};\n\nCache.prototype.put = function Cache_put(key, value) {\n this._cache[key] = value;\n};\n\nCache.prototype.get = function Cache_get(key) {\n return this._cache[key];\n};\n\nCache.prototype.del = function Cache_del(key) {\n delete this._cache[key];\n};\n\nCache.prototype.clear = function Cache_clear() {\n this._cache = {};\n};","map":{"version":3,"sources":["/Users/tylerkoenig/Code/personal/react-scss2/node_modules/ajv/lib/cache.js"],"names":["Cache","module","exports","_cache","prototype","put","Cache_put","key","value","get","Cache_get","del","Cache_del","clear","Cache_clear"],"mappings":"AAAA;;AAGA,IAAIA,KAAK,GAAGC,MAAM,CAACC,OAAP,GAAiB,SAASF,KAAT,GAAiB;AAC5C,OAAKG,MAAL,GAAc,EAAd;AACD,CAFD;;AAKAH,KAAK,CAACI,SAAN,CAAgBC,GAAhB,GAAsB,SAASC,SAAT,CAAmBC,GAAnB,EAAwBC,KAAxB,EAA+B;AACnD,OAAKL,MAAL,CAAYI,GAAZ,IAAmBC,KAAnB;AACD,CAFD;;AAKAR,KAAK,CAACI,SAAN,CAAgBK,GAAhB,GAAsB,SAASC,SAAT,CAAmBH,GAAnB,EAAwB;AAC5C,SAAO,KAAKJ,MAAL,CAAYI,GAAZ,CAAP;AACD,CAFD;;AAKAP,KAAK,CAACI,SAAN,CAAgBO,GAAhB,GAAsB,SAASC,SAAT,CAAmBL,GAAnB,EAAwB;AAC5C,SAAO,KAAKJ,MAAL,CAAYI,GAAZ,CAAP;AACD,CAFD;;AAKAP,KAAK,CAACI,SAAN,CAAgBS,KAAhB,GAAwB,SAASC,WAAT,GAAuB;AAC7C,OAAKX,MAAL,GAAc,EAAd;AACD,CAFD","sourcesContent":["'use strict';\n\n\nvar Cache = module.exports = function Cache() {\n this._cache = {};\n};\n\n\nCache.prototype.put = function Cache_put(key, value) {\n this._cache[key] = value;\n};\n\n\nCache.prototype.get = function Cache_get(key) {\n return this._cache[key];\n};\n\n\nCache.prototype.del = function Cache_del(key) {\n delete this._cache[key];\n};\n\n\nCache.prototype.clear = function Cache_clear() {\n this._cache = {};\n};\n"]},"metadata":{},"sourceType":"script"}