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
The release notes say this should have been fixed but it still seems to be in the code base which is causing me to get errors.
TS2694 [ERROR]: Namespace '__' has no exported member 'Writable'.
}): Promise<import('node:stream').Writable>;
~~~~~~~~
at https://deno.land/x/[email protected]/types/index.d.ts:436:39
TS2694 [ERROR]: Namespace '__' has no exported member 'Readable'.
}): Promise<import('node:stream').Readable>;
~~~~~~~~
at https://deno.land/x/[email protected]/types/index.d.ts:441:39
TS2694 [ERROR]: Namespace '__' has no exported member 'Readable'.
readable(): import('node:stream').Readable;
~~~~~~~~
at https://deno.land/x/[email protected]/types/index.d.ts:521:39
TS2694 [ERROR]: Namespace '__' has no exported member 'Writable'.
writable(): import('node:stream').Writable;
~~~~~~~~
at https://deno.land/x/[email protected]/types/index.d.ts:522:39
The text was updated successfully, but these errors were encountered:
Just making sure I'm not going crazy... but release 3.0.6 on deno.land still has the
https://deno.land/x/[email protected]/types/index.d.ts#L436
The release notes say this should have been fixed but it still seems to be in the code base which is causing me to get errors.
The text was updated successfully, but these errors were encountered: