Skip to content

Commit

Permalink
fix: remove wasm related ops
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Nov 5, 2024
1 parent 30fc9b9 commit a2c02cb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 102 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,12 @@ jobs:
source .venv/bin/activate
# this doesn't publish it but only builds it
WASM_OPT=1 ghjk x build-tgraph-ts
ghjk x build-tgraph-ts
# start the docker containers
ghjk x dev-compose base prisma grpc subredis
WASM_OPT=1 ghjk x build-tgraph
ghjk x build-tgraph
ghjk x install-ts
Expand Down
1 change: 0 additions & 1 deletion src/typegraph/deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"./deps/mod.ts": "./src/deps/mod.ts",
"./effects.ts": "./src/effects.ts",
"./envs/cli.ts": "./src/envs/cli.ts",
"./gen/typegraph_core.d.ts": "./src/gen/typegraph_core.d.ts",
"./host/host.d.ts": "./src/host/host.d.ts",
"./index.ts": "./src/index.ts",
"./io.ts": "./src/io.ts",
Expand Down
2 changes: 1 addition & 1 deletion tests/metagen/metagen_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { testDir } from "test-utils/dir.ts";
import $ from "@david/dax";
import { z as zod } from "zod";
import { workspaceDir } from "test-utils/dir.ts";
import { FdkOutput } from "@typegraph/sdk/gen/typegraph_core.d.ts";
import { FdkOutput } from "@typegraph/sdk/gen/utils.ts";

const denoJson = resolve(testDir, "./deno.jsonc");

Expand Down
98 changes: 0 additions & 98 deletions tools/jsr/fix-declarations.ts

This file was deleted.

0 comments on commit a2c02cb

Please sign in to comment.