Comparing version 0.4.9 to 0.4.10
# buble changelog | ||
## 0.4.10 | ||
* Basic support for spread operator | ||
## 0.4.9 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "buble", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "The blazing fast, batteries-included ES2015 compiler", | ||
@@ -5,0 +5,0 @@ "main": "dist/buble.umd.js", |
@@ -0,3 +1,5 @@ | ||
import ArrayExpression from './ArrayExpression.js'; | ||
import ArrowFunctionExpression from './ArrowFunctionExpression.js'; | ||
import AssignmentExpression from './AssignmentExpression.js'; | ||
import ArrowFunctionExpression from './ArrowFunctionExpression.js'; | ||
import CallExpression from './CallExpression.js'; | ||
import ClassBody from './ClassBody.js'; | ||
@@ -16,3 +18,2 @@ import ClassDeclaration from './ClassDeclaration.js'; | ||
import Property from './Property.js'; | ||
import SpreadElement from './SpreadElement.js'; | ||
import Super from './Super.js'; | ||
@@ -28,4 +29,6 @@ import TaggedTemplateExpression from './TaggedTemplateExpression.js'; | ||
export default { | ||
ArrayExpression, | ||
ArrowFunctionExpression, | ||
AssignmentExpression, | ||
ArrowFunctionExpression, | ||
CallExpression, | ||
ClassBody, | ||
@@ -44,3 +47,2 @@ ClassDeclaration, | ||
Property, | ||
SpreadElement, | ||
Super, | ||
@@ -47,0 +49,0 @@ TaggedTemplateExpression, |
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
1769894
48
14972