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
While encountering an "ExportNotFound" error (which I fixed since I had a typo in a path within deno.json's exports field), it printed out the following message:
= hint: this error is the result of a bug in Deno and you don't be seeing it - please open an issue if one doesn't exist
info: this error is the result of a bug in Deno and you don't be seeing it - please open an issue if one doesn't exist
docs: https://jsr.io/go/slow-type-export-not-found
I wasn't sure if I should've opened an issue in https://github.com/denoland/deno_graph or here since the diagnostic report is written there, but I figured I'd open it since this is where the documentation regarding slow types lives.
I think both repositories would need a PR (which I'd be happy to submit for), since the ExportNotFound message is not completely accurate, as it should probably say something like:
this error may be the result of a typo or a bug in Deno - if you think this is the case, please open an issue