babel-plugin-aexpr-source-transformation
Advanced tools
Comparing version 2.3.8 to 2.3.9
@@ -190,2 +190,3 @@ const AEXPR_IDENTIFIER_NAME = "aexpr"; | ||
// TODO: is there a general way to exclude non-variables? | ||
!(t.isImportNamespaceSpecifier(path.parent) && path.parentKey === 'local') && | ||
!(t.isLabeledStatement(path.parent) && path.parentKey === 'label') && | ||
@@ -192,0 +193,0 @@ !(t.isBreakStatement(path.parent) && path.parentKey === 'label') && |
{ | ||
"name": "babel-plugin-aexpr-source-transformation", | ||
"version": "2.3.8", | ||
"version": "2.3.9", | ||
"description": "3rd implementation strategy of active expressions, via a babel transformation", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
50055
933