babel-plugin-extensible-destructuring
Version:
Babel plugin that enables extensible destructuring as per https://github.com/vacuumlabs/es-proposals
20 lines (11 loc) • 321 B
Markdown
# Changelog
## 3.0.0
* Significant changes in implementation, also some changes in API; introduction of explicit control
of destructuring process by using `global.__extensible_get__`
* optin / optout modes
* behavior-oriented tests
* Several bugfixes
## 2.0.0
* Upgrade to Babel 6
## 1.0.0
* Initial release.