TypeScript 3.6 brings stricter checking to iterators and generators

TypeScript 3.6, the latest version of Microsoft’s typed superset of JavaScript, is now available as a production release. It brings stricter checking of iterators and generators and an improved user experience around promises.  TypeScript 3.6 has stricter checking for generators and iterator functions, Previously, users of generators could not differentiate whether a value was yielded or […]

TypeScript 3.6 brings stricter checking to iterators and generators Read More »