Skip to content
New issue

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 support #186

Open
Dimava opened this issue Sep 15, 2024 · 0 comments
Open

Bun support #186

Dimava opened this issue Sep 15, 2024 · 0 comments

Comments

@Dimava
Copy link

Dimava commented Sep 15, 2024

I'm trying to use this with Bun to make a sync Prettier implementation (as the @prettier/sync sync runner crashes because bun doesn't support stdio in workers yet)

Bun has builtin TS support so I need either a "bun" tsRunner or allow TS in bun when tsRunner is undefined

(I'm not sure about 2nd one, because it may lead to confusion when trying to use the same code in Node)

edit: renamed to "Bun TS support" as JS works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant