Eli

Results 432 comments of Eli

This sounds really nice! I assume this was prompted by the VSCode August 2024 release by the filing date, so please disregard this if so, but if not, I'd really...

One idea that might help, Yarn & pnpm support "peer dependencies with defaults". If you include a package in both `peerDependencies` and `dependencies`, it'll act like a peer, but it'll...

I was about to file this in denoland/deno, but realized this really belongs here. --- My idea would be a field in the npm package (name open to bikeshedding, later)...

@MaximeGrimler, this can be closed now. It depends on v8 nowadays.

> You should use `moduleResolution: "bundler"`, since it's a bundler project... but I haven't kept up with this, so I might be wrong. > > Why are you trying to...

Alright, https://github.com/lishaduck/wxt-nodenext-repro, `pnpm i && pnpm repro` (obv. very minimal and not representative of a real use case)

> Ugh, this diff is massive, did you rebase it correctly? Haven't rebased it yet

> We can also cleanup this file: [main/packages/wxt/src/core/utils/eslint.ts](https://github.com/wxt-dev/wxt/blob/main/packages/wxt/src/core/utils/eslint.ts?rgh-link-date=2025-10-27T23%3A11%3A10Z) Not sure what you mean, I did, right? `eslint` is an `optional` `peerDependency`, so it still needs the dynamic import. > Other...

> The other imports to vite are because I got lazy... I'd prefer to keep it abstracted for now even if it's the only builder WXT supports. Maybe it's about...

Not sure why there's a help wanted label, but I'm happy to pedantically copyedit it 😜