Hacker News new | ask | show | jobs
by omarelamri 4255 days ago
Yeah, it definitely is EcmaScript 6. They've added the "class" and "constructor" keywords. Typescript is very mush modeled after EcmaScript 6 anyways, so technically it can be both. But I'm sure it's EcmaScript6, because that's what Angular 2 is written in.
1 comments

See the post about Google's AtScript that was on HN yesterday.
So is this basically TypeScript with annotations and types available at runtime?