Skip to content

Commit

Permalink
fix(compat): correct enum value for COMPILER_FILTERS feature (#9875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masa-Shin authored Dec 29, 2023
1 parent 0093686 commit 77d33e2
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 @@ -21,7 +21,7 @@ export 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 77d33e2

Please sign in to comment.