-
`tsup` right now has an issue with node modules with files inside the module that are not the main file (for example, `import { foo } from "bar/baz"`), and it always tries to bundle them, which pretty…
-
There are no types for the `esbuild-plugin` submodule. This is useful when creating esbuild/tsup configs with typescript.
![image](https://user-images.githubusercontent.com/24491503/209389059-7764d…
-
It's a follow-up of this [issue](https://github.com/evanw/esbuild/issues/2704), since I haven't received a reply for weeks, so I opened a new issue.
-
it looks like tsup doesn't actually watch files that are only imported for their types
this is a huge DX issue when dealing with [tRPC](https://trpc.io/), because in order to avoid including a bunc…
-
As part of the [v8 effort](https://github.com/webdriverio/webdriverio/issues?q=is%3Aopen+is%3Aissue+milestone%3Av8) we are currently [migrating over to ESM](https://github.com/webdriverio/webdriverio/…
-
Hello,
it seems the files imported with `@import` SASS keyword are not listed to the `watchFiles` plugin output, thus breaking rebuild.
I can provide a repro if needed but here is a basic test c…
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
### Environment
Node version: 16.17.0
npm version: 8.18.0
Local ESLint version: 8.23.0
Global ESLint version: none
Operating System: Windows 10 x64 21H2
### What parser are you using?
D…
-
### Issue description or question
When trying to run tests with a custom environment, I get a ReferenceError that I don't get when I run it through vitest.
My current vitest setup
```type…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
### Current behavior
**Local development environment:**
- Checkout `v2.2.0`
- Install p…