We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bun-types
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.
bun-types@1.0.25
bun-types@1.0.26
The types are now split into multiple files, there is now a index.d.ts file with the following content:
index.d.ts
// Project: https://github.com/oven-sh/bun // Definitions by: Jarred Sumner <https://github.com/Jarred-Sumner> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference lib="esnext" /> /// <reference types="node" /> /// <reference types="ws" /> // contributors: uncomment this to detect conflicts with lib.dom.d.ts /// <reference lib="dom" /> /// <reference path="./globals.d.ts" /> /// <reference path="./bun.d.ts" /> /// <reference path="./ffi.d.ts" /> /// <reference path="./test.d.ts" /> /// <reference path="./html-rewriter.d.ts" /> /// <reference path="./jsc.d.ts" /> /// <reference path="./sqlite.d.ts" /> /// <reference path="./wasm.d.ts" /> /// <reference path="./deprecated.d.ts" />
The text was updated successfully, but these errors were encountered:
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?
yarn.lock
yarn lockfile v1
yarn
Sorry, something went wrong.
Although for now I'm working around it without this plugin by manually including the bun: imports I'm using:
bun:
{ // within eslintrc.js "settings": { "import/core-modules": ["bun:test"], }, }
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: