-
**Is your feature request related to a problem? Please describe.**
Currently, it isn't possible to load specific parts of the system information as the library doesn't support tree-shakeable named im…
-
First of all, thank you for such a great package!
Second, do you know if it's possible to not build a section like vitest has in its docs?
something like ignoring everything in an if block by en…
-
The title says it all. If I'm not mistaken, webpack5 has pretty decent treeshaking support so I'm asking if this is needed in webpack5? webpack4?
-
Hello guys,
Thanks for manifesto..
in latest commit, you created internal.ts as proxy for importing inside lib. now with this, bundlers like rollup cannot perform tree-shaking.
let's say we want …
-
**Describe the rule you'd like to see implemented**
Lint that warns if debug only members/classes as defined by members/classes that start with the name `debug` or are annotated with `@debug` are u…
-
First of all, perf timers logging quite strange, [level 1 prefix is `#`, level 2 — `##`, level 3 — no prefix, level 4 — dashes perl level count minus 3](https://github.com/rollup/rollup/blob/dc87d5855…
-
### Describe the bug
Error: Vuetify plugin must be loaded after the vue plugin
In dev & build story
### Reproduction
https://stackblitz.com/edit/nuxt-starter-5fsqwn
### System Info
```shell
Syst…
-
### Discuss anything related to Knip
I find knip very useful, but I want to understand what the difference is between knip and Treeshaking in dealing with invalid code?
-
```js
// index.js
import { Infinity as infi } from "./bug";
infi();
```
```js
// bug.js
function Infinity() {
console.log("Inifinity");
}
// Infinity.size = [8];
export { Infinity };
```…
-
Hi adams85 and thanks for this great bundling.
I'm using EcmaScript for ES6 support and it seems the whole file has being imported. Is it possible to eliminate dead code and import only what is rea…