File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/compiler-cli/src/ngtsc/typecheck/extended Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import {factory as suffixNotSupportedFactory} from './checks/suffix_not_supporte
1919import { factory as textAttributeNotBindingFactory } from './checks/text_attribute_not_binding' ;
2020import { factory as uninvokedFunctionInEventBindingFactory } from './checks/uninvoked_function_in_event_binding' ;
2121import { factory as unusedLetDeclarationFactory } from './checks/unused_let_declaration' ;
22+ import { factory as skipHydrationNotStaticFactory } from './checks/skip_hydration_not_static' ;
2223
2324export { ExtendedTemplateCheckerImpl } from './src/extended_template_checker' ;
2425
@@ -36,6 +37,7 @@ export const ALL_DIAGNOSTIC_FACTORIES: readonly TemplateCheckFactory<
3637 interpolatedSignalNotInvoked ,
3738 uninvokedFunctionInEventBindingFactory ,
3839 unusedLetDeclarationFactory ,
40+ skipHydrationNotStaticFactory ,
3941] ;
4042
4143export const SUPPORTED_DIAGNOSTIC_NAMES = new Set < string > ( [
You can’t perform that action at this time.
0 commit comments