Comparing version 0.6.7 to 0.7.0
# buble changelog | ||
## 0.7.0 | ||
* Allow arrow functions to be used as default parameter values ([#36](https://gitlab.com/Rich-Harris/buble/issues/36)) | ||
## 0.6.7 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "buble", | ||
"version": "0.6.7", | ||
"version": "0.7.0", | ||
"description": "The blazing fast, batteries-included ES2015 compiler", | ||
@@ -62,5 +62,5 @@ "main": "dist/buble.umd.js", | ||
"chalk": "^1.1.3", | ||
"magic-string": "^0.11.2", | ||
"magic-string": "^0.12.1", | ||
"minimist": "^1.2.0" | ||
} | ||
} |
@@ -49,3 +49,3 @@ import Node from '../Node.js'; | ||
super.transpile( code, transforms ); | ||
code.insert( this.body.end, `; }` ); | ||
code.insertAfter( this.body.end, `; }` ); | ||
} | ||
@@ -52,0 +52,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
1217393
11028
65
1
0
+ Addedmagic-string@0.12.1(transitive)
- Removedmagic-string@0.11.4(transitive)
Updatedmagic-string@^0.12.1