mihaip / react-closure-compiler

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

Export dummy function if in module #56

Closed arv closed 5 years ago

arv commented 5 years ago

It doesn't matter if the Mixin is exported or not. Always export the dummy function so that JSC does not complain that the value is never read.

Folllow up to 7dd70d9b09948c591ae6423fd801a1a3433dfd5e

arv commented 5 years ago

TBR