Comparing version 0.6.22 to 0.6.23
# changelog | ||
## 0.6.23 | ||
* Function arguments are considered when naming imports to avoid conflicts ([#119](https://github.com/esperantojs/esperanto/issues/119)) | ||
* Bindings are always exported at the end of a module, regardless of re-assignments ([#130](https://github.com/esperantojs/esperanto/issues/130)) | ||
* Generated import names cannot be shadowed by non-root-scope declarations ([#133](https://github.com/esperantojs/esperanto/issues/133)) | ||
## 0.6.22 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "esperanto", | ||
"description": "An easier way to convert ES6 modules to AMD and CommonJS", | ||
"version": "0.6.22", | ||
"version": "0.6.23", | ||
"author": "Rich Harris", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/esperantojs/esperanto", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4605