Comparing version 0.6.1 to 0.6.2
# buble changelog | ||
## 0.6.2 | ||
* Handle body-less do-while blocks ([#27](https://gitlab.com/Rich-Harris/buble/issues/27)) | ||
## 0.6.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "buble", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "The blazing fast, batteries-included ES2015 compiler", | ||
@@ -5,0 +5,0 @@ "main": "dist/buble.umd.js", |
@@ -9,2 +9,3 @@ import wrap from './wrap.js'; | ||
WhileStatement: 'body', | ||
DoWhileStatement: 'body', | ||
ArrowFunctionExpression: 'body' | ||
@@ -11,0 +12,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
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
1203322
10917