Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(migrations): normalize paths to posix (angular#48850)
Both TypeScript and Angular Schematic rely on posix system paths which can cause issues on Windows if paths are not normalized correctly. Such as `sourceFile.fileName.startsWith(pathToMigrate)` on Windows will always return falsey. PR Close angular#48850
- Loading branch information