angular / zone.js

Implements Zones for JavaScript
https://github.com/angular/angular/tree/master/packages/zone.js/
MIT License
3.25k stars 407 forks source link

build: add __load_patch and __symbol__ in zone_extern for closure #1239

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago

add __load_patch and __symbol__ in zone_extern.js for closure compiler. In PR https://github.com/angular/angular/pull/30533, we use Zone.__symbol__ function to get the native delegate, so we need those API to be reserved by closure compiler.

JiaLiPassion commented 5 years ago

@mhevery, please review, after this is merged, we need to cut a new release to make https://github.com/angular/angular/pull/30533 work! Thanks!