Skip to content

Commit 77d33e2

Browse files
authored
fix(compat): correct enum value for COMPILER_FILTERS feature (#9875)
1 parent 0093686 commit 77d33e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export enum CompilerDeprecationTypes {
2121
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
2222
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE',
2323
COMPILER_INLINE_TEMPLATE = 'COMPILER_INLINE_TEMPLATE',
24-
COMPILER_FILTERS = 'COMPILER_FILTER',
24+
COMPILER_FILTERS = 'COMPILER_FILTERS',
2525
}
2626

2727
type DeprecationData = {

0 commit comments

Comments
 (0)