You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Upgrading from 1.3.0 to 1.4.0 I get this error:
error: Import "env" not a dependency and not in import map from "https://deno.land/x/imagescript@1.4.0/utils/wasm/gif.wasm"
at https://deno.land/x/imagescript@1.4.0/utils/wasm/gif.wasm:1:60
To Reproduce
Steps to reproduce the behavior:
Create a deno file with an import_map.json like: "imagescript": "https://deno.land/x/imagescript@1.4.0/mod.ts",
Describe the bug
Upgrading from 1.3.0 to 1.4.0 I get this error:
To Reproduce
Steps to reproduce the behavior:
"imagescript": "https://deno.land/x/imagescript@1.4.0/mod.ts",import { Image } from "imagescript";Expected behavior
The library should import
Platform:
Additional context
I don't see this issue if I change to 1.3.0.