mihaip / react-closure-compiler

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

Upgrade Closure Compiler to v20181028 #32

Closed arv closed 5 years ago

arv commented 5 years ago

The type interfaces are gone in favor of direct references to the type implementations.

Updated React type defs a little since the new version of GCC now realizes that a child in createElement can end up as null or undefined and undefined was missing in the type definition.

arv commented 5 years ago

Let me finish the Quip side of this before landing

arv commented 5 years ago

Please merge when you get the chance