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

Question: Disallow checking, allow optimization #169

Closed amilajack closed 8 years ago

amilajack commented 8 years ago

How can I enable optimization with typecheck but disable type checking? This would be ideal for production.

amilajack commented 8 years ago

Nevermind. I thought that typecheckallows for performance optimizations at runtime.