mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * Copy a property from the given object into `exports`, under the given name.\n *\n * Adapted from Sucrase (https://github.com/alangpierce/sucrase)\n *\n * @param obj The object containing the property to copy.\n * @param localName The name under which to export the property\n * @param importedName The name under which the property lives in `obj`\n */\nfunction _createNamedExportFrom(obj, localName, importedName) {\n exports[localName] = obj[importedName];\n}\n\n// Sucrase version:\n// function _createNamedExportFrom(obj, localName, importedName) {\n// Object.defineProperty(exports, localName, {enumerable: true, get: () => obj[importedName]});\n// }\n\nexport { _createNamedExportFrom };","map":{"version":3,"names":["_createNamedExportFrom","obj","localName","importedName","exports"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@sentry/utils/esm/buildPolyfills/_createNamedExportFrom.js"],"sourcesContent":["/**\n * Copy a property from the given object into `exports`, under the given name.\n *\n * Adapted from Sucrase (https://github.com/alangpierce/sucrase)\n *\n * @param obj The object containing the property to copy.\n * @param localName The name under which to export the property\n * @param importedName The name under which the property lives in `obj`\n */\nfunction _createNamedExportFrom(obj, localName, importedName) {\n exports[localName] = obj[importedName];\n}\n\n// Sucrase version:\n// function _createNamedExportFrom(obj, localName, importedName) {\n// Object.defineProperty(exports, localName, {enumerable: true, get: () => obj[importedName]});\n// }\n\nexport { _createNamedExportFrom };\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,sBAAsBA,CAACC,GAAG,EAAEC,SAAS,EAAEC,YAAY,EAAE;EAC5DC,OAAO,CAACF,SAAS,CAAC,GAAGD,GAAG,CAACE,YAAY,CAAC;AACxC;;AAEA;AACA;AACA;AACA;;AAEA,SAASH,sBAAsB"},"metadata":{},"sourceType":"module"} |