Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ascjs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ES2015 to CommonJS import/export transformer", | ||
@@ -5,0 +5,0 @@ "bin": "bin.js", |
@@ -59,3 +59,3 @@ # ascjs | ||
* extremely lightweight, based on [esprima](http://esprima.org) for performance and reliability, it transforms only imports/exports ignoring everything else | ||
* extremely lightweight, based on [babylon](https://github.com/babel/babylon) for performance and reliability, it transforms only imports/exports ignoring everything else | ||
* produces modern JavaScript, you are in charge of extra transformations if needed | ||
@@ -62,0 +62,0 @@ * indentation, spaces, semi or no-semi are preserved: beautiful source code remains beautiful |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12805