I attempted to copy-paste the text from the README for a compiling validator and received a very confusing error that the module is not exported. Careful analysis found that the string is incorrect in the documentation.
CompilingStandardValiator should be CompilingStandardValidator
|
- `CompilingStandardValiator` — Compiling validator that validates TypeBox schemas using TypeBox validation behavior. This validator compiles the schema on the first validation, caches the compilation, and thereafter uses the cached compilation. |
I attempted to copy-paste the text from the README for a compiling validator and received a very confusing error that the module is not exported. Careful analysis found that the string is incorrect in the documentation.
CompilingStandardValiatorshould beCompilingStandardValidatortypebox-validators/README.md
Line 59 in 0a2721a