|
|
|
|
|
by chadhietala
4702 days ago
|
|
I stopped using CS because it's going to have some issues when ES6 becomes more of a real thing. For instance, how is CS going to handle for/of loops when ES6 has it's own for/of loops that is slightly different. The same goes for class and super. There will have to be CS2 that introduces new semantics and old apps will have to be migrated. |
|
I'm sure there will be a new version of CS when ES6 becomes widespread, but why would old apps need migrating? CS produces regular JS, and thus will be 100% compatible with ES6.