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

1 line
1.4 KiB
JSON

{"ast":null,"code":"/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n map.forEach(function (value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\nmodule.exports = mapToArray;","map":{"version":3,"names":["mapToArray","map","index","result","Array","size","forEach","value","key","module","exports"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/lodash/_mapToArray.js"],"sourcesContent":["/**\n * Converts `map` to its key-value pairs.\n *\n * @private\n * @param {Object} map The map to convert.\n * @returns {Array} Returns the key-value pairs.\n */\nfunction mapToArray(map) {\n var index = -1,\n result = Array(map.size);\n\n map.forEach(function(value, key) {\n result[++index] = [key, value];\n });\n return result;\n}\n\nmodule.exports = mapToArray;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,UAAUA,CAACC,GAAG,EAAE;EACvB,IAAIC,KAAK,GAAG,CAAC,CAAC;IACVC,MAAM,GAAGC,KAAK,CAACH,GAAG,CAACI,IAAI,CAAC;EAE5BJ,GAAG,CAACK,OAAO,CAAC,UAASC,KAAK,EAAEC,GAAG,EAAE;IAC/BL,MAAM,CAAC,EAAED,KAAK,CAAC,GAAG,CAACM,GAAG,EAAED,KAAK,CAAC;EAChC,CAAC,CAAC;EACF,OAAOJ,MAAM;AACf;AAEAM,MAAM,CAACC,OAAO,GAAGV,UAAU","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}