Skip to content

Commit

Permalink
fix(compat): correct enum value for COMPILER_FILTERS feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Masa-Shin committed Dec 29, 2023
1 parent 9fa8241 commit 88d3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-core/src/compat/compatConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const enum CompilerDeprecationTypes {
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE',
COMPILER_INLINE_TEMPLATE = 'COMPILER_INLINE_TEMPLATE',
COMPILER_FILTERS = 'COMPILER_FILTER'
COMPILER_FILTERS = 'COMPILER_FILTERS'
}

type DeprecationData = {
Expand Down

0 comments on commit 88d3b40

Please sign in to comment.