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
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
--compilation_level ADVANCED_OPTIMIZATIONS
|
|
--js_output_file "build/closure/zone-closure-bundle.js"
|
|
--rewrite_polyfills false
|
|
--js "build/test/closure/zone.js"
|
|
--js "build/test/closure/zone.closure.js"
|
|
--formatting PRETTY_PRINT
|