Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno.land Release 3.0.6 #327

Closed
sms-swe opened this issue Apr 20, 2022 · 2 comments
Closed

Deno.land Release 3.0.6 #327

sms-swe opened this issue Apr 20, 2022 · 2 comments

Comments

@sms-swe
Copy link

sms-swe commented Apr 20, 2022

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

Promise<import('node:stream').Writable>;
Promise<import('node:stream').Readable>;

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
@porsager
Copy link
Owner

No you're not going crazy, I found out earlier today there were missing fixes. Would you mind trying the deno-ts-fix branch?

@sms-swe
Copy link
Author

sms-swe commented Apr 20, 2022

I'm using it currently and seems to be working great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants