rsdoctor icon indicating copy to clipboard operation
rsdoctor copied to clipboard

[Feature]: Analysis of tree shaking

Open easy1090 opened this issue 1 year ago • 0 comments

What problem does this feature solve?

Provide the analysis ability of tree-shaking:

  1. The exported variables of the module file.
  2. The unused exported variables and the used exported variables.
  3. The link of the used exported variables.
  4. Side effect analysis. img_v3_02a3_018b4a34-5310-476f-8e31-34f37d5c565g

What does the proposed API look like?

features: { treeShaking: true }

easy1090 avatar Apr 20 '24 14:04 easy1090