Skip to content

Commit bf41354

Browse files
committed
wip: remove unncessary deprecation messages
1 parent 810fe4d commit bf41354

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/compiler-core/src/compat/compatConfig.ts

-12
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export const enum CompilerDeprecationTypes {
1919
COMPILER_V_BIND_PROP = 'COMPILER_V_BIND_PROP',
2020
COMPILER_V_BIND_OBJECT_ORDER = 'COMPILER_V_BIND_OBJECT_ORDER',
2121
COMPILER_V_ON_NATIVE = 'COMPILER_V_ON_NATIVE',
22-
COMPILER_KEY_V_IF = 'COMPILER_KEY_V_IF',
23-
COMPILER_KEY_V_FOR_TEMPLATE = 'COMPILER_KEY_V_FOR_TEMPLATE',
2422
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
2523
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE'
2624
}
@@ -68,16 +66,6 @@ const deprecationData: Record<CompilerDeprecationTypes, DeprecationData> = {
6866
link: `https://v3.vuejs.org/guide/migration/v-on-native-modifier-removed.html`
6967
},
7068

71-
[CompilerDeprecationTypes.COMPILER_KEY_V_IF]: {
72-
message: ``,
73-
link: `https://v3.vuejs.org/guide/migration/key-attribute.html#on-conditional-branches`
74-
},
75-
76-
[CompilerDeprecationTypes.COMPILER_KEY_V_FOR_TEMPLATE]: {
77-
message: ``,
78-
link: `https://v3.vuejs.org/guide/migration/key-attribute.html#with-template-v-for`
79-
},
80-
8169
[CompilerDeprecationTypes.COMPILER_V_IF_V_FOR_PRECEDENCE]: {
8270
message:
8371
`v-if / v-for precedence when used on the same element has changed ` +

0 commit comments

Comments
 (0)