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

Add pragmas #57

Closed phpnode closed 8 years ago

phpnode commented 8 years ago

Can now use // typecheck: ignore file to ignore an entire file, or //typecheck ignore statement to ignore an entire statement (and all its children)

Fixes #54