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

1 line
1.9 KiB
JSON

{"ast":null,"code":"/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return func + '';\n } catch (e) {}\n }\n return '';\n}\nmodule.exports = toSource;","map":{"version":3,"names":["funcProto","Function","prototype","funcToString","toString","toSource","func","call","e","module","exports"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/lodash/_toSource.js"],"sourcesContent":["/** Used for built-in method references. */\nvar funcProto = Function.prototype;\n\n/** Used to resolve the decompiled source of functions. */\nvar funcToString = funcProto.toString;\n\n/**\n * Converts `func` to its source code.\n *\n * @private\n * @param {Function} func The function to convert.\n * @returns {string} Returns the source code.\n */\nfunction toSource(func) {\n if (func != null) {\n try {\n return funcToString.call(func);\n } catch (e) {}\n try {\n return (func + '');\n } catch (e) {}\n }\n return '';\n}\n\nmodule.exports = toSource;\n"],"mappings":"AAAA;AACA,IAAIA,SAAS,GAAGC,QAAQ,CAACC,SAAS;;AAElC;AACA,IAAIC,YAAY,GAAGH,SAAS,CAACI,QAAQ;;AAErC;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASC,QAAQA,CAACC,IAAI,EAAE;EACtB,IAAIA,IAAI,IAAI,IAAI,EAAE;IAChB,IAAI;MACF,OAAOH,YAAY,CAACI,IAAI,CAACD,IAAI,CAAC;IAChC,CAAC,CAAC,OAAOE,CAAC,EAAE,CAAC;IACb,IAAI;MACF,OAAQF,IAAI,GAAG,EAAE;IACnB,CAAC,CAAC,OAAOE,CAAC,EAAE,CAAC;EACf;EACA,OAAO,EAAE;AACX;AAEAC,MAAM,CAACC,OAAO,GAAGL,QAAQ","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}