ESM Imports Issue with `@effect/data` Package
ESM imports for
In the
- I get a typeerror trying to import, e.g.
- I get a runtime error for
@effect/data seem broken to me. It's exposed as In the
package.json, which means that,- I get a typeerror trying to import, e.g.
import * as A from '@effect/data/ReadonlyArray', because the file extension is required for relative imports, or- I get a runtime error for
import * as A from '@effect/data/ReadonlyArray.js';, because it can't find that module.