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: This issue identifies a bug in the TypeBox schema definition for timestamps. Currently, it expects a `Number` but the test data provides `Date` objects, causing validation and parsing failures. The reporter suggests a fix using `Type.Refine` to correctly handle `Date` objects.

Complexity: 2/5
bug good first issue

TypeScript
#benchmark#javascript#library#schema#typescript