Revert "fix(ivy): correct ngtsc path handling in Windows (#26703)"

This reverts commit d0037b22ef. The commit must be temporarily reverted because
there were unforeseen breakages in g3.
This commit is contained in:
Kara Erickson
2018-11-05 11:18:52 -08:00
parent d0037b22ef
commit 4e4bca6bbc
10 changed files with 15 additions and 18 deletions

View File

@ -17,7 +17,6 @@ ts_library(
"//packages/compiler-cli/src/ngtsc/transform",
"//packages/compiler-cli/src/ngtsc/typecheck",
"@ngdeps//@types/node",
"@ngdeps//canonical-path",
"@ngdeps//typescript",
],
)