Skip to content

feat: bundle-stats plugin poc implementation #3388

feat: bundle-stats plugin poc implementation

feat: bundle-stats plugin poc implementation #3388

Triggered via pull request December 5, 2025 13:42
Status Success
Total duration 15m 56s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
<✓> TypeScript | Semantic errors: packages/plugin-bundle-stats/mocks/fixtures/node-minimal/vite.config.ts#L2
TS2307: Cannot find module 'rollup-plugin-webpack-stats' or its corresponding type declarations.
<✓> TypeScript | Syntax errors: packages/plugin-bundle-stats/code-pushup.minimal-esbuild.config.ts#L4
TS1484: 'BundleStatsAuditOptions' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
<✓> TypeScript | Syntax errors: packages/plugin-bundle-stats/code-pushup.minimal-esbuild.config.ts#L3
TS1484: 'MinMax' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
<✓> TypeScript | Syntax errors: packages/plugin-bundle-stats/code-pushup.large-angular.config.ts#L3
TS1484: 'BundleStatsAuditOptions' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
<✓> TypeScript | Syntax errors: packages/plugin-bundle-stats/code-pushup.large-angular.config.ts#L2
TS1484: 'GroupingRule' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
<✓> ESLint | Enforce a maximum cyclomatic complexity allowed in a program: packages/plugin-bundle-stats/src/lib/runner/audits/details/table.ts#L40
Function 'aggregateAndSortGroups' has a complexity of 26. Maximum allowed is 20.