-
Hi,
Your code here has been very useful, I have adapted it for use with angular. One problem I am having though is with direct imports. If I import a barrel file in the code under test, it is repla…
-
We are currently using a lot of barrel files which is impacting our final bundle size with treeshaking
We should both change these as well as use something like https://github.com/art0rz/eslint-plugi…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
In a project I have a web worker that runs some functions that are imported using a ba…
-
#### Connected Issues
- #7094 (CSS Order Differs Between Development & Production Modes when Treeshaking)
#### Description
When using CSS Modules in a monorepo setup with barrel files (index.ts) …
-
### Link to the code that reproduces this issue
https://github.com/jantimon/reproduction-webpack-css-order
### To Reproduce
Clone the repository and checkout the `turbo` branch
pnpm instal…
-
Is it possible to extend the feature of recursive folder detection, that it also consider existing barrel files in the recursive folders?
This would simplify the barrel files, especially in higher hi…
-
We are accumulating files in S3 and the cost is continuing to escalate. We need to balance costs of this item which means a few things need to be looked at and completed
- [x] Analyze what S3 Storag…
-
## Problem
Currently, there is no rule within `eslint-plugin-import` to disallow the usage of barrel files.
Barrel files, while convenient in certain scenarios, can introduce challenges in large…
-
Hi!
I'm very surprised this barrel files problem is being fixed only now, but rather later than never... However, I encounter multiple issues. Seeing you're active on the issues here and fix the bugs…
-
### 🆒 Your use case
If `Nuxt` project has `autoImports` turned off, when you want to import some composable from nuxt/scripts you need to do something like this:
```ts
import { useScriptGoogleTagMan…