mihaip / react-closure-compiler

Tooling to teach Closure Compiler about React
Apache License 2.0
100 stars 14 forks source link

Make sure React static APIs are marked nocollapse #38

Closed arv closed 5 years ago

arv commented 5 years ago

Follow-up to b4bb529ed7df1cdc3e3cee2255fb22816fde5ab3

Google Closure Compiler likese to collapse static properties but React depends on these properties to exist on the class object.

arv commented 5 years ago

TBR

mihaip commented 5 years ago

LGTM