Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/5cfc81c514bb496984eec14b6163c05542ef28ebe8d222d4390cef424f2dfe06.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
858 B
JSON

{"ast":null,"code":"export default function expandToHashMap(value, keys) {\n return keys.reduce(function (hashMap, key) {\n hashMap[key] = value;\n return hashMap;\n }, {});\n}","map":{"version":3,"names":["expandToHashMap","value","keys","reduce","hashMap","key"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/@popperjs/core/lib/utils/expandToHashMap.js"],"sourcesContent":["export default function expandToHashMap(value, keys) {\n return keys.reduce(function (hashMap, key) {\n hashMap[key] = value;\n return hashMap;\n }, {});\n}"],"mappings":"AAAA,eAAe,SAASA,eAAeA,CAACC,KAAK,EAAEC,IAAI,EAAE;EACnD,OAAOA,IAAI,CAACC,MAAM,CAAC,UAAUC,OAAO,EAAEC,GAAG,EAAE;IACzCD,OAAO,CAACC,GAAG,CAAC,GAAGJ,KAAK;IACpB,OAAOG,OAAO;EAChB,CAAC,EAAE,CAAC,CAAC,CAAC;AACR","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}