You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(compiler-cli): make typescript_ast_factory_spec tests resilient to line-endings (angular#38866)
The tests were assuming that newlines were `\n` characters but this is not
the case on Windows. This was fixed in angular#38925, but a better solution is to
configure the TS printer to always use `\n` characters for newlines.
PR Closeangular#38866
0 commit comments