Revision 0.8.8 (#18)

* Reverse Syntax Mapping

* Minor Optimizations

* Documentation
This commit is contained in:
sinclairzx81
2025-02-01 03:16:00 +09:00
committed by GitHub
parent 6af5fde768
commit b6d6ac7e8b
29 changed files with 753 additions and 232 deletions

View File

@@ -38,6 +38,15 @@ export { type Static } from './static'
// ------------------------------------------------------------------
export * from './compile/compile'
// ------------------------------------------------------------------
// Syntax
// ------------------------------------------------------------------
export * from './syntax/syntax-from-syntax'
export * from './syntax/syntax-from-typebox'
export * from './syntax/syntax-from-valibot'
export * from './syntax/syntax-from-zod'
export { type TSyntax, Syntax } from './syntax/syntax'
// ------------------------------------------------------------------
// TypeBox
// ------------------------------------------------------------------