|
|
|
|
|
by bzbarsky
3996 days ago
|
|
Browsers aren't likely to implement two separate languages either. Furthermore, forcing people to pick between "ES5" and "ES6" if they just want to use a single ES6 feature is pretty bad. So your fundamental choices are really an ES6 that is backwards-compatible or an ES6 that is not used. |
|
An ES-latest runtime + transpilers would be all that browsers needed.