babel-plugin-lazy-require
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -48,3 +48,3 @@ 'use strict'; | ||
t.expressionStatement(t.assignmentExpression('=', valueMember, requireExpression)), | ||
t.expressionStatement(t.assignmentExpression('=', initializedMember, t.booleanLiteral)) | ||
t.expressionStatement(t.assignmentExpression('=', initializedMember, t.booleanLiteral(true))) | ||
]) | ||
@@ -51,0 +51,0 @@ ), |
{ | ||
"name": "babel-plugin-lazy-require", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Transform CommonJS require statements into lazily evaluated imports", | ||
@@ -5,0 +5,0 @@ "main": "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
8511