]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
refactor: rename/re-organize files
authorEvan You <yyx990803@gmail.com>
Sat, 2 Nov 2019 16:18:35 +0000 (12:18 -0400)
committerEvan You <yyx990803@gmail.com>
Sat, 2 Nov 2019 16:18:35 +0000 (12:18 -0400)
commit90b9884eb4a4103e18f75ce34f606b03114c02ec
tree169d44cd47d8087cc0aeb703769f9e35a17f12bc
parentabdaf10d8805e3dab62b65dcc88b25090e660279
refactor: rename/re-organize files
12 files changed:
packages/runtime-core/__tests__/components/KeepAlive.spec.ts [moved from packages/runtime-core/__tests__/keepAlive.spec.ts with 99% similarity]
packages/runtime-core/src/apiApp.ts
packages/runtime-core/src/apiLifecycle.ts
packages/runtime-core/src/apiWatch.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/components/KeepAlive.ts [moved from packages/runtime-core/src/keepAlive.ts with 95% similarity]
packages/runtime-core/src/index.ts
packages/runtime-core/src/renderer.ts [moved from packages/runtime-core/src/createRenderer.ts with 99% similarity]
packages/runtime-core/src/rendererSuspense.ts [moved from packages/runtime-core/src/suspense.ts with 99% similarity]
packages/runtime-core/src/vnode.ts
packages/runtime-dom/src/components/Transition.ts [moved from packages/runtime-dom/src/components/transition-group.ts with 100% similarity]
packages/runtime-dom/src/components/TransitionGroup.ts [moved from packages/runtime-dom/src/components/transition.ts with 100% similarity]