|
|
|
|
|
by jdxcode
2204 days ago
|
|
Do you use Babel to polyfill JS? Minify? Concatenate? You’re transpiling. And not much more than TS. There is very little logic change that TS does and most of it is essentially the same as what Babel would do for polyfill reasons. |
|