Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for typed APIs with zod #264
feat: add support for typed APIs with zod #264
Changes from 69 commits
30117fc
94afd0a
1a72ba9
35a4585
1907dc3
da52f8f
e8121d2
396aa1a
73fe165
8f72ab5
909cdad
c897f25
8df08cb
0396a1c
7cd69e0
66367b6
54d2ec4
9994549
2f66ee7
ce19728
a3976df
3400f61
e3ad4cb
20df9ee
0ce3377
87d308e
9e29e84
aa64623
204409a
0782b14
90c6372
5cd4cac
93e4cb7
d6eb727
80ded23
31c7e2e
af732db
bac79f4
205c10d
d472703
04a9032
8e989a5
c85dd3e
c1aa016
794a841
a49e9ae
ccae1c9
f97eb54
31f4659
4c91205
8a8b6ec
9191839
40e280b
aee82f0
06377bd
0a6b068
c3467e2
c1d7ad6
9acb0cb
50ba1f2
ddcd336
e43210c
0b8b865
ea2895b
3aa1018
d243847
39880da
d0892e4
2ea10f9
2b1d2aa
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be the default export?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean
package.json#main
orexport default
?I'm also confused by
import type * as name from "blah"
vsimport type name from "blah
. Sometimes it complains about no default export. What configuration am i missing?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant package#main, but ... Are we missing the default export.flag in the tsconfig?