We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0093686 commit 77d33e2Copy full SHA for 77d33e2
packages/compiler-core/src/compat/compatConfig.ts
@@ -21,7 +21,7 @@ export enum CompilerDeprecationTypes {
21
COMPILER_V_IF_V_FOR_PRECEDENCE = 'COMPILER_V_IF_V_FOR_PRECEDENCE',
22
COMPILER_NATIVE_TEMPLATE = 'COMPILER_NATIVE_TEMPLATE',
23
COMPILER_INLINE_TEMPLATE = 'COMPILER_INLINE_TEMPLATE',
24
- COMPILER_FILTERS = 'COMPILER_FILTER',
+ COMPILER_FILTERS = 'COMPILER_FILTERS',
25
}
26
27
type DeprecationData = {
0 commit comments