Superchupu
Superchupu
### Problem When [`resolvePackageJsonImports`](https://www.typescriptlang.org/tsconfig#resolvePackageJsonImports) is enabled in tsconfig.json, and they point to somewhere inside the `outDir` directory, TypeScript will resolve the package import as the same file but inside the...
When running `corepack up` on a project that uses pnpm v9, it seems to update to a pre-release version, [9.1.0-0](https://github.com/pnpm/pnpm/releases/tag/v9.1.0-0)
After inspecting the published code of both packages, I've noticed none of them export types from `semver`, making `@types/semver` a useless/unused dependency for the end user (even if they use...
### Description Encountered these while working on #2099 - The `bench.biome.json` file shows many warnings in vscode after adding the `$schema` field. Either the schema is wrong, or the benchmark...
### Description Some users might want to dedupe their linting config, so that rules already recommended by Biome aren't manually specified in the config file. This is hard to do...
### Issue description According to [`arethetypeswrong`](https://arethetypeswrong.github.io/?p=discord-api-types%400.37.73), the types are wrong :P See https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md for more information on masquerading as CJS  ### Code sample _No response_ ### Package version 0.37.73...
### What feature would you like to see? next.js 15 has just reached rc, and it requires react 19 (which is in rc too right now). i haven't had any...
`raw-body` was used in a way that it only converted the request to a Buffer. This PR replaces usage of `raw-body` with a less complex, native approach, removing not just...
### Problem really small visual thing, but some hyperlinks include a trailing space, so they look like `this ` instead of `this`   ### Expected behavior hyperlinks not having...
currently, what is returned after crawling and what is used in filters is always what fdir has processed. i propose a function that allows users to transform those paths with...