]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
wip: error handling and nextTick for time slicing
authorEvan You <yyx990803@gmail.com>
Thu, 1 Nov 2018 21:08:33 +0000 (06:08 +0900)
committerEvan You <yyx990803@gmail.com>
Fri, 2 Nov 2018 21:31:31 +0000 (06:31 +0900)
commitd70b7d6dd5e25fa2a13c004d656b83296af51005
treed73961ba5207416a55db60b29b057adca3469bc5
parentd5862d8c51065babd031edaf173a92c552ce0b4c
wip: error handling and nextTick for time slicing
13 files changed:
packages/runtime-core/__tests__/attrsFallthrough.spec.ts
packages/runtime-core/__tests__/hooks.spec.ts
packages/runtime-core/__tests__/inheritance.spec.ts
packages/runtime-core/__tests__/memoize.spec.ts
packages/runtime-core/__tests__/parentChain.spec.ts
packages/runtime-core/src/componentUtils.ts
packages/runtime-core/src/createRenderer.ts
packages/runtime-core/src/errorHandling.ts
packages/runtime-dom/src/index.ts
packages/runtime-test/__tests__/testRuntime.spec.ts [moved from packages/runtime-test/__tests__/testRenderer.spec.ts with 98% similarity]
packages/runtime-test/src/index.ts
packages/scheduler/src/experimental.ts
packages/scheduler/src/patchNodeOps.ts [new file with mode: 0644]