moltar / typescript-runtime-type-benchmarks

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

Switch to using `projen` for each package tested #899

Open moltar opened 2 years ago

moltar commented 2 years ago

Using projen would open up the possibility of having different configs for each package that is being tested.

This would be necessary for #898, but we have also ran into this with spectypes (#856).

johannes-lindgren commented 1 month ago

When trying to add a new benchmark, I noticed that I couldn't use package.json "exports". It was difficult to fix because a change in project configuration would also affect other benchmarks. Maybe this issue would help solving that.

moltar commented 1 month ago

@johannes-lindgren What was the use case for exports?