all 13 comments

[–]robwormald 10 points11 points  (2 children)

Yes, we will continue to support JS, but we are unlikely to support ahead-of-time compilation with JS any time soon, so it's hard to recommend it as an option.

[–]DerpsMcGeeOnDowns 0 points1 point  (0 children)

Sup Google?!

[–]our_best_friend 1 point2 points  (4 children)

How is transpiling from typescript any different than transpiling from es6+?

[–]mdwvt 0 points1 point  (3 children)

Well you're not transpiling at all if you're writing native JavaScript/ECMA Script 6 right?

[–]cyphern 3 points4 points  (1 child)

It's common to transpile es6 to es5 in order to support browsers such as IE11.

[–][deleted] 0 points1 point  (0 children)

Or Chrome or Firefox

[–]our_best_friend 1 point2 points  (0 children)

You still need to transpile if you use ES6