Open enbyted opened 7 years ago
Hi @enbyted,
Thanks for reporting this, it's the result of the new, stricter, generic checks in TypeScript 2.4 and has been resolved in Iridium's v8.0.0-alpha.2
version (which you can install using npm install --save iridium@next
if you're happy to test it).
Please let me know if you encounter any other issues with it and I'll be happy to help out. If this is a production project, my advice is to stick with TypeScript 2.3.x until Iridium 8.x has been thoroughly tested and marked as stable.
Kind regards, Benjamin
Hi!
Thanks for quick response! Actually this is a new project and it will in few days be running in production (quick facebook bot). But in this case (no direct user input and immunity to crashes) it's okay to run it on alpha. I'll be happy to give it a go.
Regards, Bartosz
Logs and stuff:
Running tsc (version 2.4.1) gives following error:
Project uses iridium and inversify in latest stable versions.
Node: 6.11.0 Npm: 5.3.0 Typescript: 2.4.1
Additional information:
This doesn't happen with typescipt@2.3.4, so it may as well be upstream. Still it would be better for users to provide a fix here (and report to upstream if it really is an unwanted backeward incompatibility).