@perfsee/bundle-analyzer
Advanced tools
Comparing version 1.7.0 to 1.8.1
@@ -140,2 +140,5 @@ "use strict"; | ||
} | ||
// Walking into callee because rspack wraps async chunk push expression into IIFE body. | ||
// ;(() => { ..., ;(globalThis.webpackChunkunion_admin = globalThis.webpackChunkunion_admin || []).push([ ... ]) })() | ||
callback(node.callee, state); | ||
// Walking into arguments because some of plugins (e.g. `DedupePlugin`) or some Webpack | ||
@@ -251,2 +254,3 @@ // features (e.g. `umd` library output) can wrap modules list into additional IIFE. | ||
}); | ||
return locations; | ||
} | ||
@@ -272,4 +276,5 @@ if (node?.type === 'ArrayExpression' || node?.type === 'CallExpression') { | ||
}); | ||
return locations; | ||
} | ||
return locations; | ||
return null; | ||
} | ||
@@ -276,0 +281,0 @@ function getModuleLocation(node) { |
{ | ||
"name": "@perfsee/bundle-analyzer", | ||
"version": "1.7.0", | ||
"version": "1.8.1", | ||
"description": "Bundle analyzer by perfsee", | ||
@@ -20,3 +20,3 @@ "sideEffect": false, | ||
"@eyhn/msgpack-stream": "^2.8.4", | ||
"@perfsee/jsonr": "1.7.0", | ||
"@perfsee/jsonr": "1.8.1", | ||
"@perfsee/utils": "1.3.0", | ||
@@ -31,3 +31,3 @@ "acorn": "^8.7.1", | ||
}, | ||
"gitHead": "5bc3ef49d30b88318f03f3238afbe2b7d28b01aa" | ||
"gitHead": "87c8778dd062efec899711a94f6751d84c654284" | ||
} |
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
226481
3274
+ Added@perfsee/jsonr@1.8.1(transitive)
- Removed@perfsee/jsonr@1.7.0(transitive)
Updated@perfsee/jsonr@1.8.1