mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6085d2acc9
Add back the zone.js externs file test for google closure compiler. The test compiles a test program with and without `zone_externs`. 1. With `zone_externs`, the code should keep the APIs defined in the `zone_externs`. 2. Without `zone_externs`, the code will not keep these APIs. PR Close #39108