dependabot / yarn-lib

A build of yarn that provides access to its internals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Types

shellscape opened this issue · comments

Would it be possible to generate types when this is built?

dependabot/yarn-lib is built from bundled releases of yarnpkg/yarn which is just obfuscated + minimized JS code.

Since the bundled release doesn't have types, we would have to add our own and would have to maintain it across newly released versions of yarn, which is something the Dependabot team doesn't have capacity for at the moment ☹️

I added a warning to our docs that this repo is a temp hack:

So I'm going to close this request as a wontfix.