mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
its working
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"ast":null,"code":"import _asyncToGenerator from \"C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js\";\nimport { _asyncOptionalChain } from './_asyncOptionalChain.js';\n\n/**\n * Polyfill for the optional chain operator, `?.`, given previous conversion of the expression into an array of values,\n * descriptors, and functions, in cases where the value of the expression is to be deleted.\n *\n * Adapted from Sucrase (https://github.com/alangpierce/sucrase) See\n * https://github.com/alangpierce/sucrase/blob/265887868966917f3b924ce38dfad01fbab1329f/src/transformers/OptionalChainingNullishTransformer.ts#L15\n *\n * @param ops Array result of expression conversion\n * @returns The return value of the `delete` operator: `true`, unless the deletion target is an own, non-configurable\n * property (one which can't be deleted or turned into an accessor, and whose enumerability can't be changed), in which\n * case `false`.\n */\nfunction _asyncOptionalChainDelete(_x) {\n return _asyncOptionalChainDelete2.apply(this, arguments);\n} // Sucrase version:\n// async function asyncOptionalChainDelete(ops) {\n// var result = await ASYNC_OPTIONAL_CHAIN_NAME(ops);\n// return result == null ? true : result;\n// }\nfunction _asyncOptionalChainDelete2() {\n _asyncOptionalChainDelete2 = _asyncToGenerator(function* (ops) {\n var result = yield _asyncOptionalChain(ops);\n // If `result` is `null`, it means we didn't get to the end of the chain and so nothing was deleted (in which case,\n // return `true` since that's what `delete` does when it no-ops). If it's non-null, we know the delete happened, in\n // which case we return whatever the `delete` returned, which will be a boolean.\n return result == null ? true : result;\n });\n return _asyncOptionalChainDelete2.apply(this, arguments);\n}\nexport { _asyncOptionalChainDelete };","map":{"version":3,"names":["_asyncOptionalChain","_asyncOptionalChainDelete","_x","_asyncOptionalChainDelete2","apply","arguments","_asyncToGenerator","ops","result"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/@sentry/utils/esm/buildPolyfills/_asyncOptionalChainDelete.js"],"sourcesContent":["import { _asyncOptionalChain } from './_asyncOptionalChain.js';\n\n/**\n * Polyfill for the optional chain operator, `?.`, given previous conversion of the expression into an array of values,\n * descriptors, and functions, in cases where the value of the expression is to be deleted.\n *\n * Adapted from Sucrase (https://github.com/alangpierce/sucrase) See\n * https://github.com/alangpierce/sucrase/blob/265887868966917f3b924ce38dfad01fbab1329f/src/transformers/OptionalChainingNullishTransformer.ts#L15\n *\n * @param ops Array result of expression conversion\n * @returns The return value of the `delete` operator: `true`, unless the deletion target is an own, non-configurable\n * property (one which can't be deleted or turned into an accessor, and whose enumerability can't be changed), in which\n * case `false`.\n */\nasync function _asyncOptionalChainDelete(ops) {\n var result = (await _asyncOptionalChain(ops)) ;\n // If `result` is `null`, it means we didn't get to the end of the chain and so nothing was deleted (in which case,\n // return `true` since that's what `delete` does when it no-ops). If it's non-null, we know the delete happened, in\n // which case we return whatever the `delete` returned, which will be a boolean.\n return result == null ? true : (result );\n}\n\n// Sucrase version:\n// async function asyncOptionalChainDelete(ops) {\n// var result = await ASYNC_OPTIONAL_CHAIN_NAME(ops);\n// return result == null ? true : result;\n// }\n\nexport { _asyncOptionalChainDelete };\n"],"mappings":";AAAA,SAASA,mBAAmB,QAAQ,0BAA0B;;AAE9D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAXA,SAYeC,yBAAyBA,CAAAC,EAAA;EAAA,OAAAC,0BAAA,CAAAC,KAAA,OAAAC,SAAA;AAAA,EAQxC;AACA;AACA;AACA;AACA;AAAA,SAAAF,2BAAA;EAAAA,0BAAA,GAAAG,iBAAA,CAZA,WAAyCC,GAAG,EAAE;IAC5C,IAAIC,MAAM,SAAUR,mBAAmB,CAACO,GAAG,CAAE;IAC7C;IACA;IACA;IACA,OAAOC,MAAM,IAAI,IAAI,GAAG,IAAI,GAAIA,MAAQ;EAC1C,CAAC;EAAA,OAAAL,0BAAA,CAAAC,KAAA,OAAAC,SAAA;AAAA;AAQD,SAASJ,yBAAyB"},"metadata":{},"sourceType":"module"}
|
||||
Reference in New Issue
Block a user