@lynx-js/react 0.105.1 → 0.105.2
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.
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
- package/refresh/.turbo/turbo-build.log +1 -1
- package/refresh/package.json +1 -1
- package/runtime/lib/backgroundSnapshot.d.ts +1 -1
- package/runtime/lib/backgroundSnapshot.js +2 -2
- package/runtime/lib/backgroundSnapshot.js.map +1 -1
- package/runtime/lib/compat/initData.js +0 -2
- package/runtime/lib/compat/initData.js.map +1 -1
- package/runtime/lib/gesture/processGesture.js +3 -0
- package/runtime/lib/gesture/processGesture.js.map +1 -1
- package/runtime/lib/gesture/types.d.ts +2 -0
- package/runtime/lib/internal.d.ts +2 -1
- package/runtime/lib/internal.js +3 -2
- package/runtime/lib/internal.js.map +1 -1
- package/runtime/lib/lifecycle/destroy.js +1 -1
- package/runtime/lib/lifecycle/destroy.js.map +1 -1
- package/runtime/lib/lifecycle/{patchUpdate.d.ts → patch/commit.d.ts} +1 -3
- package/runtime/lib/lifecycle/{patchUpdate.js → patch/commit.js} +12 -56
- package/runtime/lib/lifecycle/patch/commit.js.map +1 -0
- package/runtime/lib/lifecycle/patch/snapshotPatch.js.map +1 -0
- package/runtime/lib/{snapshotPatchApply.js → lifecycle/patch/snapshotPatchApply.js} +1 -4
- package/runtime/lib/lifecycle/patch/snapshotPatchApply.js.map +1 -0
- package/runtime/lib/lifecycle/patch/updateMainThread.d.ts +3 -0
- package/runtime/lib/lifecycle/patch/updateMainThread.js +55 -0
- package/runtime/lib/lifecycle/patch/updateMainThread.js.map +1 -0
- package/runtime/lib/lifecycle/reload.js +1 -1
- package/runtime/lib/lifecycle/reload.js.map +1 -1
- package/runtime/lib/lifecycle/render.js.map +1 -1
- package/runtime/lib/list.js +1 -1
- package/runtime/lib/list.js.map +1 -1
- package/runtime/lib/lynx/component.js +3 -3
- package/runtime/lib/lynx/component.js.map +1 -1
- package/runtime/lib/lynx/dynamic-js.js +0 -1
- package/runtime/lib/lynx/dynamic-js.js.map +1 -1
- package/runtime/lib/lynx/env.js +1 -2
- package/runtime/lib/lynx/env.js.map +1 -1
- package/runtime/lib/lynx/lazy-bundle.js.map +1 -1
- package/runtime/lib/lynx/performance.js +1 -1
- package/runtime/lib/lynx/performance.js.map +1 -1
- package/runtime/lib/lynx/tt.d.ts +1 -0
- package/runtime/lib/lynx/tt.js +45 -4
- package/runtime/lib/lynx/tt.js.map +1 -1
- package/runtime/lib/lynx-api.d.ts +1 -1
- package/runtime/lib/lynx.d.ts +0 -1
- package/runtime/lib/lynx.js +4 -46
- package/runtime/lib/lynx.js.map +1 -1
- package/runtime/lib/snapshot/ref.d.ts +2 -2
- package/runtime/lib/snapshot/ref.js +6 -7
- package/runtime/lib/snapshot/ref.js.map +1 -1
- package/runtime/lib/snapshot.js +1 -1
- package/runtime/lib/snapshot.js.map +1 -1
- package/runtime/lib/worklet/functionCall.js.map +1 -1
- package/runtime/lib/worklet/hmr.js +1 -1
- package/runtime/lib/worklet/hmr.js.map +1 -1
- package/runtime/lib/worklet/runOnBackground.js.map +1 -1
- package/runtime/lib/worklet/workletRef.js +1 -1
- package/runtime/lib/worklet/workletRef.js.map +1 -1
- package/runtime/src/backgroundSnapshot.ts +3 -3
- package/runtime/src/compat/initData.ts +5 -6
- package/runtime/src/gesture/processGesture.ts +4 -0
- package/runtime/src/gesture/types.ts +2 -0
- package/runtime/src/internal.ts +4 -2
- package/runtime/src/lifecycle/destroy.ts +1 -1
- package/runtime/src/lifecycle/{patchUpdate.ts → patch/commit.ts} +18 -71
- package/runtime/src/{snapshotPatchApply.ts → lifecycle/patch/snapshotPatchApply.ts} +2 -2
- package/runtime/src/lifecycle/patch/updateMainThread.ts +69 -0
- package/runtime/src/lifecycle/reload.ts +1 -1
- package/runtime/src/lifecycle/render.ts +1 -1
- package/runtime/src/list.ts +1 -1
- package/runtime/src/lynx/component.ts +3 -3
- package/runtime/src/lynx/dynamic-js.ts +2 -3
- package/runtime/src/lynx/env.ts +2 -2
- package/runtime/src/lynx/lazy-bundle.ts +1 -1
- package/runtime/src/lynx/performance.ts +3 -2
- package/runtime/src/lynx/tt.ts +55 -6
- package/runtime/src/lynx-api.ts +1 -1
- package/runtime/src/lynx.ts +5 -55
- package/runtime/src/snapshot/ref.ts +6 -9
- package/runtime/src/snapshot.ts +1 -1
- package/runtime/src/worklet/functionCall.ts +1 -1
- package/runtime/src/worklet/hmr.ts +1 -1
- package/runtime/src/worklet/runOnBackground.ts +4 -4
- package/runtime/src/worklet/workletRef.ts +1 -1
- package/transform/dist/wasm.cjs +1 -1
- package/runtime/lib/lifecycle/patchUpdate.js.map +0 -1
- package/runtime/lib/snapshotPatch.js.map +0 -1
- package/runtime/lib/snapshotPatchApply.js.map +0 -1
- /package/runtime/lib/{snapshotPatch.d.ts → lifecycle/patch/snapshotPatch.d.ts} +0 -0
- /package/runtime/lib/{snapshotPatch.js → lifecycle/patch/snapshotPatch.js} +0 -0
- /package/runtime/lib/{snapshotPatchApply.d.ts → lifecycle/patch/snapshotPatchApply.d.ts} +0 -0
- /package/runtime/src/{snapshotPatch.ts → lifecycle/patch/snapshotPatch.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.