is-tree-shakable@0.2.0
This is a command-line tree-shakability checker for JavaScript packages. Compared to alternatives, it not only reports whether a package is tree-shakable but also pinpoints the root causes of non-tree-shakability in the JavaScript or TypeScript sourc
MIT
2025-10-02
安装 (0.2.0)
npm install is-tree-shakable@0.2.0
yarn add is-tree-shakable@0.2.0
pnpm add is-tree-shakable@0.2.0
bun add is-tree-shakable@0.2.0
dependencies (6)
| 包名 | 版本要求 |
|---|---|
| @rollup/plugin-virtual | 3.0.2 |
| acorn | 8.15.0 |
| acorn-walk | 8.3.4 |
| chalk | 5.6.2 |
| rollup | 4.52.2 |
| source-map | 0.7.6 |
devDependencies (3)
| 包名 | 版本要求 |
|---|---|
| @tsconfig/recommended | 1.0.10 |
| @types/node | 24.5.2 |
| typescript | 5.9.2 |