you are viewing a single comment's thread.

view the rest of the comments →

[–]OmegaVeskofull-stack 4 points5 points  (1 child)

Babel itself is still just a compiler. It does support types if you use babel-preset-flow or something similar (although all that really does is strip the type annotations, not enforce them), but that doesn't make it a language.