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

Support returning literals for object properties #139

Closed JohnyDays closed 8 years ago

JohnyDays commented 8 years ago

The code in the test didn't typecheck, now it does :+1: Ran prepublish and all tests now pass.

I think I followed the style guide correcly, cheers :beer:

phpnode commented 8 years ago

@JohnyDays thanks!