typescript-runtime-type-benchmarks icon indicating copy to clipboard operation
typescript-runtime-type-benchmarks copied to clipboard

Switch to using `projen` for each package tested

Open moltar opened this issue 3 years ago • 2 comments

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).

  • node_modules Isolation #1219

moltar avatar Jul 05 '22 19:07 moltar

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.

johannes-lindgren avatar Oct 12 '24 19:10 johannes-lindgren

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

moltar avatar Oct 12 '24 20:10 moltar