I read that DOM access is not available at the moment, but is planned for future releases.
No, I mean nightly build 2.1.0: npm install typescript@next
The main reason for using Babel was async/await. However, the lastest TypeScript verion (typescript@next) can compile async/await for older browsers, so there is no reason for me to use Babel anymore.
I read that DOM access is not available at the moment, but is planned for future releases.
No, I mean nightly build 2.1.0: npm install typescript@next
The main reason for using Babel was async/await. However, the lastest TypeScript verion (typescript@next) can compile async/await for older browsers, so there is no reason for me to use Babel anymore.