optic
optic copied to clipboard
streams not working as import due to mod.ts not being available in 2.0.3 on jsr.io
Your package: https://jsr.io/@onjara/optic/2.0.3/streams/fileStream
It has no mod.ts file so you cannot import it like this:
import {
every,
FileStream,
of,
} from "jsr:@onjara/[email protected]/streams";
It fails so only https import is available on 2.0.1
I know this because I'm currently having to work around it.
Please fix. 🙏🏻