|
|
@@ -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 = {
|