Issues with Effect in Deno when using a CDN
More Deno woes. I still can't get effect to work properly in vscode deno via a cdn such as esm.sh. Simple repro here: https://github.com/evelant/deno_effect_test
Unfortunately I'm stuck loading all packages from URLs since my code runs on the supabase edge runtime which doesn't yet support npm specifiers.
Basically, with
Unfortunately I'm stuck loading all packages from URLs since my code runs on the supabase edge runtime which doesn't yet support npm specifiers.
Basically, with
"effect": "https://esm.sh/effect@2.0.0-next.46?target=denonext" in import_map.json it seems types are broken