mihaip / react-closure-compiler

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

Switch SymbolTable to a LinkedHashMap #39

Closed arv closed 5 years ago

arv commented 5 years ago

We need to iterate over the entries in insertion order. This is important for class out of bounds data because we need to handle a mixin before the class that depends on it.

arv commented 5 years ago

TBR