Property Inference Optimization (#325)

This commit is contained in:
sinclairzx81
2023-02-16 19:42:14 +09:00
committed by GitHub
parent 13682f66c3
commit 5515fb681f
4 changed files with 25 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ import { Value, ValuePointer } from '@sinclair/typebox/value'
import { Type, Kind, Static, TSchema } from '@sinclair/typebox'
const T = Type.Object({
/** It's a X */
x: Type.Number(),
y: Type.Number(),
z: Type.Number(),