Running Effect Core Benchmarks in TypeScript with Node.js
hello, im roaming around effect at the min looking at some performance stuff. i noticed you have some useful benchmarks in the effect core. can one of you let me know how you've been running these?
they're typescript, but node with type transforms/stripping doesn't work since it expects to import JS from effect core (imports end in
meanwhile, if you build the benchmarks to JS, those also don't work thanks to the export map pointing at
they're typescript, but node with type transforms/stripping doesn't work since it expects to import JS from effect core (imports end in
.js)meanwhile, if you build the benchmarks to JS, those also don't work thanks to the export map pointing at
.ts files