blog.mariusschulz.com
TypeScript 2.3: Downlevel Iteration for ES3/ES5
1
TypeScript 2.3 introduced a new --downlevelIteration flag that adds full support for the ES2015 iteration protocol and for...of-loops for ES3 and ES5 targets. Read full article