edgedb-js icon indicating copy to clipboard operation
edgedb-js copied to clipboard

$toSet is imported ... but never used (edgeql-js)

Open voxspox opened this issue 5 months ago • 0 comments

Steps to Reproduce:

  1. a Typescript project
  2. run: npx @gel/generate edgeql-js --target ts
  3. start application

I get this warning:

"$toSet" is imported from external module "...../webapp/node_modules/gel/dist/reflection/index.js" but never used in "dbschema/edgeql-js/update.ts", "dbschema/edgeql-js/select.ts", "dbschema/edgeql-js/group.ts", "dbschema/edgeql-js/for.ts", "dbschema/edgeql-js/insert.ts", "dbschema/edgeql-js/detached.ts", "dbschema/edgeql-js/with.ts", "dbschema/edgeql-js/collections.ts", "dbschema/edgeql-js/range.ts", "dbschema/edgeql-js/params.ts", "dbschema/edgeql-js/funcops.ts", "dbschema/edgeql-js/globals.ts", "dbschema/edgeql-js/typesystem.ts", "dbschema/edgeql-js/hydrate.ts", "dbschema/edgeql-js/cardinality.ts", "dbschema/edgeql-js/reflection.ts", "dbschema/edgeql-js/set.ts", "dbschema/edgeql-js/toEdgeQL.ts", "dbschema/edgeql-js/literal.ts", "dbschema/edgeql-js/cast.ts", "dbschema/edgeql-js/json.ts", "dbschema/edgeql-js/query.ts" and "dbschema/edgeql-js/path.ts".

voxspox avatar May 13 '25 10:05 voxspox