Open NullVoxPopuli opened 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.
I'm getting weird errors like:
TypeError: n3 is not iterable
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.