Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: placeholder options for stats nestedModules #3115

Merged
merged 1 commit into from
May 11, 2023

Conversation

ahabhgk
Copy link
Collaborator

@ahabhgk ahabhgk commented May 11, 2023

Related issue (if exists)

closes #2610

Summary

馃 Generated by Copilot at 1a53dc3

Added a new nestedModules option to the stats output of rspack and its core and node binding crates. This option allows users to see information about modules that are concatenated into other modules by webpack, which can help with bundle optimization and analysis. Modified the Stats, Compilation, and StatsModule classes and interfaces and the StatsOptions schema and interface to support this option.

Walkthrough

馃 Generated by Copilot at 1a53dc3

  • Add a new option nestedModules to the StatsOptions interface (F4L564), schema (F3L1876), and class (F5L94, F5L100) in the rspack package to control whether to include information about modules nested in other modules in the stats output

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label May 11, 2023
@ahabhgk ahabhgk requested a review from underfin May 11, 2023 03:51
@ahabhgk ahabhgk added this pull request to the merge queue May 11, 2023
Merged via the queue into main with commit 80a0129 May 11, 2023
15 checks passed
@ahabhgk ahabhgk deleted the chore-placeholder-options-for-stats-nestedModules branch May 11, 2023 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: supportstats.modules.assets + stats.modules.modules
3 participants