moltar / typescript-runtime-type-benchmarks

📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
https://moltar.github.io/typescript-runtime-type-benchmarks/
594 stars 59 forks source link

feat: add `@mondrian-framework/model` #1222

Closed edobrb closed 2 months ago

edobrb commented 3 months ago

Add benchmarks for https://mondrianframework.com/docs/docs/foundamentals/model/definition

edobrb commented 2 months ago

Any chance that this will be merged?

moltar commented 2 months ago

Sorry, not sure why I missed it.

moltar commented 2 months ago
Error: node_modules/@mondrian-framework/model/build/type-system/custom/jwt.d.ts(2,26): error TS7016: Could not find a declaration file for module 'jsonwebtoken'. '/home/runner/work/typescript-runtime-type-benchmarks/typescript-runtime-type-benchmarks/node_modules/jsonwebtoken/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/jsonwebtoken` if it exists or add a new declaration (.d.ts) file containing `declare module 'jsonwebtoken';`
Error: Process completed with exit code 2.
edobrb commented 2 months ago

Should be fixed now

moltar commented 2 months ago

lgtm!

@hoeck ?