Echo JS 0.11.0

<~>
[deleted news]
Hylix 2528 days ago. link parent 1 point
Hmm I'm not sure, TypeScript already has its private keyword. I would assume they are going to support both and compile it down to either a #private or not, depending on your target.

Replies

MaxArt 2528 days ago. link 1 point
TypeScript is meant to be an extension of JavaScript. If it implements one of JavaScrpt's features in yet another way, I think it could be a stretch.
Then again, they *could* compile both syntaxes while deprecating the legacy one, I guess. But that would require a new major version (although TS does *not* follow semver).