Daniel Perez
Daniel Perez
Set the packageManager field in the package.json file to `yarn@1` to make the development environment easier to reproduce. Some tools, like corepack (and yarn itself?) will use this field to...
This matches the indentation in .github/workflows/*.yaml files
This is technically a breaking change in the typescript api. Changed the generics from ```ts const pool = new Piscina({ filename: "./worker.js" }) // or specified manually const pool =...
### Describe the bug octochangelog doesn't recognizes releases from the yarnpkg/berry repository. Trying to compare what changed between yarn versions, leads to now versions found. [yarn octochangelog](https://octochangelog.com/compare?repo=yarnpkg%2Fberry) ### Give the...
Hello everyone, I'd like to understand why are you using this project and if you are still using it for new projects. TypeScript transformers plugins seems to be very niche...
It seems neither I or @nonara have enough time/interest/resources to keep maintaining this project. If you are still using this project ([why?](https://github.com/LeDDGroup/typescript-transform-paths/issues/438)) and would like to help maintaining it, please...
Since https://github.com/azu/rc-config-loader doesn't support esm config files, this project doesn't as well. See https://github.com/azu/rc-config-loader/issues/22 Consider using an alternative like https://github.com/cosmiconfig/cosmiconfig for loading config file, which supports esm configuration files
The nx plugin interface is slightly different from the ones accepted by ts-patch. This results in fragmentation when authoring typescript plugins, where plugins need to add support for different format...