mirror of
https://github.com/zoriya/typebox.git
synced 2025-12-05 22:36:12 +00:00
Documentation
This commit is contained in:
@@ -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' │
|
||||
└──────────────────────┴────────────┴────────────┴─────────────┘
|
||||
```
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
import * as Parse from '@sinclair/typebox/parse'
|
||||
|
||||
console.log(Parse)
|
||||
3
task/benchmark/compression/module/typebox-syntax.ts
Normal file
3
task/benchmark/compression/module/typebox-syntax.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as Syntax from '@sinclair/typebox/syntax'
|
||||
|
||||
console.log(Syntax)
|
||||
Reference in New Issue
Block a user