transitive-bullshit / js-reactivity-benchmark

Benchmark comparing different standalone JS reactivity / signals frameworks.
31 stars 3 forks source link

Don't compile all the frameworks/libraries to cjs #3

Open NullVoxPopuli opened 1 month ago

NullVoxPopuli commented 1 month ago

the current way this runs, via esbuild, compiles all the reactivity benchmarks to cjs -- which changes runtime details.

Some reactive libraries are ESM-only, so it'd be great if the code-that-was-published is not further altered before running the benches.

NullVoxPopuli commented 1 month ago

I'm getting weird errors like:

TypeError: n3 is not iterable