globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 603 forks source link

Added logic to always un-register event listeners for CLDR validation. #889

Closed robaw closed 4 years ago

robaw commented 4 years ago

This change looks to ensure that we un-register the CLDR validation listeners when there is an exception thrown. Please see issue raised here.

jsf-clabot commented 4 years ago

CLA assistant check
All committers have signed the CLA.

rxaviers commented 4 years ago

Thank you!