08-31-2017 10:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-31-2017 10:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Docs mention that the SDK uses TypeScript & rollup for compiling & bundling. What version of TS is used and what ES6 features should we expect to be able to use? Object spread, dynamic import, etc.
Answered! Go to the Best Answer.

- Labels:
-
JavaScript
Accepted Solutions
09-01-2017 09:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-01-2017 09:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
We're using TypeScript 2.4.1. All language features supported by TypeScript should transpile just fine (including async/await and iterators). Writing apps in TypeScript, rather than JavaScript, will be an early preview feature and might have rough edges.
09-01-2017 09:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-01-2017 09:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
We're using TypeScript 2.4.1. All language features supported by TypeScript should transpile just fine (including async/await and iterators). Writing apps in TypeScript, rather than JavaScript, will be an early preview feature and might have rough edges.
