-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add @gapstack/light-type
#1032
Comments
Hey @moltar, added this out of interest last night so I've opened a PR. The tests are just a copy & paste of zod's test, since drop-in compat is a core goal of the project It's fascinating how the type-checkers which require extra plugins/transpilation blow everyone else away though. |
One frustrating thing, is I added strict/passthrough support and updated the library, but even after blowing out node_modules ts-node seems to be caching the old version from somewhere, so I can't actually run the benchmarks locally anymore. Have you come across this? |
Hm, no, sorry. 🤔 I think CI environment should be pristine, so it will run fine there. I just approved the run. |
Very weird, it's failing to check the |
https://github.com/Nick-Lucas/gapstack/blob/main/packages/light-type/README.md
Mentioned here: https://dev.to/nicklucas/typescript-runtime-validators-and-dx-a-type-checking-performance-analysis-of-zodsuperstructyuptypebox-5416
Ping @Nick-Lucas
The text was updated successfully, but these errors were encountered: