Skip to content

Commit

Permalink
wip: remove unncessary deprecation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 17, 2021
1 parent 810fe4d commit bf41354
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/compiler-core/src/compat/compatConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const enum CompilerDeprecationTypes {
COMPILER_V_BIND_PROP = 'COMPILER_V_BIND_PROP',
COMPILER_V_BIND_OBJECT_ORDER = 'COMPILER_V_BIND_OBJECT_ORDER',
COMPILER_V_ON_NATIVE = 'COMPILER_V_ON_NATIVE',
COMPILER_KEY_V_IF = 'COMPILER_KEY_V_IF',
COMPILER_KEY_V_FOR_TEMPLATE = 'COMPILER_KEY_V_FOR_TEMPLATE',
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE'
}
Expand Down Expand Up @@ -68,16 +66,6 @@ const deprecationData: Record<CompilerDeprecationTypes, DeprecationData> = {
link: `https://v3.vuejs.org/guide/migration/v-on-native-modifier-removed.html`
},

[CompilerDeprecationTypes.COMPILER_KEY_V_IF]: {
message: ``,
link: `https://v3.vuejs.org/guide/migration/key-attribute.html#on-conditional-branches`
},

[CompilerDeprecationTypes.COMPILER_KEY_V_FOR_TEMPLATE]: {
message: ``,
link: `https://v3.vuejs.org/guide/migration/key-attribute.html#with-template-v-for`
},

[CompilerDeprecationTypes.COMPILER_V_IF_V_FOR_PRECEDENCE]: {
message:
`v-if / v-for precedence when used on the same element has changed ` +
Expand Down

0 comments on commit bf41354

Please sign in to comment.