File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/ngtools/webpack/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -633,8 +633,8 @@ export class AngularCompilerPlugin {
633
633
// Exclude the following files from unused checks
634
634
// - ngfactories & ngstyle might not have a correspondent
635
635
// JS file example `@angular/core/core.ngfactory.ts`.
636
- // - __ng_typecheck__.ts will never be requested .
637
- const fileExcludeRegExp = / ( \. ( n g f a c t o r y | n g s t y l e | n g s u m m a r y ) \. t s | n g _ t y p e c h e c k _ _ \. t s ) $ / ;
636
+ // - ngtypecheck.ts and __ng_typecheck__.ts are used for type-checking in Ivy .
637
+ const fileExcludeRegExp = / ( \. ( n g f a c t o r y | n g s t y l e | n g s u m m a r y | n g t y p e c h e c k ) \. t s | n g _ t y p e c h e c k _ _ \. t s ) $ / ;
638
638
639
639
// Start all the source file names we care about.
640
640
// Ignore matches to the regexp above, files we've already reported once before, and
You can’t perform that action at this time.
0 commit comments