rsdoctor
rsdoctor copied to clipboard
[Feature]: Analysis of tree shaking
What problem does this feature solve?
Provide the analysis ability of tree-shaking:
- The exported variables of the module file.
- The unused exported variables and the used exported variables.
- The link of the used exported variables.
- Side effect analysis.
What does the proposed API look like?
features: { treeShaking: true }