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

Update TS version in the monorepo #1054

Closed diksipav closed 4 months ago

diksipav commented 4 months ago

Add types for $FreeObjectλShape and $str in packages/generate/src/syntax/modules/std.ts which will fix type of $expr_Group which will fix type of SomeExpression.

export type $FreeObjectλShape = any;
export type $str = ScalarType<"std::str", string>;