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

true file level opt-in #131

Closed sakari closed 8 years ago

sakari commented 8 years ago

Previously we checked the comments leading to any top level symbol for the opt in pragma this caused the file to be skipped if any of the top level symbols was missing the opt in pragma. Now, if any of the top level comments has the opt in pragma and the environments match the file will be included.

sakari commented 8 years ago

the master branch seems to be broken

ntkoopman commented 8 years ago

The build failure is caused by change in the latest Babel version I'm guessing

phpnode commented 8 years ago

@sakari thanks!