babel-plugin-add-module-exports
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -89,3 +89,3 @@ 'use strict'; | ||
// Not `exports.anything`, skip | ||
if (!path.get(property + '.left').node || !path.get(property + '.left.object').node) { | ||
if (!path.get('' + property).node || !path.get(property + '.left').node || !path.get(property + '.left.object').node) { | ||
return; | ||
@@ -92,0 +92,0 @@ } |
{ | ||
"name": "babel-plugin-add-module-exports", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Fix babel/babel#2212", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
@@ -126,4 +126,8 @@ babel-plugin-add-module-exports | ||
See also | ||
--- | ||
* [babel-plugin-experimental-syntax-dynamic-import](https://github.com/59naga/babel-plugin-experimental-syntax-dynamic-import) | ||
License | ||
--- | ||
[MIT](http://59naga.mit-license.org/) |
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
18245
133