Comparing version 0.0.26 to 0.0.27
# code-red changelog | ||
## 0.0.27 | ||
* Handle parenthesized expressions | ||
## 0.0.26 | ||
@@ -4,0 +8,0 @@ |
@@ -283,2 +283,6 @@ (function (global, factory) { | ||
ParenthesizedExpression(node, state) { | ||
return handle(node.expression, state); | ||
}, | ||
ExpressionStatement(node, state) { | ||
@@ -285,0 +289,0 @@ const precedence = EXPRESSIONS_PRECEDENCE[node.expression.type]; |
{ | ||
"name": "code-red", | ||
"description": "code-red", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"repository": "Rich-Harris/code-red", | ||
@@ -6,0 +6,0 @@ "main": "dist/code-red.js", |
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
79192
2766