|
|
|
|
|
by bastawhiz
3195 days ago
|
|
Babel makes it possible to do compilation that TS doesn't do. E.g., you can use esnext language features that TS doesn't support, like do expressions. You can also use babel plugins that add utility, like the Babel power-assert plugin. |
|