|
|
|
|
|
by pjmlp
871 days ago
|
|
Except they are playing catch up with what Microsoft says Typescript is supposed to mean. I rather have pure JavaScript, or use the Typescript from source, without having to figure out if a type analysis bug is from me, or the tool that is catching up to Typescript vlatest. |
|
Deno uses regular Typescript for static type checking, it's just built-in. Bun also doesn't do type checking by itself, they recommend using tsc [2].
[1] https://docs.deno.com/runtime/manual/advanced/typescript/faq...
[2] https://bun.sh/docs/runtime/typescript#running-ts-files