@lynx-js/react 0.113.0 → 0.114.1

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 (90) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/package.json +3 -3
  3. package/refresh/.turbo/turbo-build.log +3 -3
  4. package/refresh/dist/index.js +45 -34
  5. package/runtime/lib/debug/describeInvalidValue.d.ts +1 -0
  6. package/runtime/lib/debug/describeInvalidValue.js +25 -0
  7. package/runtime/lib/debug/describeInvalidValue.js.map +1 -0
  8. package/runtime/lib/internal.d.ts +1 -1
  9. package/runtime/lib/internal.js +1 -1
  10. package/runtime/lib/internal.js.map +1 -1
  11. package/runtime/lib/lifecycle/patch/commit.d.ts +0 -1
  12. package/runtime/lib/lifecycle/patch/commit.js +4 -7
  13. package/runtime/lib/lifecycle/patch/commit.js.map +1 -1
  14. package/runtime/lib/lifecycle/patch/updateMainThread.js +2 -3
  15. package/runtime/lib/lifecycle/patch/updateMainThread.js.map +1 -1
  16. package/runtime/lib/lifecycle/ref/delay.d.ts +9 -4
  17. package/runtime/lib/lifecycle/ref/delay.js +23 -16
  18. package/runtime/lib/lifecycle/ref/delay.js.map +1 -1
  19. package/runtime/lib/lifecycle/reload.js +0 -2
  20. package/runtime/lib/lifecycle/reload.js.map +1 -1
  21. package/runtime/lib/lifecycleConstant.d.ts +2 -1
  22. package/runtime/lib/lifecycleConstant.js +1 -0
  23. package/runtime/lib/lifecycleConstant.js.map +1 -1
  24. package/runtime/lib/list.js +1 -0
  25. package/runtime/lib/list.js.map +1 -1
  26. package/runtime/lib/lynx/tt.js +3 -1
  27. package/runtime/lib/lynx/tt.js.map +1 -1
  28. package/runtime/lib/lynx-api.d.ts +3 -3
  29. package/runtime/lib/lynx-api.js +3 -3
  30. package/runtime/lib/lynx-api.js.map +1 -1
  31. package/runtime/lib/lynx.js +2 -0
  32. package/runtime/lib/lynx.js.map +1 -1
  33. package/runtime/lib/snapshot/spread.js +3 -3
  34. package/runtime/lib/snapshot/spread.js.map +1 -1
  35. package/runtime/lib/snapshot/workletEvent.js +22 -1
  36. package/runtime/lib/snapshot/workletEvent.js.map +1 -1
  37. package/runtime/lib/worklet/call/delayedRunOnMainThreadData.js.map +1 -0
  38. package/runtime/lib/worklet/{execMap.js → call/execMap.js} +1 -1
  39. package/runtime/lib/worklet/call/execMap.js.map +1 -0
  40. package/runtime/lib/worklet/{functionCall.js → call/functionCall.js} +2 -2
  41. package/runtime/lib/worklet/call/functionCall.js.map +1 -0
  42. package/runtime/lib/worklet/{runOnBackground.js → call/runOnBackground.js} +2 -2
  43. package/runtime/lib/worklet/call/runOnBackground.js.map +1 -0
  44. package/runtime/lib/worklet/{runOnMainThread.js → call/runOnMainThread.js} +4 -4
  45. package/runtime/lib/worklet/call/runOnMainThread.js.map +1 -0
  46. package/runtime/lib/worklet/call/transformToWorklet.js.map +1 -0
  47. package/runtime/lib/worklet/ctx.js +1 -1
  48. package/runtime/lib/worklet/ctx.js.map +1 -1
  49. package/runtime/lib/worklet/destroy.js +4 -2
  50. package/runtime/lib/worklet/destroy.js.map +1 -1
  51. package/runtime/lib/worklet/ref/updateInitValue.d.ts +2 -0
  52. package/runtime/lib/worklet/ref/updateInitValue.js +24 -0
  53. package/runtime/lib/worklet/ref/updateInitValue.js.map +1 -0
  54. package/runtime/lib/worklet/{workletRef.js → ref/workletRef.js} +1 -1
  55. package/runtime/lib/worklet/ref/workletRef.js.map +1 -0
  56. package/runtime/lib/worklet/ref/workletRefPool.d.ts +1 -0
  57. package/runtime/lib/worklet/{workletRefPool.js → ref/workletRefPool.js} +1 -3
  58. package/runtime/lib/worklet/ref/workletRefPool.js.map +1 -0
  59. package/testing-library/dist/env/vitest.js +4 -1
  60. package/testing-library/dist/vitest-global-setup.js +19 -0
  61. package/testing-library/dist/vitest.config.js +4 -2
  62. package/transform/dist/wasm.cjs +1 -1
  63. package/worklet-runtime/dist/dev.js +45 -17
  64. package/worklet-runtime/dist/main.js +1 -1
  65. package/worklet-runtime/lib/bindings/types.d.ts +11 -0
  66. package/worklet-runtime/lib/bindings/types.js +6 -1
  67. package/worklet-runtime/lib/bindings/types.js.map +1 -1
  68. package/worklet-runtime/lib/eventPropagation.d.ts +16 -0
  69. package/worklet-runtime/lib/eventPropagation.js +44 -0
  70. package/worklet-runtime/lib/eventPropagation.js.map +1 -0
  71. package/worklet-runtime/lib/workletRuntime.js +14 -4
  72. package/worklet-runtime/lib/workletRuntime.js.map +1 -1
  73. package/runtime/lib/worklet/delayedRunOnMainThreadData.js.map +0 -1
  74. package/runtime/lib/worklet/execMap.js.map +0 -1
  75. package/runtime/lib/worklet/functionCall.js.map +0 -1
  76. package/runtime/lib/worklet/runOnBackground.js.map +0 -1
  77. package/runtime/lib/worklet/runOnMainThread.js.map +0 -1
  78. package/runtime/lib/worklet/transformToWorklet.js.map +0 -1
  79. package/runtime/lib/worklet/workletRef.js.map +0 -1
  80. package/runtime/lib/worklet/workletRefPool.d.ts +0 -1
  81. package/runtime/lib/worklet/workletRefPool.js.map +0 -1
  82. /package/runtime/lib/worklet/{delayedRunOnMainThreadData.d.ts → call/delayedRunOnMainThreadData.d.ts} +0 -0
  83. /package/runtime/lib/worklet/{delayedRunOnMainThreadData.js → call/delayedRunOnMainThreadData.js} +0 -0
  84. /package/runtime/lib/worklet/{execMap.d.ts → call/execMap.d.ts} +0 -0
  85. /package/runtime/lib/worklet/{functionCall.d.ts → call/functionCall.d.ts} +0 -0
  86. /package/runtime/lib/worklet/{runOnBackground.d.ts → call/runOnBackground.d.ts} +0 -0
  87. /package/runtime/lib/worklet/{runOnMainThread.d.ts → call/runOnMainThread.d.ts} +0 -0
  88. /package/runtime/lib/worklet/{transformToWorklet.d.ts → call/transformToWorklet.d.ts} +0 -0
  89. /package/runtime/lib/worklet/{transformToWorklet.js → call/transformToWorklet.js} +0 -0
  90. /package/runtime/lib/worklet/{workletRef.d.ts → ref/workletRef.d.ts} +0 -0

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.