Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Nov 10, 2024
1 parent 6cf8596 commit 46b09f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1762,10 +1762,10 @@ The following table lists esbuild compiled and minified sizes for each TypeBox m
├──────────────────────┼────────────┼────────────┼─────────────┤
typebox/compiler'119.8 kb'' 52.6 kb''2.28 x'
typebox/errors' 74.4 kb'' 33.1 kb''2.25 x'
typebox/parse '115.3 kb'' 48.3 kb''2.39 x'
typebox/syntax'115.3 kb'' 48.3 kb''2.39 x'
typebox/system' 7.4 kb'' 3.2 kb''2.33 x'
typebox/value'157.2 kb'' 66.1 kb''2.38 x'
typebox'127.3 kb'' 53.3 kb''2.39 x'
typebox' 98.9 kb'' 41.2 kb''2.40 x'
└──────────────────────┴────────────┴────────────┴─────────────┘
```
Expand Down
3 changes: 0 additions & 3 deletions task/benchmark/compression/module/typebox-parse.ts

This file was deleted.

3 changes: 3 additions & 0 deletions task/benchmark/compression/module/typebox-syntax.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import * as Syntax from '@sinclair/typebox/syntax'

console.log(Syntax)

0 comments on commit 46b09f7

Please sign in to comment.