@edgedb/generate
scripts not executing properly with bun
version 1.1.10
#11453
Labels
bug
Something isn't working
What version of Bun is running?
1.1.9+bb13798d9
What platform is your computer?
Linux 6.5.0-35-generic x86_64 x86_64
What steps can reproduce the bug?
The latest version of
bun
(v1.1.10) has potential incompatibilities with EdgeDB's TypeScript/JavaScript generators. #1032When using the latest version of
bun
(v1.1.10), thebunx @edgedb/generate queries
and thebunx @edgedb/generate interfaces
scripts do not fully execute. Execution of the scripts starts properly but suddenly terminates after attempting to connect to the database. No errors are emitted, execution just stops. No files are generated as a result.The above issue is resolved if I roll back to the previous version of bun (v1.1.9).
Quick Project Setup:
Bug:
Executing the
queries
orinterfaces
command should generate database related TypeScript files.When using
bun
version 1.1.10, execution does not complete and no files are generated. When using version 1.1.9 or older, the files are generated successfully.What is the expected behavior?
Executing the
queries
generation script:Executing the
interfaces
generation script:What do you see instead?
Executing the
queries
generation scriptExecuting the
interfaces
generation script:Additional information
No response
The text was updated successfully, but these errors were encountered: