Espen Jacobsson
Espen Jacobsson
A very similar pull request was submitted last year by me, but uses path's `extname` to resolve file extension. [https://github.com/iCrawl/discord-vscode/pull/1133](https://github.com/iCrawl/discord-vscode/pull/1133)
@ZombieChibiXD's solution did not work for me, but combining their solution with the solution proposed over at [https://github.com/vitejs/create-vite-app/issues/23#issuecomment-706492641](https://github.com/vitejs/create-vite-app/issues/23#issuecomment-706492641) for npm did. Problematic path used as example: `C:\Users\Espen Jacobsson` Steps taken:...
From #64 - TypeScript - JSX - TSX
Hey. I'm new to trying out Biome, and just wanted to add my two cents as a regular user on how this feels. I've converted my entire project now from...
Something related to ignoring files that I am missing from other tools is the ability to ignore the entire file from within the file itself. For example: - istanbul can...
This is failing again
Are you sure this solves #11 ? The request is specifically for allowing the `.js` extension (not .ts) to be added to the filename when the package is targeting ESM....
> Files ending in .ts work in deno and esbuild and it should work for ESM as it keeps all extensions although i haven't tested that scenario. > > Make...
Agree with this. It feels very unnecessary being forced to install "common" packages for a monorepo into every single workspace package. Examples include specific typescript version, eslint, prettier. Packages installed...
Additional information: After reporting issue #8861, I tested what I reported here in that reproduction branch too (which is a pure reproduction repo created with `npx create-turbo@canary -e with-shell-command`), and...