Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Nov 27, 2024
1 parent aeee18c commit 5bcbca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ if(TypeGuard.IsString(T)) {
## Syntax Types
TypeBox has support for parsing TypeScript type annotations directly into TypeBox types. This feature supports both runtime and static parsing, where TypeBox implements TypeScript parsing within the TypeScript type system itself. It uses TypeBox Json Schema representations as an AST for TypeScript types. Syntax Types are designed to offer a syntactical frontend to the standard Type Builder API.
TypeBox has support for parsing TypeScript type annotations directly into TypeBox types. This feature supports both runtime and static parsing, with TypeBox implementing TypeScript parsers within the TypeScript type system itself. Syntax Types use the TypeBox Json Schema representations as an AST target for TypeScript types, providing a direct mapping between TypeScript syntax and Json Schema. Syntax Types are offered as a syntactical frontend to the Standard Type Builder API.
This feature is available via optional import.
Expand Down

0 comments on commit 5bcbca4

Please sign in to comment.