Y
Hacker News
new
|
ask
|
show
|
jobs
by
alvis
3159 days ago
Babel can't do type checking, right?
1 comments
krainboltgreene
3159 days ago
It absolutely can! That said, the way it currently works is that babel-preset-flow and babel-preset-typescript both remove type annotations for the final build, essentially enabling flow or typescript to work without having to also be build engines.
link