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

1 line
1.6 KiB
JSON

{"ast":null,"code":"/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\nmodule.exports = copyArray;","map":{"version":3,"names":["copyArray","source","array","index","length","Array","module","exports"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/lodash/_copyArray.js"],"sourcesContent":["/**\n * Copies the values of `source` to `array`.\n *\n * @private\n * @param {Array} source The array to copy values from.\n * @param {Array} [array=[]] The array to copy values to.\n * @returns {Array} Returns `array`.\n */\nfunction copyArray(source, array) {\n var index = -1,\n length = source.length;\n\n array || (array = Array(length));\n while (++index < length) {\n array[index] = source[index];\n }\n return array;\n}\n\nmodule.exports = copyArray;\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,SAASA,CAACC,MAAM,EAAEC,KAAK,EAAE;EAChC,IAAIC,KAAK,GAAG,CAAC,CAAC;IACVC,MAAM,GAAGH,MAAM,CAACG,MAAM;EAE1BF,KAAK,KAAKA,KAAK,GAAGG,KAAK,CAACD,MAAM,CAAC,CAAC;EAChC,OAAO,EAAED,KAAK,GAAGC,MAAM,EAAE;IACvBF,KAAK,CAACC,KAAK,CAAC,GAAGF,MAAM,CAACE,KAAK,CAAC;EAC9B;EACA,OAAOD,KAAK;AACd;AAEAI,MAAM,CAACC,OAAO,GAAGP,SAAS","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}