]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat(runtime-vapor): `watchEffect`/`watch` and `onEffectCleanup` (#69)
authorRizumu Ayaka <rizumu@ayaka.moe>
Sat, 23 Dec 2023 07:17:18 +0000 (15:17 +0800)
committerGitHub <noreply@github.com>
Sat, 23 Dec 2023 07:17:18 +0000 (15:17 +0800)
commit5b3027f0a95b91d28338e61278d0528407f63d41
tree29b9b9e4fe0277c61215f7e890470b086c346d62
parent597eae423b0d69fba47b0ac6a1e9692fb4a95f71
feat(runtime-vapor): `watchEffect`/`watch` and `onEffectCleanup` (#69)
20 files changed:
packages/compiler-vapor/__tests__/__snapshots__/compile.spec.ts.snap
packages/compiler-vapor/__tests__/transforms/__snapshots__/vBind.spec.ts.snap
packages/compiler-vapor/__tests__/transforms/__snapshots__/vHtml.spec.ts.snap
packages/compiler-vapor/__tests__/transforms/__snapshots__/vOn.spec.ts.snap
packages/compiler-vapor/__tests__/transforms/__snapshots__/vText.spec.ts.snap
packages/compiler-vapor/__tests__/transforms/vBind.spec.ts
packages/compiler-vapor/__tests__/transforms/vOn.spec.ts
packages/compiler-vapor/src/generate.ts
packages/runtime-vapor/__tests__/apiWatch.spec.ts [new file with mode: 0644]
packages/runtime-vapor/__tests__/component.spec.ts
packages/runtime-vapor/src/apiWatch.ts [new file with mode: 0644]
packages/runtime-vapor/src/component.ts
packages/runtime-vapor/src/directive.ts
packages/runtime-vapor/src/errorHandling.ts [new file with mode: 0644]
packages/runtime-vapor/src/index.ts
packages/runtime-vapor/src/render.ts
packages/runtime-vapor/src/scheduler.ts
packages/runtime-vapor/src/warning.ts [new file with mode: 0644]
playground/src/props.js
playground/src/scheduler.vue [new file with mode: 0644]