openactive / data-model-validator

The OpenActive data model validator library
MIT License
1 stars 1 forks source link

TypeScript checking #447

Closed lukehesluke closed 8 months ago

lukehesluke commented 8 months ago

Rationale

Changes to Data Model Validator are propagated to 1). The user-facing validator.openactive.io 2). Other libraries and tools like Test Suite.

For this reason, it's important to be sure not to break things. TypeScript, which we already use in other projects, and can be easily integrated into JS-only projects via JSDoc (which thus also improves documentation)

Suggestion