edgedb / edgedb-js

The official TypeScript/JS client library and query builder for EdgeDB
https://edgedb.com
Apache License 2.0
510 stars 65 forks source link

Refactor monorepo to use ES modules #1075

Open diksipav opened 1 month ago

diksipav commented 1 month ago

We want to update the whole monorepo to use ES modules. But after updating tsconfig and package.json in various packages, tests are failing for driver and generate packages. Jest is not working properly with ES modules, this needs more attention.