JoostK
4161d19374
test(ivy): normalize rooted paths to include a drive letter in Windows (#31996)
The Angular compiler has an emulation system for various kinds of filesystems and runs its testcases for all those filesystems. This allows to verify that the compiler behaves correctly in all of the supported platforms, without needing to run the tests on the actual platforms. Previously, the emulated Windows mode would normalize rooted paths to always include a drive letter, whereas the native mode did not perform this normalization. The consequence of this discrepancy was that running the tests in native Windows was behaving differently compared to how emulated Windows mode behaves, potentially resulting in test failures in native Windows that would succeed for emulated Windows. This commit adds logic to ensure that paths are normalized equally for emulated Windows and native Windows mode, therefore resolving the discrepancy. PR Close #31996
build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%