edgedb / edgedb-js

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

Refactor monorepo to use ES modules #1075

Open diksipav opened 3 months ago

diksipav commented 3 months 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.