optic icon indicating copy to clipboard operation
optic copied to clipboard

streams not working as import due to mod.ts not being available in 2.0.3 on jsr.io

Open lotsofthoughts opened this issue 7 months ago • 0 comments

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. 🙏🏻

lotsofthoughts avatar Jun 09 '25 15:06 lotsofthoughts