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

@typecheck pragma #114

Closed sakari closed 8 years ago

sakari commented 8 years ago

allow enabling and disabling type checks using babel options. fixes https://github.com/codemix/babel-plugin-typecheck/issues/113

phpnode commented 8 years ago

Very nice, thanks!

sakari commented 8 years ago

Would you have any eta on a new npm release? I would rather not publish my own built version.