Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What version of TypeScript is used?

ANSWERED

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. 

Best Answer
1 BEST ANSWER

Accepted Solutions

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.

View best answer in original post

Best Answer
1 REPLY 1

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.

Best Answer