Y
Hacker News
new
|
ask
|
show
|
jobs
by
lennelpennel
3509 days ago
They are probably using closure in the background, using the new type inference with the compiler, to collect the meta information.
1 comments
kevinoconnor7
3509 days ago
Yes, the paper JS Nice is based on calls out that they use the Closure Compiler as a backend:
http://www.srl.inf.ethz.ch/papers/jsnice15.pdf
link