ajv-validator / ajv-validator/ajv
Smart compile functions using `JTDDataType`
Ouverte
enhancement
- Langage dominant
- TypeScript
- Étoiles
- 14.8k
- Forks
- 1k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**What version of Ajv you are you using?**
v8
**What problem do you want to solve?**
I want the `compileParser` function to be smarter (including `compileSerializer` too)
**What do you think is the correct solution to problem?**
Adding the following overload to the function:
```
compileParser>(schema: R): JTDParser;
```
**Will you be able to implement it?**
Maybe, I leave for vacation July 22nd-Aug 15th. I may be able to get a PR done today/tomorrow, but won't be available until after Aug 15th to complete it.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.