Charles Lyding cfbd6e81fb refactor(@schematics/angular): use type guard based narrowing in ast-utils
By leveraging TypeScript's AST type guards, function parameter assumptions and casting can be removed.  Many of these cases caused errors when enabling TypeScript's strict option. This is preliminary work to support enabling full TypeScript strict mode within the project.
2020-06-13 20:08:59 +02:00
..