@nubjs/nub-darwin-x64 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/bin/nub +0 -0
  2. package/bin/nubx +0 -0
  3. package/package.json +2 -3
  4. package/runtime/addons/nub-native.node +0 -0
  5. package/runtime/cache-evict.mjs +0 -69
  6. package/runtime/compile-cache-restore.mjs +0 -21
  7. package/runtime/floor-builtin.mjs +0 -57
  8. package/runtime/navigator-locks.mjs +0 -242
  9. package/runtime/navigator-shim.mjs +0 -144
  10. package/runtime/node_modules/@js-temporal/polyfill/CHANGELOG.md +0 -453
  11. package/runtime/node_modules/@js-temporal/polyfill/LICENSE +0 -13
  12. package/runtime/node_modules/@js-temporal/polyfill/README.md +0 -90
  13. package/runtime/node_modules/@js-temporal/polyfill/dist/index.cjs +0 -2
  14. package/runtime/node_modules/@js-temporal/polyfill/dist/index.cjs.map +0 -1
  15. package/runtime/node_modules/@js-temporal/polyfill/dist/index.esm.js +0 -2
  16. package/runtime/node_modules/@js-temporal/polyfill/dist/index.esm.js.map +0 -1
  17. package/runtime/node_modules/@js-temporal/polyfill/dist/index.umd.js +0 -2
  18. package/runtime/node_modules/@js-temporal/polyfill/dist/index.umd.js.map +0 -1
  19. package/runtime/node_modules/@js-temporal/polyfill/index.d.cts +0 -1215
  20. package/runtime/node_modules/@js-temporal/polyfill/index.d.ts +0 -1215
  21. package/runtime/node_modules/@js-temporal/polyfill/lib/assert.ts +0 -8
  22. package/runtime/node_modules/@js-temporal/polyfill/lib/bigintmath.ts +0 -39
  23. package/runtime/node_modules/@js-temporal/polyfill/lib/calendar.ts +0 -2424
  24. package/runtime/node_modules/@js-temporal/polyfill/lib/debug.ts +0 -7
  25. package/runtime/node_modules/@js-temporal/polyfill/lib/duration.ts +0 -438
  26. package/runtime/node_modules/@js-temporal/polyfill/lib/durationformat.d.ts +0 -93
  27. package/runtime/node_modules/@js-temporal/polyfill/lib/ecmascript.ts +0 -4973
  28. package/runtime/node_modules/@js-temporal/polyfill/lib/index.ts +0 -34
  29. package/runtime/node_modules/@js-temporal/polyfill/lib/init.ts +0 -43
  30. package/runtime/node_modules/@js-temporal/polyfill/lib/instant.ts +0 -138
  31. package/runtime/node_modules/@js-temporal/polyfill/lib/internaltypes.d.ts +0 -242
  32. package/runtime/node_modules/@js-temporal/polyfill/lib/intl.ts +0 -758
  33. package/runtime/node_modules/@js-temporal/polyfill/lib/intrinsicclass.ts +0 -162
  34. package/runtime/node_modules/@js-temporal/polyfill/lib/legacydate.ts +0 -17
  35. package/runtime/node_modules/@js-temporal/polyfill/lib/math.ts +0 -96
  36. package/runtime/node_modules/@js-temporal/polyfill/lib/now.ts +0 -48
  37. package/runtime/node_modules/@js-temporal/polyfill/lib/plaindate.ts +0 -212
  38. package/runtime/node_modules/@js-temporal/polyfill/lib/plaindatetime.ts +0 -274
  39. package/runtime/node_modules/@js-temporal/polyfill/lib/plainmonthday.ts +0 -110
  40. package/runtime/node_modules/@js-temporal/polyfill/lib/plaintime.ts +0 -154
  41. package/runtime/node_modules/@js-temporal/polyfill/lib/plainyearmonth.ts +0 -157
  42. package/runtime/node_modules/@js-temporal/polyfill/lib/regex.ts +0 -59
  43. package/runtime/node_modules/@js-temporal/polyfill/lib/slots.ts +0 -341
  44. package/runtime/node_modules/@js-temporal/polyfill/lib/temporal.ts +0 -10
  45. package/runtime/node_modules/@js-temporal/polyfill/lib/timeduration.ts +0 -149
  46. package/runtime/node_modules/@js-temporal/polyfill/lib/zoneddatetime.ts +0 -492
  47. package/runtime/node_modules/@js-temporal/polyfill/package.json +0 -143
  48. package/runtime/node_modules/@oxc-project/runtime/CHANGELOG.md +0 -88
  49. package/runtime/node_modules/@oxc-project/runtime/LICENSE +0 -22
  50. package/runtime/node_modules/@oxc-project/runtime/README.md +0 -5
  51. package/runtime/node_modules/@oxc-project/runtime/package.json +0 -1066
  52. package/runtime/node_modules/@oxc-project/runtime/src/helpers/AwaitValue.js +0 -4
  53. package/runtime/node_modules/@oxc-project/runtime/src/helpers/OverloadYield.js +0 -4
  54. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecoratedDescriptor.js +0 -9
  55. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecs.js +0 -236
  56. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecs2203.js +0 -184
  57. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecs2203R.js +0 -191
  58. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecs2301.js +0 -222
  59. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecs2305.js +0 -133
  60. package/runtime/node_modules/@oxc-project/runtime/src/helpers/applyDecs2311.js +0 -124
  61. package/runtime/node_modules/@oxc-project/runtime/src/helpers/arrayLikeToArray.js +0 -6
  62. package/runtime/node_modules/@oxc-project/runtime/src/helpers/arrayWithHoles.js +0 -4
  63. package/runtime/node_modules/@oxc-project/runtime/src/helpers/arrayWithoutHoles.js +0 -5
  64. package/runtime/node_modules/@oxc-project/runtime/src/helpers/assertClassBrand.js +0 -5
  65. package/runtime/node_modules/@oxc-project/runtime/src/helpers/assertThisInitialized.js +0 -5
  66. package/runtime/node_modules/@oxc-project/runtime/src/helpers/asyncGeneratorDelegate.js +0 -24
  67. package/runtime/node_modules/@oxc-project/runtime/src/helpers/asyncIterator.js +0 -45
  68. package/runtime/node_modules/@oxc-project/runtime/src/helpers/asyncToGenerator.js +0 -26
  69. package/runtime/node_modules/@oxc-project/runtime/src/helpers/awaitAsyncGenerator.js +0 -5
  70. package/runtime/node_modules/@oxc-project/runtime/src/helpers/callSuper.js +0 -7
  71. package/runtime/node_modules/@oxc-project/runtime/src/helpers/checkInRHS.js +0 -6
  72. package/runtime/node_modules/@oxc-project/runtime/src/helpers/checkPrivateRedeclaration.js +0 -4
  73. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classApplyDescriptorDestructureSet.js +0 -10
  74. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classApplyDescriptorGet.js +0 -4
  75. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classApplyDescriptorSet.js +0 -7
  76. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classCallCheck.js +0 -4
  77. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classCheckPrivateStaticAccess.js +0 -5
  78. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -4
  79. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classExtractFieldDescriptor.js +0 -5
  80. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classNameTDZError.js +0 -4
  81. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldDestructureSet.js +0 -7
  82. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldGet.js +0 -7
  83. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldGet2.js +0 -5
  84. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldInitSpec.js +0 -5
  85. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldLooseBase.js +0 -5
  86. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldLooseKey.js +0 -5
  87. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldSet.js +0 -7
  88. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateFieldSet2.js +0 -5
  89. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateGetter.js +0 -5
  90. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateMethodGet.js +0 -5
  91. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateMethodInitSpec.js +0 -5
  92. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateMethodSet.js +0 -4
  93. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classPrivateSetter.js +0 -5
  94. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classStaticPrivateFieldDestructureSet.js +0 -7
  95. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classStaticPrivateFieldSpecGet.js +0 -7
  96. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classStaticPrivateFieldSpecSet.js +0 -7
  97. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classStaticPrivateMethodGet.js +0 -5
  98. package/runtime/node_modules/@oxc-project/runtime/src/helpers/classStaticPrivateMethodSet.js +0 -4
  99. package/runtime/node_modules/@oxc-project/runtime/src/helpers/construct.js +0 -10
  100. package/runtime/node_modules/@oxc-project/runtime/src/helpers/createClass.js +0 -13
  101. package/runtime/node_modules/@oxc-project/runtime/src/helpers/createForOfIteratorHelper.js +0 -50
  102. package/runtime/node_modules/@oxc-project/runtime/src/helpers/createForOfIteratorHelperLoose.js +0 -19
  103. package/runtime/node_modules/@oxc-project/runtime/src/helpers/createSuper.js +0 -16
  104. package/runtime/node_modules/@oxc-project/runtime/src/helpers/decorate.js +0 -23
  105. package/runtime/node_modules/@oxc-project/runtime/src/helpers/decorateMetadata.js +0 -9
  106. package/runtime/node_modules/@oxc-project/runtime/src/helpers/decorateParam.js +0 -11
  107. package/runtime/node_modules/@oxc-project/runtime/src/helpers/defaults.js +0 -9
  108. package/runtime/node_modules/@oxc-project/runtime/src/helpers/defineAccessor.js +0 -8
  109. package/runtime/node_modules/@oxc-project/runtime/src/helpers/defineEnumerableProperties.js +0 -12
  110. package/runtime/node_modules/@oxc-project/runtime/src/helpers/defineProperty.js +0 -10
  111. package/runtime/node_modules/@oxc-project/runtime/src/helpers/dispose.js +0 -28
  112. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/AwaitValue.js +0 -4
  113. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/OverloadYield.js +0 -4
  114. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecoratedDescriptor.js +0 -9
  115. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecs.js +0 -236
  116. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecs2203.js +0 -184
  117. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecs2203R.js +0 -191
  118. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecs2301.js +0 -222
  119. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecs2305.js +0 -133
  120. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/applyDecs2311.js +0 -124
  121. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/arrayLikeToArray.js +0 -6
  122. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/arrayWithHoles.js +0 -4
  123. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/arrayWithoutHoles.js +0 -5
  124. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/assertClassBrand.js +0 -5
  125. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/assertThisInitialized.js +0 -5
  126. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/asyncGeneratorDelegate.js +0 -24
  127. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/asyncIterator.js +0 -45
  128. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/asyncToGenerator.js +0 -26
  129. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/awaitAsyncGenerator.js +0 -5
  130. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/callSuper.js +0 -7
  131. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/checkInRHS.js +0 -6
  132. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/checkPrivateRedeclaration.js +0 -4
  133. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classApplyDescriptorDestructureSet.js +0 -10
  134. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classApplyDescriptorGet.js +0 -4
  135. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classApplyDescriptorSet.js +0 -7
  136. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classCallCheck.js +0 -4
  137. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
  138. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -4
  139. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classExtractFieldDescriptor.js +0 -5
  140. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classNameTDZError.js +0 -4
  141. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldDestructureSet.js +0 -7
  142. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldGet.js +0 -7
  143. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldGet2.js +0 -5
  144. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldInitSpec.js +0 -5
  145. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldLooseBase.js +0 -5
  146. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldLooseKey.js +0 -5
  147. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldSet.js +0 -7
  148. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateFieldSet2.js +0 -5
  149. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateGetter.js +0 -5
  150. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateMethodGet.js +0 -5
  151. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateMethodInitSpec.js +0 -5
  152. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateMethodSet.js +0 -4
  153. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classPrivateSetter.js +0 -5
  154. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -7
  155. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -7
  156. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -7
  157. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classStaticPrivateMethodGet.js +0 -5
  158. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/classStaticPrivateMethodSet.js +0 -4
  159. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/construct.js +0 -10
  160. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/createClass.js +0 -13
  161. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/createForOfIteratorHelper.js +0 -50
  162. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/createForOfIteratorHelperLoose.js +0 -19
  163. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/createSuper.js +0 -16
  164. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/decorate.js +0 -21
  165. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/decorateMetadata.js +0 -7
  166. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/decorateParam.js +0 -9
  167. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/defaults.js +0 -9
  168. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/defineAccessor.js +0 -8
  169. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/defineEnumerableProperties.js +0 -12
  170. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/defineProperty.js +0 -10
  171. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/dispose.js +0 -28
  172. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/extends.js +0 -10
  173. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/get.js +0 -11
  174. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/getPrototypeOf.js +0 -6
  175. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/identity.js +0 -4
  176. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/importDeferProxy.js +0 -27
  177. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/inherits.js +0 -14
  178. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/inheritsLoose.js +0 -5
  179. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/initializerDefineProperty.js +0 -9
  180. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/initializerWarningHelper.js +0 -4
  181. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/instanceof.js +0 -4
  182. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/interopRequireDefault.js +0 -6
  183. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/interopRequireWildcard.js +0 -27
  184. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/isNativeFunction.js +0 -8
  185. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/isNativeReflectConstruct.js +0 -9
  186. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/iterableToArray.js +0 -4
  187. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/iterableToArrayLimit.js +0 -28
  188. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/jsx.js +0 -22
  189. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/maybeArrayLike.js +0 -9
  190. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/newArrowCheck.js +0 -4
  191. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/nonIterableRest.js +0 -4
  192. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/nonIterableSpread.js +0 -4
  193. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/nullishReceiverError.js +0 -4
  194. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/objectDestructuringEmpty.js +0 -4
  195. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/objectSpread.js +0 -14
  196. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/objectSpread2.js +0 -23
  197. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/objectWithoutProperties.js +0 -13
  198. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/objectWithoutPropertiesLoose.js +0 -10
  199. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/package.json +0 -3
  200. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/possibleConstructorReturn.js +0 -8
  201. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/readOnlyError.js +0 -4
  202. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/regeneratorRuntime.js +0 -304
  203. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/set.js +0 -22
  204. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/setFunctionName.js +0 -12
  205. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/setPrototypeOf.js +0 -6
  206. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/skipFirstGeneratorNext.js +0 -7
  207. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/slicedToArray.js +0 -8
  208. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/superPropBase.js +0 -6
  209. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/superPropGet.js +0 -9
  210. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/superPropSet.js +0 -6
  211. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/taggedTemplateLiteral.js +0 -8
  212. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/taggedTemplateLiteralLoose.js +0 -4
  213. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/tdz.js +0 -4
  214. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/temporalRef.js +0 -6
  215. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/temporalUndefined.js +0 -2
  216. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/toArray.js +0 -8
  217. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/toConsumableArray.js +0 -8
  218. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/toPrimitive.js +0 -12
  219. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/toPropertyKey.js +0 -7
  220. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/toSetter.js +0 -10
  221. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/typeof.js +0 -10
  222. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/unsupportedIterableToArray.js +0 -9
  223. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/using.js +0 -12
  224. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/usingCtx.js +0 -59
  225. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/wrapAsyncGenerator.js +0 -69
  226. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/wrapNativeSuper.js +0 -27
  227. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/wrapRegExp.js +0 -51
  228. package/runtime/node_modules/@oxc-project/runtime/src/helpers/esm/writeOnlyError.js +0 -4
  229. package/runtime/node_modules/@oxc-project/runtime/src/helpers/extends.js +0 -10
  230. package/runtime/node_modules/@oxc-project/runtime/src/helpers/get.js +0 -11
  231. package/runtime/node_modules/@oxc-project/runtime/src/helpers/getPrototypeOf.js +0 -6
  232. package/runtime/node_modules/@oxc-project/runtime/src/helpers/identity.js +0 -4
  233. package/runtime/node_modules/@oxc-project/runtime/src/helpers/importDeferProxy.js +0 -27
  234. package/runtime/node_modules/@oxc-project/runtime/src/helpers/inherits.js +0 -14
  235. package/runtime/node_modules/@oxc-project/runtime/src/helpers/inheritsLoose.js +0 -5
  236. package/runtime/node_modules/@oxc-project/runtime/src/helpers/initializerDefineProperty.js +0 -9
  237. package/runtime/node_modules/@oxc-project/runtime/src/helpers/initializerWarningHelper.js +0 -4
  238. package/runtime/node_modules/@oxc-project/runtime/src/helpers/instanceof.js +0 -4
  239. package/runtime/node_modules/@oxc-project/runtime/src/helpers/interopRequireDefault.js +0 -6
  240. package/runtime/node_modules/@oxc-project/runtime/src/helpers/interopRequireWildcard.js +0 -27
  241. package/runtime/node_modules/@oxc-project/runtime/src/helpers/isNativeFunction.js +0 -8
  242. package/runtime/node_modules/@oxc-project/runtime/src/helpers/isNativeReflectConstruct.js +0 -9
  243. package/runtime/node_modules/@oxc-project/runtime/src/helpers/iterableToArray.js +0 -4
  244. package/runtime/node_modules/@oxc-project/runtime/src/helpers/iterableToArrayLimit.js +0 -28
  245. package/runtime/node_modules/@oxc-project/runtime/src/helpers/jsx.js +0 -22
  246. package/runtime/node_modules/@oxc-project/runtime/src/helpers/maybeArrayLike.js +0 -9
  247. package/runtime/node_modules/@oxc-project/runtime/src/helpers/newArrowCheck.js +0 -4
  248. package/runtime/node_modules/@oxc-project/runtime/src/helpers/nonIterableRest.js +0 -4
  249. package/runtime/node_modules/@oxc-project/runtime/src/helpers/nonIterableSpread.js +0 -4
  250. package/runtime/node_modules/@oxc-project/runtime/src/helpers/nullishReceiverError.js +0 -4
  251. package/runtime/node_modules/@oxc-project/runtime/src/helpers/objectDestructuringEmpty.js +0 -4
  252. package/runtime/node_modules/@oxc-project/runtime/src/helpers/objectSpread.js +0 -14
  253. package/runtime/node_modules/@oxc-project/runtime/src/helpers/objectSpread2.js +0 -23
  254. package/runtime/node_modules/@oxc-project/runtime/src/helpers/objectWithoutProperties.js +0 -13
  255. package/runtime/node_modules/@oxc-project/runtime/src/helpers/objectWithoutPropertiesLoose.js +0 -10
  256. package/runtime/node_modules/@oxc-project/runtime/src/helpers/possibleConstructorReturn.js +0 -8
  257. package/runtime/node_modules/@oxc-project/runtime/src/helpers/readOnlyError.js +0 -4
  258. package/runtime/node_modules/@oxc-project/runtime/src/helpers/regeneratorRuntime.js +0 -304
  259. package/runtime/node_modules/@oxc-project/runtime/src/helpers/set.js +0 -22
  260. package/runtime/node_modules/@oxc-project/runtime/src/helpers/setFunctionName.js +0 -12
  261. package/runtime/node_modules/@oxc-project/runtime/src/helpers/setPrototypeOf.js +0 -6
  262. package/runtime/node_modules/@oxc-project/runtime/src/helpers/skipFirstGeneratorNext.js +0 -7
  263. package/runtime/node_modules/@oxc-project/runtime/src/helpers/slicedToArray.js +0 -8
  264. package/runtime/node_modules/@oxc-project/runtime/src/helpers/superPropBase.js +0 -6
  265. package/runtime/node_modules/@oxc-project/runtime/src/helpers/superPropGet.js +0 -9
  266. package/runtime/node_modules/@oxc-project/runtime/src/helpers/superPropSet.js +0 -6
  267. package/runtime/node_modules/@oxc-project/runtime/src/helpers/taggedTemplateLiteral.js +0 -8
  268. package/runtime/node_modules/@oxc-project/runtime/src/helpers/taggedTemplateLiteralLoose.js +0 -4
  269. package/runtime/node_modules/@oxc-project/runtime/src/helpers/tdz.js +0 -4
  270. package/runtime/node_modules/@oxc-project/runtime/src/helpers/temporalRef.js +0 -6
  271. package/runtime/node_modules/@oxc-project/runtime/src/helpers/temporalUndefined.js +0 -2
  272. package/runtime/node_modules/@oxc-project/runtime/src/helpers/toArray.js +0 -8
  273. package/runtime/node_modules/@oxc-project/runtime/src/helpers/toConsumableArray.js +0 -8
  274. package/runtime/node_modules/@oxc-project/runtime/src/helpers/toPrimitive.js +0 -12
  275. package/runtime/node_modules/@oxc-project/runtime/src/helpers/toPropertyKey.js +0 -7
  276. package/runtime/node_modules/@oxc-project/runtime/src/helpers/toSetter.js +0 -10
  277. package/runtime/node_modules/@oxc-project/runtime/src/helpers/typeof.js +0 -10
  278. package/runtime/node_modules/@oxc-project/runtime/src/helpers/unsupportedIterableToArray.js +0 -9
  279. package/runtime/node_modules/@oxc-project/runtime/src/helpers/using.js +0 -12
  280. package/runtime/node_modules/@oxc-project/runtime/src/helpers/usingCtx.js +0 -59
  281. package/runtime/node_modules/@oxc-project/runtime/src/helpers/wrapAsyncGenerator.js +0 -69
  282. package/runtime/node_modules/@oxc-project/runtime/src/helpers/wrapNativeSuper.js +0 -27
  283. package/runtime/node_modules/@oxc-project/runtime/src/helpers/wrapRegExp.js +0 -51
  284. package/runtime/node_modules/@oxc-project/runtime/src/helpers/writeOnlyError.js +0 -4
  285. package/runtime/node_modules/@petamoriken/float16/LICENSE +0 -21
  286. package/runtime/node_modules/@petamoriken/float16/README.md +0 -413
  287. package/runtime/node_modules/@petamoriken/float16/browser/float16.js +0 -1340
  288. package/runtime/node_modules/@petamoriken/float16/browser/float16.mjs +0 -1325
  289. package/runtime/node_modules/@petamoriken/float16/index.d.ts +0 -546
  290. package/runtime/node_modules/@petamoriken/float16/index.v5.6.d.ts +0 -546
  291. package/runtime/node_modules/@petamoriken/float16/index.v5.7.d.ts +0 -555
  292. package/runtime/node_modules/@petamoriken/float16/inspect/node.cjs +0 -25
  293. package/runtime/node_modules/@petamoriken/float16/inspect/node.mjs +0 -23
  294. package/runtime/node_modules/@petamoriken/float16/lib/DataView.cjs +0 -16
  295. package/runtime/node_modules/@petamoriken/float16/lib/Float16Array.cjs +0 -690
  296. package/runtime/node_modules/@petamoriken/float16/lib/_util/arrayIterator.cjs +0 -52
  297. package/runtime/node_modules/@petamoriken/float16/lib/_util/brand.cjs +0 -27
  298. package/runtime/node_modules/@petamoriken/float16/lib/_util/converter.cjs +0 -111
  299. package/runtime/node_modules/@petamoriken/float16/lib/_util/is.cjs +0 -78
  300. package/runtime/node_modules/@petamoriken/float16/lib/_util/messages.cjs +0 -18
  301. package/runtime/node_modules/@petamoriken/float16/lib/_util/primordials.cjs +0 -150
  302. package/runtime/node_modules/@petamoriken/float16/lib/_util/spec.cjs +0 -84
  303. package/runtime/node_modules/@petamoriken/float16/lib/f16round.cjs +0 -10
  304. package/runtime/node_modules/@petamoriken/float16/lib/index.cjs +0 -16
  305. package/runtime/node_modules/@petamoriken/float16/lib/isTypedArray.cjs +0 -11
  306. package/runtime/node_modules/@petamoriken/float16/package.json +0 -115
  307. package/runtime/node_modules/@petamoriken/float16/src/DataView.mjs +0 -35
  308. package/runtime/node_modules/@petamoriken/float16/src/Float16Array.mjs +0 -1194
  309. package/runtime/node_modules/@petamoriken/float16/src/_util/arrayIterator.mjs +0 -86
  310. package/runtime/node_modules/@petamoriken/float16/src/_util/brand.mjs +0 -31
  311. package/runtime/node_modules/@petamoriken/float16/src/_util/converter.mjs +0 -173
  312. package/runtime/node_modules/@petamoriken/float16/src/_util/is.mjs +0 -151
  313. package/runtime/node_modules/@petamoriken/float16/src/_util/messages.mjs +0 -22
  314. package/runtime/node_modules/@petamoriken/float16/src/_util/primordials.mjs +0 -254
  315. package/runtime/node_modules/@petamoriken/float16/src/_util/spec.mjs +0 -137
  316. package/runtime/node_modules/@petamoriken/float16/src/f16round.mjs +0 -10
  317. package/runtime/node_modules/@petamoriken/float16/src/index.mjs +0 -7
  318. package/runtime/node_modules/@petamoriken/float16/src/isTypedArray.mjs +0 -10
  319. package/runtime/node_modules/jsbi/LICENSE +0 -176
  320. package/runtime/node_modules/jsbi/README.md +0 -173
  321. package/runtime/node_modules/jsbi/dist/jsbi-cjs.js +0 -2
  322. package/runtime/node_modules/jsbi/dist/jsbi-cjs.js.map +0 -1
  323. package/runtime/node_modules/jsbi/dist/jsbi-umd.js +0 -2
  324. package/runtime/node_modules/jsbi/dist/jsbi-umd.js.map +0 -1
  325. package/runtime/node_modules/jsbi/dist/jsbi.mjs +0 -2
  326. package/runtime/node_modules/jsbi/dist/jsbi.mjs.map +0 -1
  327. package/runtime/node_modules/jsbi/jsbi.d.ts +0 -43
  328. package/runtime/node_modules/jsbi/package.json +0 -35
  329. package/runtime/node_modules/urlpattern-polyfill/LICENSE +0 -19
  330. package/runtime/node_modules/urlpattern-polyfill/README.md +0 -242
  331. package/runtime/node_modules/urlpattern-polyfill/dist/index.d.ts +0 -9
  332. package/runtime/node_modules/urlpattern-polyfill/dist/types.d.ts +0 -49
  333. package/runtime/node_modules/urlpattern-polyfill/dist/urlpattern.cjs +0 -1
  334. package/runtime/node_modules/urlpattern-polyfill/dist/urlpattern.js +0 -1
  335. package/runtime/node_modules/urlpattern-polyfill/index.cjs +0 -7
  336. package/runtime/node_modules/urlpattern-polyfill/index.js +0 -7
  337. package/runtime/node_modules/urlpattern-polyfill/package.json +0 -149
  338. package/runtime/pnp-bin-run.cjs +0 -91
  339. package/runtime/pnp-util.cjs +0 -62
  340. package/runtime/polyfills.cjs +0 -816
  341. package/runtime/preload-async-hooks.mjs +0 -110
  342. package/runtime/preload-common.cjs +0 -1096
  343. package/runtime/preload.cjs +0 -313
  344. package/runtime/preload.mjs +0 -149
  345. package/runtime/transform-core.mjs +0 -756
  346. package/runtime/version.mjs +0 -12
  347. package/runtime/worker-blob-url.cjs +0 -116
  348. package/runtime/worker-polyfill.mjs +0 -541
@@ -1,4 +0,0 @@
1
- function _nonIterableRest() {
2
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
3
- }
4
- export { _nonIterableRest as default };
@@ -1,4 +0,0 @@
1
- function _nonIterableSpread() {
2
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
3
- }
4
- export { _nonIterableSpread as default };
@@ -1,4 +0,0 @@
1
- function _nullishReceiverError(r) {
2
- throw new TypeError("Cannot set property of null or undefined.");
3
- }
4
- export { _nullishReceiverError as default };
@@ -1,4 +0,0 @@
1
- function _objectDestructuringEmpty(t) {
2
- if (null == t) throw new TypeError("Cannot destructure " + t);
3
- }
4
- export { _objectDestructuringEmpty as default };
@@ -1,14 +0,0 @@
1
- import defineProperty from "./defineProperty.js";
2
- function _objectSpread(e) {
3
- for (var r = 1; r < arguments.length; r++) {
4
- var t = null != arguments[r] ? Object(arguments[r]) : {},
5
- o = Object.keys(t);
6
- "function" == typeof Object.getOwnPropertySymbols && o.push.apply(o, Object.getOwnPropertySymbols(t).filter(function (e) {
7
- return Object.getOwnPropertyDescriptor(t, e).enumerable;
8
- })), o.forEach(function (r) {
9
- defineProperty(e, r, t[r]);
10
- });
11
- }
12
- return e;
13
- }
14
- export { _objectSpread as default };
@@ -1,23 +0,0 @@
1
- import defineProperty from "./defineProperty.js";
2
- function ownKeys(e, r) {
3
- var t = Object.keys(e);
4
- if (Object.getOwnPropertySymbols) {
5
- var o = Object.getOwnPropertySymbols(e);
6
- r && (o = o.filter(function (r) {
7
- return Object.getOwnPropertyDescriptor(e, r).enumerable;
8
- })), t.push.apply(t, o);
9
- }
10
- return t;
11
- }
12
- function _objectSpread2(e) {
13
- for (var r = 1; r < arguments.length; r++) {
14
- var t = null != arguments[r] ? arguments[r] : {};
15
- r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
16
- defineProperty(e, r, t[r]);
17
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
18
- Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
19
- });
20
- }
21
- return e;
22
- }
23
- export { _objectSpread2 as default };
@@ -1,13 +0,0 @@
1
- import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js";
2
- function _objectWithoutProperties(e, t) {
3
- if (null == e) return {};
4
- var o,
5
- r,
6
- i = objectWithoutPropertiesLoose(e, t);
7
- if (Object.getOwnPropertySymbols) {
8
- var s = Object.getOwnPropertySymbols(e);
9
- for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
10
- }
11
- return i;
12
- }
13
- export { _objectWithoutProperties as default };
@@ -1,10 +0,0 @@
1
- function _objectWithoutPropertiesLoose(r, e) {
2
- if (null == r) return {};
3
- var t = {};
4
- for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
5
- if (e.includes(n)) continue;
6
- t[n] = r[n];
7
- }
8
- return t;
9
- }
10
- export { _objectWithoutPropertiesLoose as default };
@@ -1,8 +0,0 @@
1
- import _typeof from "./typeof.js";
2
- import assertThisInitialized from "./assertThisInitialized.js";
3
- function _possibleConstructorReturn(t, e) {
4
- if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
5
- if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
6
- return assertThisInitialized(t);
7
- }
8
- export { _possibleConstructorReturn as default };
@@ -1,4 +0,0 @@
1
- function _readOnlyError(r) {
2
- throw new TypeError('"' + r + '" is read-only');
3
- }
4
- export { _readOnlyError as default };
@@ -1,304 +0,0 @@
1
- import _typeof from "./typeof.js";
2
- function _regeneratorRuntime() {
3
- "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
4
- _regeneratorRuntime = function _regeneratorRuntime() {
5
- return e;
6
- };
7
- var t,
8
- e = {},
9
- r = Object.prototype,
10
- n = r.hasOwnProperty,
11
- o = Object.defineProperty || function (t, e, r) {
12
- t[e] = r.value;
13
- },
14
- i = "function" == typeof Symbol ? Symbol : {},
15
- a = i.iterator || "@@iterator",
16
- c = i.asyncIterator || "@@asyncIterator",
17
- u = i.toStringTag || "@@toStringTag";
18
- function define(t, e, r) {
19
- return Object.defineProperty(t, e, {
20
- value: r,
21
- enumerable: !0,
22
- configurable: !0,
23
- writable: !0
24
- }), t[e];
25
- }
26
- try {
27
- define({}, "");
28
- } catch (t) {
29
- define = function define(t, e, r) {
30
- return t[e] = r;
31
- };
32
- }
33
- function wrap(t, e, r, n) {
34
- var i = e && e.prototype instanceof Generator ? e : Generator,
35
- a = Object.create(i.prototype),
36
- c = new Context(n || []);
37
- return o(a, "_invoke", {
38
- value: makeInvokeMethod(t, r, c)
39
- }), a;
40
- }
41
- function tryCatch(t, e, r) {
42
- try {
43
- return {
44
- type: "normal",
45
- arg: t.call(e, r)
46
- };
47
- } catch (t) {
48
- return {
49
- type: "throw",
50
- arg: t
51
- };
52
- }
53
- }
54
- e.wrap = wrap;
55
- var h = "suspendedStart",
56
- l = "suspendedYield",
57
- f = "executing",
58
- s = "completed",
59
- y = {};
60
- function Generator() {}
61
- function GeneratorFunction() {}
62
- function GeneratorFunctionPrototype() {}
63
- var p = {};
64
- define(p, a, function () {
65
- return this;
66
- });
67
- var d = Object.getPrototypeOf,
68
- v = d && d(d(values([])));
69
- v && v !== r && n.call(v, a) && (p = v);
70
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
71
- function defineIteratorMethods(t) {
72
- ["next", "throw", "return"].forEach(function (e) {
73
- define(t, e, function (t) {
74
- return this._invoke(e, t);
75
- });
76
- });
77
- }
78
- function AsyncIterator(t, e) {
79
- function invoke(r, o, i, a) {
80
- var c = tryCatch(t[r], t, o);
81
- if ("throw" !== c.type) {
82
- var u = c.arg,
83
- h = u.value;
84
- return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
85
- invoke("next", t, i, a);
86
- }, function (t) {
87
- invoke("throw", t, i, a);
88
- }) : e.resolve(h).then(function (t) {
89
- u.value = t, i(u);
90
- }, function (t) {
91
- return invoke("throw", t, i, a);
92
- });
93
- }
94
- a(c.arg);
95
- }
96
- var r;
97
- o(this, "_invoke", {
98
- value: function value(t, n) {
99
- function callInvokeWithMethodAndArg() {
100
- return new e(function (e, r) {
101
- invoke(t, n, e, r);
102
- });
103
- }
104
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
105
- }
106
- });
107
- }
108
- function makeInvokeMethod(e, r, n) {
109
- var o = h;
110
- return function (i, a) {
111
- if (o === f) throw Error("Generator is already running");
112
- if (o === s) {
113
- if ("throw" === i) throw a;
114
- return {
115
- value: t,
116
- done: !0
117
- };
118
- }
119
- for (n.method = i, n.arg = a;;) {
120
- var c = n.delegate;
121
- if (c) {
122
- var u = maybeInvokeDelegate(c, n);
123
- if (u) {
124
- if (u === y) continue;
125
- return u;
126
- }
127
- }
128
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
129
- if (o === h) throw o = s, n.arg;
130
- n.dispatchException(n.arg);
131
- } else "return" === n.method && n.abrupt("return", n.arg);
132
- o = f;
133
- var p = tryCatch(e, r, n);
134
- if ("normal" === p.type) {
135
- if (o = n.done ? s : l, p.arg === y) continue;
136
- return {
137
- value: p.arg,
138
- done: n.done
139
- };
140
- }
141
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
142
- }
143
- };
144
- }
145
- function maybeInvokeDelegate(e, r) {
146
- var n = r.method,
147
- o = e.iterator[n];
148
- if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
149
- var i = tryCatch(o, e.iterator, r.arg);
150
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
151
- var a = i.arg;
152
- return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
153
- }
154
- function pushTryEntry(t) {
155
- var e = {
156
- tryLoc: t[0]
157
- };
158
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
159
- }
160
- function resetTryEntry(t) {
161
- var e = t.completion || {};
162
- e.type = "normal", delete e.arg, t.completion = e;
163
- }
164
- function Context(t) {
165
- this.tryEntries = [{
166
- tryLoc: "root"
167
- }], t.forEach(pushTryEntry, this), this.reset(!0);
168
- }
169
- function values(e) {
170
- if (e || "" === e) {
171
- var r = e[a];
172
- if (r) return r.call(e);
173
- if ("function" == typeof e.next) return e;
174
- if (!isNaN(e.length)) {
175
- var o = -1,
176
- i = function next() {
177
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
178
- return next.value = t, next.done = !0, next;
179
- };
180
- return i.next = i;
181
- }
182
- }
183
- throw new TypeError(_typeof(e) + " is not iterable");
184
- }
185
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
186
- value: GeneratorFunctionPrototype,
187
- configurable: !0
188
- }), o(GeneratorFunctionPrototype, "constructor", {
189
- value: GeneratorFunction,
190
- configurable: !0
191
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
192
- var e = "function" == typeof t && t.constructor;
193
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
194
- }, e.mark = function (t) {
195
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
196
- }, e.awrap = function (t) {
197
- return {
198
- __await: t
199
- };
200
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
201
- return this;
202
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
203
- void 0 === i && (i = Promise);
204
- var a = new AsyncIterator(wrap(t, r, n, o), i);
205
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
206
- return t.done ? t.value : a.next();
207
- });
208
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
209
- return this;
210
- }), define(g, "toString", function () {
211
- return "[object Generator]";
212
- }), e.keys = function (t) {
213
- var e = Object(t),
214
- r = [];
215
- for (var n in e) r.push(n);
216
- return r.reverse(), function next() {
217
- for (; r.length;) {
218
- var t = r.pop();
219
- if (t in e) return next.value = t, next.done = !1, next;
220
- }
221
- return next.done = !0, next;
222
- };
223
- }, e.values = values, Context.prototype = {
224
- constructor: Context,
225
- reset: function reset(e) {
226
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
227
- },
228
- stop: function stop() {
229
- this.done = !0;
230
- var t = this.tryEntries[0].completion;
231
- if ("throw" === t.type) throw t.arg;
232
- return this.rval;
233
- },
234
- dispatchException: function dispatchException(e) {
235
- if (this.done) throw e;
236
- var r = this;
237
- function handle(n, o) {
238
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
239
- }
240
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
241
- var i = this.tryEntries[o],
242
- a = i.completion;
243
- if ("root" === i.tryLoc) return handle("end");
244
- if (i.tryLoc <= this.prev) {
245
- var c = n.call(i, "catchLoc"),
246
- u = n.call(i, "finallyLoc");
247
- if (c && u) {
248
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
249
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
250
- } else if (c) {
251
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
252
- } else {
253
- if (!u) throw Error("try statement without catch or finally");
254
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
255
- }
256
- }
257
- }
258
- },
259
- abrupt: function abrupt(t, e) {
260
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
261
- var o = this.tryEntries[r];
262
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
263
- var i = o;
264
- break;
265
- }
266
- }
267
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
268
- var a = i ? i.completion : {};
269
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
270
- },
271
- complete: function complete(t, e) {
272
- if ("throw" === t.type) throw t.arg;
273
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
274
- },
275
- finish: function finish(t) {
276
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
277
- var r = this.tryEntries[e];
278
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
279
- }
280
- },
281
- "catch": function _catch(t) {
282
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
283
- var r = this.tryEntries[e];
284
- if (r.tryLoc === t) {
285
- var n = r.completion;
286
- if ("throw" === n.type) {
287
- var o = n.arg;
288
- resetTryEntry(r);
289
- }
290
- return o;
291
- }
292
- }
293
- throw Error("illegal catch attempt");
294
- },
295
- delegateYield: function delegateYield(e, r, n) {
296
- return this.delegate = {
297
- iterator: values(e),
298
- resultName: r,
299
- nextLoc: n
300
- }, "next" === this.method && (this.arg = t), y;
301
- }
302
- }, e;
303
- }
304
- export { _regeneratorRuntime as default };
@@ -1,22 +0,0 @@
1
- import superPropBase from "./superPropBase.js";
2
- import defineProperty from "./defineProperty.js";
3
- function set(e, r, t, o) {
4
- return set = "undefined" != typeof Reflect && Reflect.set ? Reflect.set : function (e, r, t, o) {
5
- var f,
6
- i = superPropBase(e, r);
7
- if (i) {
8
- if ((f = Object.getOwnPropertyDescriptor(i, r)).set) return f.set.call(o, t), !0;
9
- if (!f.writable) return !1;
10
- }
11
- if (f = Object.getOwnPropertyDescriptor(o, r)) {
12
- if (!f.writable) return !1;
13
- f.value = t, Object.defineProperty(o, r, f);
14
- } else defineProperty(o, r, t);
15
- return !0;
16
- }, set(e, r, t, o);
17
- }
18
- function _set(e, r, t, o, f) {
19
- if (!set(e, r, t, o || e) && f) throw new TypeError("failed to set property");
20
- return t;
21
- }
22
- export { _set as default };
@@ -1,12 +0,0 @@
1
- import _typeof from "./typeof.js";
2
- function setFunctionName(e, t, n) {
3
- "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : "");
4
- try {
5
- Object.defineProperty(e, "name", {
6
- configurable: !0,
7
- value: n ? n + " " + t : t
8
- });
9
- } catch (e) {}
10
- return e;
11
- }
12
- export { setFunctionName as default };
@@ -1,6 +0,0 @@
1
- function _setPrototypeOf(t, e) {
2
- return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
3
- return t.__proto__ = e, t;
4
- }, _setPrototypeOf(t, e);
5
- }
6
- export { _setPrototypeOf as default };
@@ -1,7 +0,0 @@
1
- function _skipFirstGeneratorNext(t) {
2
- return function () {
3
- var r = t.apply(this, arguments);
4
- return r.next(), r;
5
- };
6
- }
7
- export { _skipFirstGeneratorNext as default };
@@ -1,8 +0,0 @@
1
- import arrayWithHoles from "./arrayWithHoles.js";
2
- import iterableToArrayLimit from "./iterableToArrayLimit.js";
3
- import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
4
- import nonIterableRest from "./nonIterableRest.js";
5
- function _slicedToArray(r, e) {
6
- return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest();
7
- }
8
- export { _slicedToArray as default };
@@ -1,6 +0,0 @@
1
- import getPrototypeOf from "./getPrototypeOf.js";
2
- function _superPropBase(t, o) {
3
- for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t)););
4
- return t;
5
- }
6
- export { _superPropBase as default };
@@ -1,9 +0,0 @@
1
- import get from "./get.js";
2
- import getPrototypeOf from "./getPrototypeOf.js";
3
- function _superPropGet(t, o, e, r) {
4
- var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
5
- return 2 & r && "function" == typeof p ? function (t) {
6
- return p.apply(e, t);
7
- } : p;
8
- }
9
- export { _superPropGet as default };
@@ -1,6 +0,0 @@
1
- import set from "./set.js";
2
- import getPrototypeOf from "./getPrototypeOf.js";
3
- function _superPropSet(t, e, o, r, p, f) {
4
- return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p);
5
- }
6
- export { _superPropSet as default };
@@ -1,8 +0,0 @@
1
- function _taggedTemplateLiteral(e, t) {
2
- return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, {
3
- raw: {
4
- value: Object.freeze(t)
5
- }
6
- }));
7
- }
8
- export { _taggedTemplateLiteral as default };
@@ -1,4 +0,0 @@
1
- function _taggedTemplateLiteralLoose(e, t) {
2
- return t || (t = e.slice(0)), e.raw = t, e;
3
- }
4
- export { _taggedTemplateLiteralLoose as default };
@@ -1,4 +0,0 @@
1
- function _tdzError(e) {
2
- throw new ReferenceError(e + " is not defined - temporal dead zone");
3
- }
4
- export { _tdzError as default };
@@ -1,6 +0,0 @@
1
- import temporalUndefined from "./temporalUndefined.js";
2
- import tdz from "./tdz.js";
3
- function _temporalRef(r, e) {
4
- return r === temporalUndefined ? tdz(e) : r;
5
- }
6
- export { _temporalRef as default };
@@ -1,2 +0,0 @@
1
- function _temporalUndefined() {}
2
- export { _temporalUndefined as default };
@@ -1,8 +0,0 @@
1
- import arrayWithHoles from "./arrayWithHoles.js";
2
- import iterableToArray from "./iterableToArray.js";
3
- import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
4
- import nonIterableRest from "./nonIterableRest.js";
5
- function _toArray(r) {
6
- return arrayWithHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableRest();
7
- }
8
- export { _toArray as default };
@@ -1,8 +0,0 @@
1
- import arrayWithoutHoles from "./arrayWithoutHoles.js";
2
- import iterableToArray from "./iterableToArray.js";
3
- import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
4
- import nonIterableSpread from "./nonIterableSpread.js";
5
- function _toConsumableArray(r) {
6
- return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread();
7
- }
8
- export { _toConsumableArray as default };
@@ -1,12 +0,0 @@
1
- import _typeof from "./typeof.js";
2
- function toPrimitive(t, r) {
3
- if ("object" != _typeof(t) || !t) return t;
4
- var e = t[Symbol.toPrimitive];
5
- if (void 0 !== e) {
6
- var i = e.call(t, r || "default");
7
- if ("object" != _typeof(i)) return i;
8
- throw new TypeError("@@toPrimitive must return a primitive value.");
9
- }
10
- return ("string" === r ? String : Number)(t);
11
- }
12
- export { toPrimitive as default };
@@ -1,7 +0,0 @@
1
- import _typeof from "./typeof.js";
2
- import toPrimitive from "./toPrimitive.js";
3
- function toPropertyKey(t) {
4
- var i = toPrimitive(t, "string");
5
- return "symbol" == _typeof(i) ? i : i + "";
6
- }
7
- export { toPropertyKey as default };
@@ -1,10 +0,0 @@
1
- function _toSetter(t, e, n) {
2
- e || (e = []);
3
- var r = e.length++;
4
- return Object.defineProperty({}, "_", {
5
- set: function set(o) {
6
- e[r] = o, t.apply(n, e);
7
- }
8
- });
9
- }
10
- export { _toSetter as default };
@@ -1,10 +0,0 @@
1
- function _typeof(o) {
2
- "@babel/helpers - typeof";
3
-
4
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
5
- return typeof o;
6
- } : function (o) {
7
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
8
- }, _typeof(o);
9
- }
10
- export { _typeof as default };
@@ -1,9 +0,0 @@
1
- import arrayLikeToArray from "./arrayLikeToArray.js";
2
- function _unsupportedIterableToArray(r, a) {
3
- if (r) {
4
- if ("string" == typeof r) return arrayLikeToArray(r, a);
5
- var t = {}.toString.call(r).slice(8, -1);
6
- return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0;
7
- }
8
- }
9
- export { _unsupportedIterableToArray as default };
@@ -1,12 +0,0 @@
1
- function _using(o, n, e) {
2
- if (null == n) return n;
3
- if (Object(n) !== n) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined.");
4
- if (e) var r = n[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")];
5
- if (null == r && (r = n[Symbol.dispose || Symbol["for"]("Symbol.dispose")]), "function" != typeof r) throw new TypeError("Property [Symbol.dispose] is not a function.");
6
- return o.push({
7
- v: n,
8
- d: r,
9
- a: e
10
- }), n;
11
- }
12
- export { _using as default };