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

env: change BLACK_LISTED_EVENTS to DISABLE_EVENTS #1192

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago

based on this change in Angular repo, https://github.com/angular/angular/pull/28529 change env name from __zone_symbol__BLACK_LISTED_EVENTS to __zone_symbol__DISABLE_EVENTS. And for backward compatibility, we still support __zone_symbol__BLACK_LISTED_EVENTS

JiaLiPassion commented 5 years ago

@IgorMinar, this one related to https://github.com/angular/angular/pull/28529, please review, thanks.

JiaLiPassion commented 5 years ago

@IgorMinar, I updated the env name to __zone_symbol__DISABLED_EVENTS, and also add comments, please review, thanks!

JiaLiPassion commented 5 years ago

@IgorMinar, this one is also green now, and I changed the name based on @kara 's suggestion to __zone__symbol__UNPATCHED_EVENTS, please review, thanks!

IgorMinar commented 5 years ago

Thank you!