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
Check file:///Users/narumi/Documents/GitHub/my-repo/main.ts
error: TS2724 [ERROR]: '"https://esm.sh/v135/@jsr/std__encoding@1.0.5/_dist/mod.d.ts"' has no exported member named 'encodeBase64Url'. Did you mean 'encodeBase64'?
encodeBase64Url as encodeBase64UrlFromEsm,
~~~~~~~~~~~~~~~
at file:///Users/narumi/Documents/GitHub/my-repo/main.ts:7:3
'encodeBase64' is declared here.
*/ export declare function encodeBase64(data: ArrayBuffer | Uint8Array | string): string;
~~~~~~~~~~~~
at https://esm.sh/v135/@jsr/std__encoding@1.0.5/_dist/base64.d.ts:16:29
Failing module
Error message
After running
deno run --check
I got this:Additional info
I expected https://esm.sh/v135/@jsr/std__encoding@1.0.5/_dist/base64url.d.ts to contain
encodeBase64Url
, but it's empty.Error occurred only on type. Execution is fine.
The text was updated successfully, but these errors were encountered: