codemix / babel-plugin-typecheck

Static and runtime type checking for JavaScript in the form of a Babel plugin.
MIT License
886 stars 44 forks source link

Support Iterable<type> and NextType in generator functions #70

Closed phpnode closed 8 years ago

phpnode commented 8 years ago

Generator now takes 3 type parameters - Generator<YieldType, ReturnType, NextType>.

Adds support for Iterable<someType>, fixes #69

Also adds a potential fix for #68 but was unable to replicate to verify.