|
|
|
|
|
by nine_k
1295 days ago
|
|
Not always, because certain operations that look trivial in TS involve more code in JS, e.g. the widespread `?.` operator. The code is usually trivial though. It's Flow that just allows to remove any type annotations; there's no compiler, only typechecker. |
|
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...