-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(server)!: fetch handler rewrite and tests with multiple coercers…
… support (#57) * wip * CompositeHandler should not condition * tests * tests * tests * ORPC_PROTOCOL_HEADER -> ORPC_HANDLER_HEADER * wip * openapi matcher * openapi handlers * fixed * coercer * fixed * remove @orpc/transformer * docs & examples * fix types * docs fixed * fix & tests zod coercer * coercers for form actions * fix zod coercer * nuxt playground link to scalar * fix openapi codec on NON GET method * playgrounds prefer workspace packages * improve * applied lint fixes
- Loading branch information
Showing
110 changed files
with
8,739 additions
and
4,892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
use-node-version = 22.11.0 | ||
auto-install-peers = true | ||
shamefully-hoist = true | ||
shamefully-hoist = true | ||
link-workspace-packages = true | ||
prefer-workspace-packages = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.