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

Fix #30 #32

Closed phpnode closed 9 years ago

phpnode commented 9 years ago

We weren't handling non-BlockStatements correctly. This should fix that.