Kristoffer K.
Kristoffer K.
Indeed, I have a branch that fixes the issue but haven't had the time to complete it yet.
> Convert clsx import to clsx/lite The plugin could only do that when it knows the value is a string but when it knows that it just removes the function...
It's only required in the typescript types. https://github.com/babel/babel/blob/143d159982bcbe9a31c758b67a888d948c5ff376/packages/babel-parser/typings/babel-parser.d.ts#L8-L16
Indeed, nothing changes in that regard here, though to be fair most of the tests spawn Corepack in a `node` process so most of the work happens outside of the...
Most of them were renamed because of https://github.com/nodejs/corepack/pull/349/files#diff-b017716ca1490209cba877efb506d6b0cd9d724dda50f33a7384a88da852067fR23 ```diff - http utils fetchUrlStream rejects with error + tests/httpUtils.test.ts > http utils fetchUrlStream > rejects with error ``` The ones that...
> I would rather like to see us move away from this and use node:test or Mocha instead. I tested using `node:test` (https://github.com/nodejs/corepack/pull/357) but didn't finish it as, in my...
> I wonder if this approach will not introduce a conflict-hell, if virtually all PRs will touch the same binary file. Yeah, that's the downside of this approach, any new...
Yeah, git bisect points to https://github.com/nodejs/corepack/pull/364.
Another option is to add aliases to your PowerShell profile as documented here: https://github.com/nodejs/corepack/tree/b9eea589b4535d32b8e9ca1e884c3a44bf7d99ea#corepack-enable--name
This is off-topic but you can still use `yarnPath` if you want https://yarnpkg.com/cli/set/version#options.