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

Prepare 3.0.2 #53

Closed phpnode closed 8 years ago

phpnode commented 8 years ago

Fixes some bugs with export declarations, null checks and stops static verification from swallowing runtime checks for Map and Sets.