eslint-import-resolver-typescript icon indicating copy to clipboard operation
eslint-import-resolver-typescript copied to clipboard

feat: add bun built-in modules support

Open SukkaW opened this issue 1 year ago • 2 comments

Add bun support (so import { Database } from 'bun:sqlite') won't trigger import/no-unresolved.

There are no existing is-bun-modules, so a naive solution is to locate bun-types and find all declare module.

The PR is still in draft, as the test requires bun-types to be installed, which will pollute the globals.

SukkaW avatar Jan 25 '24 11:01 SukkaW

🦋 Changeset detected

Latest commit: f834843f5d7f45df15e149d67f91cc1b3385a0fa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
eslint-import-resolver-typescript Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Jan 25 '24 11:01 changeset-bot[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codesandbox-ci[bot] avatar Jan 25 '24 11:01 codesandbox-ci[bot]