Skip to content

Commit

Permalink
remove double encoding/decoding of query params
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnobip committed Jan 1, 2025
1 parent a61e329 commit 9b84b41
Show file tree
Hide file tree
Showing 30 changed files with 926 additions and 522 deletions.
6 changes: 4 additions & 2 deletions examples/client-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev:relay": "yarn build:relay --watch",
"dev:rescript": "yarn build:rescript -w",
"schema": "npx -y get-graphql-schema http://localhost:4000/graphql > schema.graphql",
"test": "echo 'No tests implemented for express example' || vitest run",
"test": "vitest run",
"test:watch": "echo 'No tests implemented for express example' || vitest watch"
},
"devDependencies": {
Expand All @@ -46,9 +46,11 @@
"rollup": "^2",
"rollup-plugin-visualizer": "5.5.0",
"vite": "^4.4.9",
"vite-plugin-html": "3.2.0"
"vite-plugin-html": "3.2.0",
"vitest": "^2.1.8"
},
"dependencies": {
"@rescript-relay-router/utils": "workspace:^",
"@rescript/core": "1.5.2",
"history": "^5.2.0",
"jsonc-parser": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions examples/client-rendering/rescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
{
"dir": "src",
"subdirs": true
},
{
"dir": "test",
"subdirs": true,
"type": "dev"
}
],
"package-specs": [
Expand All @@ -26,6 +31,7 @@
"rescript-relay-router",
"@rescript/core"
],
"bs-dev-dependencies": ["@rescript-relay-router/utils"],
"bsc-flags": ["-open RescriptCore"],
"pinned-dependencies": ["rescript-relay-router"]
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9b84b41

Please sign in to comment.