-
## Motivation:
- I think the idea is cool and I guess we could find more minds working on it
- Packages depending on it like [@sinclair/typebox](https://github.com/sinclairzx81/typebox), [typebox-wo…
-
@decs Hi, cool project :)
Hey, had just noticed TB got added to the supported list (which is awesome, thanks!). Was just looking over the implementation of the TB compiler though, and note there mi…
-
I have the following type:
```
const TestType = Type.Object({
field1: Type.Array(Type.String()),
field2: Type.Optional(Type.Boolean(),
field3: Type.Enum(EnumValue),
recursiveField: Typ…
-
Is it possible for TypeBox to infer the type of a field based on the current value of a different field?
Basically, I want to do the following:
```ts
enum InternalType {
Number = "number",
…
-
Hello,
Soldier of Fortune was my all time favorite game when I was a kid! Any chance to compile it for Windows? Or, maybe, you know where to get the binary if it's available?
Also, if the above …
-
The initial line generated for the buffer [here](https://github.com/sinclairzx81/typebox-codegen/blob/ab33260a00e306c63e6e1cf41b48c41a9489106f/src/model/model-to-valibot.ts#L229) imports valibot as a …
-
is there anyway to read other properties value within especially when using `Typesystem`?
in this case i want to create validation for `password confirmation` which the field need to read the `passwo…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
4.15
### Plugi…
-
the issue can be found here
https://github.com/sinclairzx81/typebox/blob/master/src/errors/errors.ts#L179
-
### Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
When running `npx tsc` s…