Open
Description
Failing module
- GitHub:
- npm: graphql
import { GraphQLError } from 'https://esm.sh/[email protected]/graphql'
Error message
After running deno run
I got this:
error: Uncaught SyntaxError: The requested module '/v111/[email protected]/deno/graphql.js' does not provide an export named 'GraphQLError'
Additional info
- esm.sh version: No idea.
- Deno version:
deno 1.31.2 (release, aarch64-apple-darwin)
v8 11.0.226.19
typescript 4.9.4
Module used to work until about 8th of March 2023. After that Deno actually complained about hash change and after reloading everything error started to appear.