benchmark javascript library schema typescript
1 Open Issue Need Help Last updated: Feb 19, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The TypeBox schema for `Timestamp` is incorrectly defined as `Type.Number()`, but the benchmark test data provides `Date` objects. This mismatch likely causes validation and parsing failures for TypeBox in the benchmarks. The issue proposes fixing this by defining `Timestamp` to correctly expect `Date` objects.

Complexity: 1/5
bug good first issue

TypeScript
#benchmark#javascript#library#schema#typescript