Open marvinside opened 6 months ago
This is blocking me from being able to use this project so I might try to take a look into it if no-one else is?
Checked out the repo and see a yarn.lock
with yarn lockfile v1
- anyone know what version of yarn
is preferred to develop it?
Although for now I'm working around it without this plugin by manually including the bun:
imports I'm using:
{
// within eslintrc.js
"settings": {
"import/core-modules": ["bun:test"],
},
}
bun-types
changed the Structure of their types.Last working Version:
bun-types@1.0.25
Broken Version:bun-types@1.0.26
and all further versions.The types are now split into multiple files, there is now a
index.d.ts
file with the following content: