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

Typescript >= 4.3.2 #331

Closed
gewoonjerry opened this issue Jul 14, 2021 · 1 comment
Closed

Typescript >= 4.3.2 #331

gewoonjerry opened this issue Jul 14, 2021 · 1 comment

Comments

@gewoonjerry
Copy link

gewoonjerry commented Jul 14, 2021

IxJS does not compile anymore when using typescript >= 4.2.3 (which is required for Angular 12)

Compiler returns the following errors:
node_modules/ix/asynciterable/todomstream.d.ts:36:55 - error TS2304: Cannot find name 'PipeOptions'.
node_modules/ix/iterable/todomstream.d.ts:19:22 - error TS2304: Cannot find name 'PipeOptions'.

IxJS version: 4.4.1

Additional information:
Typescript version: >= 4.2.3

@trxcllnt
Copy link
Member

Ah yes, because they removed those types. Shit.

trxcllnt added a commit that referenced this issue Jul 15, 2021
Update to TypeScript 4.3.5. Also required updating eslint and closure-compiler.

fix #331
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