We recently disabled the e2e tests for `upgrade-phonecat-2-hybdrid` because the switch to APF 10 caused it to fail with an uglify error. More details in a dedicated issue here: https://github.com/angular/angular/issues/36957. We can re-enable the test by switching to Terser that properly handles ES2015 syntax. Previously the rollup bundle consisted only of ES5 output as the Angular framework packages provided ES5 output. With APF 10, there is no ES5 output except for the non-optimizable UMD format. Hence we either need to downlevel code to ES5, or use Terser that supports ES2015 syntax. Closes #36957. PR Close #36969
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%