babel-plugin-tiny-import
Advanced tools
@@ -265,16 +265,11 @@ /** | ||
t.identifier(obj.local), | ||
!ret.ref | ||
? //t.logicalExpression( | ||
//'||', | ||
// t.memberExpression( | ||
callExpression | ||
// t.identifier('default') | ||
// ) | ||
// callExpression, | ||
// ) | ||
: t.memberExpression( | ||
callExpression, | ||
t.identifier(ret.ref) | ||
), | ||
) | ||
( | ||
!ret.ref | ||
? callExpression | ||
: t.memberExpression( | ||
callExpression, | ||
t.identifier(ret.ref) | ||
) | ||
) | ||
); | ||
})) | ||
@@ -281,0 +276,0 @@ } |
{ | ||
"name": "babel-plugin-tiny-import", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "split import from wrap package", | ||
@@ -5,0 +5,0 @@ "private": false, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%18015
-1.61%355
-1.39%