react-closure-compiler
react-closure-compiler copied to clipboard
Add type inference for statics
We currently generate a dummy JSDocInfo in gatherStaticsJsDocs to appease the CheckSideEffects pass, but if the static is initialized with a function, number, etc. then we could generate a JSTypeExpression based on it.