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

Ignore generic functions #29

Closed phpnode closed 9 years ago

phpnode commented 9 years ago

Can't sensibly support generic types in this version, but we can track them and ignore them in most cases - fixes #28

phpnode commented 9 years ago

ping @fixplz this removes the cases where we threw errors on unsupported syntax, so related to #26