Trucoto

Results 4 comments of Trucoto

I have a project where deno would fit perfectly, I made some tests on x86_64 and it works well, but I will need arm support in the future, so does...

@sebas86 That's not really conditional compilation. If I have code that only compiles under certain circumstances (conditions), typescript will attempt to compile all if/else blocks and it will fail.

I don't know if I understood quite well, but is this what you requested me? ``` I[09:50:47.479] clangd version 15.0.3 (https://github.com/llvm/llvm-project 4a2c05b05ed07f1f620e94f6524a8b4b2760a0b1) I[09:50:47.479] Features: linux+grpc I[09:50:47.479] PID: 437994 I[09:50:47.479] Working...

> Potential workaround [here](https://github.com/clangd/clangd/issues/1394#issuecomment-1328262744) It worked, thank you.