That's interesting. I've done my fair share of GWT development, and I didn't know about this, so I tried to find more info.
I've searched through the GWT source code, and I found no mention of the closure library (closure tools / closure compiler). There are obviously some mentions of javascript "closures", but that's all I found.
I've searched through the GWT source code, and I found no mention of the closure library (closure tools / closure compiler). There are obviously some mentions of javascript "closures", but that's all I found.
According to https://groups.google.com/group/closure-library-discuss/brow... , no code is shared between GWT and the closure library.
Where does GWT use Closure?