Jake Bailey
Jake Bailey
This can catch things like #54140.
# Bug Report ### 🔎 Search Terms const array tuple parameter spread ### 🕗 Version & Regression Information - This is the behavior in every version I tried,. ### ⏯...
GitHub Actions has a surprising default; scripts do not get `pipefile` and don't fail-fast when one command fails. The documented workaround is to set the default to `bash`, which enables...
Reverts #53937 and updates the deps; the package has been fixed.
### What version of Bun is running? 1.0.25+a8ff7be64 ### What platform is your computer? Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? The file that I caught...
### What version of Bun is running? 1.0.18+36c316a24 ### What platform is your computer? Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? https://github.com/microsoft/TypeScript/pull/55987 Basically, install bun, then...
When using `fnm exec`, only `node` works; `npm` and `npx` don't execute and so I get my global install (or, no install if fnm is my main way of getting...
Code like the below appears in TypeScript's test runner; an array is used to collect error messages, which are joined and thrown when non-empty. But, `error-message` thinks that this error...
### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...
# Bug Report ### 🔎 Search Terms ReadonlyMap ReadonlySet key inference ### 🕗 Version & Regression Information - This is the behavior in every version I tried. ### ⏯ Playground...