mihaip / react-closure-compiler

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

Add an export to work around JSC_UNUSED_LOCAL_ASSIGNMENT #55

Closed arv closed 5 years ago

arv commented 5 years ago

The value of the var for Mixin$$foo is never read. It is only added to allow us to reference the type.

Follow up to 518f893f84b2b658323a69c4159698051f47bd80

arv commented 5 years ago

TBR