We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Ah yes, because they removed those types. Shit.
Sorry, something went wrong.
chore(typescript): update to TypeScript 4.3.5
870c6ce
Update to TypeScript 4.3.5. Also required updating eslint and closure-compiler. fix #331
0637a25
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: