arktypeio / arktype

TypeScript's 1:1 validator, optimized from editor to runtime
https://arktype.io
MIT License
3.83k stars 55 forks source link

Attest Bun support #1128

Open ssalbdivad opened 5 days ago

ssalbdivad commented 5 days ago

https://github.com/arktypeio/arktype/issues/880 was addressed, but Bun support is currently blocked by @prettier/sync failing in Bun with the following error:

image

Once this is implemented in Bun, we can do some final testing to make sure there are no other hurdles and support it officially.

Dimava commented 5 days ago

https://github.com/oven-sh/bun/issues/10768