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

`Cannot read property 'type' of undefined`(same as #103) #177

Closed JounQin closed 7 years ago

JounQin commented 7 years ago

same as #103

Reproduction: https://github.com/JounQin/test/tree/master/babel-plugin-typecheck

phpnode commented 7 years ago

Hi, sorry for taking so long to respond to this, this project is now deprecated in favour of https://codemix.github.io/flow-runtime which aims for full compatibility with Flow.

I checked and babel-plugin-flow-runtime does not have this particular bug.