I've heard AtScript will be a superset of ES6. I've also heard it will be a superset of TypeScript. It will compile to ES5 using Traceur. It will also optionally compile to Dart.
This leaves me wondering, will AtScript support ES6 generators? If it's a true superset of ES6, then yes, and Traceur supports generators so this seems reasonable. But, TypeScript doesn't support generators yet, and I don't know enough about Dart to guess whether it would support that. I would love to be able to use generators with AtScript for async/await-style programming as popularized by Koa, Co, Bluebird, and other libraries. Any thoughts or speculation on whether this might be possible? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
