Skip to content

Commit f958156

Browse files
authored
Revision 0.34.32 (#1218)
* Accelerated Syntax Parser * ChangeLog * Version
1 parent 0d2c1f4 commit f958156

File tree

8 files changed

+2736
-1691
lines changed

8 files changed

+2736
-1691
lines changed

changelog/0.34.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
---
44

5-
6-
75
### Revision Updates
6+
- [Revision 0.34.32](https://github.com/sinclairzx81/typebox/pull/1218)
7+
- Accelerated | High Performance Syntax Parsing
88
- [Revision 0.34.31](https://github.com/sinclairzx81/typebox/pull/1209)
99
- Use Tail Call Optimized Inference for Records with Large Union Keys
1010
- [Revision 0.34.30](https://github.com/sinclairzx81/typebox/pull/1198)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sinclair/typebox",
3-
"version": "0.34.31",
3+
"version": "0.34.32",
44
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
55
"keywords": [
66
"typescript",

src/syntax/mapping.ts

Lines changed: 1030 additions & 0 deletions
Large diffs are not rendered by default.

src/syntax/parser.ts

Lines changed: 1686 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)