@jsenv/core 29.1.19 → 29.2.0

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 (73) hide show
  1. package/dist/babel_helpers/AsyncGenerator/AsyncGenerator.js +3 -16
  2. package/dist/babel_helpers/applyDecoratorDescriptor/applyDecoratorDescriptor.js +0 -5
  3. package/dist/babel_helpers/applyDecs/applyDecs.js +54 -241
  4. package/dist/babel_helpers/applyDecs2023/applyDecs2023.js +47 -195
  5. package/dist/babel_helpers/arrayLikeToArray/arrayLikeToArray.js +0 -2
  6. package/dist/babel_helpers/arrayWithoutHoles/arrayWithoutHoles.js +2 -1
  7. package/dist/babel_helpers/assertThisInitialized/assertThisInitialized.js +0 -1
  8. package/dist/babel_helpers/asyncGeneratorDelegate/asyncGeneratorDelegate.js +4 -14
  9. package/dist/babel_helpers/asyncIterator/asyncIterator.js +5 -20
  10. package/dist/babel_helpers/asyncToGenerator/asyncToGenerator.js +2 -8
  11. package/dist/babel_helpers/awaitAsyncGenerator/awaitAsyncGenerator.js +1 -3
  12. package/dist/babel_helpers/classApplyDescriptorDestructureSet/classApplyDescriptorDestructureSet.js +0 -4
  13. package/dist/babel_helpers/classApplyDescriptorGet/classApplyDescriptorGet.js +0 -1
  14. package/dist/babel_helpers/classApplyDescriptorSet/classApplyDescriptorSet.js +0 -1
  15. package/dist/babel_helpers/classExtractFieldDescriptor/classExtractFieldDescriptor.js +0 -1
  16. package/dist/babel_helpers/classPrivateFieldLooseBase/classPrivateFieldLooseBase.js +0 -1
  17. package/dist/babel_helpers/classPrivateMethodGet/classPrivateMethodGet.js +0 -1
  18. package/dist/babel_helpers/construct/construct.js +5 -5
  19. package/dist/babel_helpers/createClass/createClass.js +0 -1
  20. package/dist/babel_helpers/createForOfIteratorHelper/createForOfIteratorHelper.js +5 -9
  21. package/dist/babel_helpers/createForOfIteratorHelperLoose/createForOfIteratorHelperLoose.js +2 -3
  22. package/dist/babel_helpers/createRawReactElement/createRawReactElement.js +2 -8
  23. package/dist/babel_helpers/createSuper/createSuper.js +2 -4
  24. package/dist/babel_helpers/decorate/decorate.js +60 -311
  25. package/dist/babel_helpers/defaults/defaults.js +0 -3
  26. package/dist/babel_helpers/defineEnumerableProperties/defineEnumerableProperties.js +2 -5
  27. package/dist/babel_helpers/defineProperty/defineProperty.js +0 -1
  28. package/dist/babel_helpers/extends/extends.js +0 -3
  29. package/dist/babel_helpers/get/get.js +0 -3
  30. package/dist/babel_helpers/getPrototypeOf/getPrototypeOf.js +2 -1
  31. package/dist/babel_helpers/inherits/inherits.js +2 -3
  32. package/dist/babel_helpers/instanceof/instanceof.js +0 -1
  33. package/dist/babel_helpers/interopRequireWildcard/interopRequireWildcard.js +0 -10
  34. package/dist/babel_helpers/isNativeReflectConstruct/isNativeReflectConstruct.js +6 -6
  35. package/dist/babel_helpers/iterableToArrayLimit/iterableToArrayLimit.js +0 -5
  36. package/dist/babel_helpers/iterableToArrayLimitLoose/iterableToArrayLimitLoose.js +2 -5
  37. package/dist/babel_helpers/jsx/jsx.js +2 -8
  38. package/dist/babel_helpers/maybeArrayLike/maybeArrayLike.js +2 -3
  39. package/dist/babel_helpers/objectSpread/objectSpread.js +4 -6
  40. package/dist/babel_helpers/objectSpread2/objectSpread2.js +3 -8
  41. package/dist/babel_helpers/objectWithoutProperties/objectWithoutProperties.js +0 -3
  42. package/dist/babel_helpers/objectWithoutPropertiesLoose/objectWithoutPropertiesLoose.js +0 -2
  43. package/dist/babel_helpers/possibleConstructorReturn/possibleConstructorReturn.js +0 -1
  44. package/dist/babel_helpers/set/set.js +2 -12
  45. package/dist/babel_helpers/superPropBase/superPropBase.js +0 -1
  46. package/dist/babel_helpers/taggedTemplateLiteral/taggedTemplateLiteral.js +0 -1
  47. package/dist/babel_helpers/taggedTemplateLiteralLoose/taggedTemplateLiteralLoose.js +0 -1
  48. package/dist/babel_helpers/toPrimitive/toPrimitive.js +1 -5
  49. package/dist/babel_helpers/typeof/typeof.js +0 -2
  50. package/dist/babel_helpers/wrapNativeSuper/wrapNativeSuper.js +0 -7
  51. package/dist/babel_helpers/wrapRegExp/wrapRegExp.js +5 -19
  52. package/dist/controllable_child_process.mjs +17 -27
  53. package/dist/controllable_worker_thread.mjs +4 -16
  54. package/dist/js/autoreload.js +13 -56
  55. package/dist/js/execute_using_dynamic_import.js +40 -164
  56. package/dist/js/global_this.js +2 -10
  57. package/dist/js/import_meta_hot.js +3 -9
  58. package/dist/js/new_stylesheet.js +0 -59
  59. package/dist/js/regenerator_runtime.js +80 -156
  60. package/dist/js/s.js +25 -113
  61. package/dist/js/s.js.map +10 -10
  62. package/dist/js/script_type_module_supervisor.js +4 -13
  63. package/dist/js/server_events_client.js +10 -38
  64. package/dist/js/supervisor.js +25 -167
  65. package/dist/js/v8_coverage.js +29 -92
  66. package/dist/js/ws.js +226 -704
  67. package/dist/main.js +761 -4155
  68. package/package.json +2 -2
  69. package/src/plugins/import_meta_url/client/import_meta_url_browser.js +1 -2
  70. package/src/plugins/import_meta_url/client/import_meta_url_commonjs.mjs +1 -1
  71. package/src/plugins/plugins.js +1 -1
  72. package/src/plugins/transpilation/as_js_classic/helpers-string.js +1 -0
  73. package/src/plugins/transpilation/babel/global_this/client/global_this.js +0 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.