]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
wip: refactor deprecations into a single file
authorEvan You <yyx990803@gmail.com>
Mon, 12 Apr 2021 22:47:50 +0000 (18:47 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 12 Apr 2021 22:47:50 +0000 (18:47 -0400)
commit115372dd5bdd1c0c2ee2d04f16cb1b18f32aa316
tree4ead28cf4ea341cf4252b376b4ae4848e28a37fb
parentaf9e6999e1779f56b5cf827b97310d8e4e1fe5ec
wip: refactor deprecations into a single file
19 files changed:
packages/runtime-core/src/apiWatch.ts
packages/runtime-core/src/compat/compatConfig.ts
packages/runtime-core/src/compat/component.ts
packages/runtime-core/src/compat/customDirective.ts
packages/runtime-core/src/compat/data.ts
packages/runtime-core/src/compat/deprecations.ts [deleted file]
packages/runtime-core/src/compat/global.ts
packages/runtime-core/src/compat/globalConfig.ts
packages/runtime-core/src/compat/instance.ts
packages/runtime-core/src/compat/instanceChildren.ts
packages/runtime-core/src/compat/instanceEventEmitter.ts
packages/runtime-core/src/compat/instanceListeners.ts
packages/runtime-core/src/compat/props.ts
packages/runtime-core/src/compat/renderFn.ts
packages/runtime-core/src/compat/vModel.ts
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/componentProps.ts
packages/runtime-core/src/index.ts
packages/runtime-core/src/renderer.ts