Thomas J. Webb
Thomas J. Webb
It looks like it was [added in 3.8](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html) so maybe just bumping to version 3.8 will fix it. I'll see if I'm able to get building this on my system...
It seems updating the version fixes this. I still have other issues which I don't think are from this tool: ``` > Error: [TypeScript 4.5] [object Object] (/Users/pinkboi/src/oea/node_modules/@ant-design/icons/lib/components/Icon.d.ts:19:78) > Error:...
Oh yeah I ended up testing with 3.9.4 and that worked for me (aside from other issues I had, which I think are specific to me and not caused by...
This won't affect me ultimately since I'm completely rewriting this code but I figured this is good to know if this is a bug.
This would be useful to have. I'm trying to add hashlink to a docker config so it would be better to have it download and install something than try to...
I ended up just having docker compile and install but in general it would be useful to have builds and ultimately packages.
This would totally help me too. If it's difficult to do with built-in types like `Int` is it at least possible to offer it on additional targets? I'm often needing...
That only provides for two types (Float and Int).
I thought about this a little yesterday and I think it would be better if the interface was more like how it is in c++, i.e., using a type parameter....
I just had this issue. In general, @:generic type parameters don't work like I'd expect them to, only specializing at compile-time for types it's actually used for (like C++)