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 missing return bug #33

Closed phpnode closed 8 years ago

phpnode commented 8 years ago

Incorporates @fixplz 's changes from #26, makes failing test pass. Now a function with mandatory types will fail to compile if it has no return statement.