babel-plugin-lazy-require
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -72,3 +72,3 @@ 'use strict'; | ||
path.unshiftContainer('body', t.variableDeclaration('const', [t.variableDecclarator(importsVar, t.objectExpression(properties))])); | ||
path.unshiftContainer('body', t.variableDeclaration('const', [t.variableDeclarator(importsVar, t.objectExpression(properties))])); | ||
for (const declaration of variableDeclarations) { | ||
@@ -75,0 +75,0 @@ path.unshiftContainer('body', declaration); |
{ | ||
"name": "babel-plugin-lazy-require", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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
8510