jmmk / javascript-externs-generator

Generate externs for use with Google Closure Compiler
https://jmmk.github.io/javascript-externs-generator/
ISC License
135 stars 9 forks source link

Function with properties are only output as objects #9

Closed jmmk closed 7 years ago

jmmk commented 8 years ago

jQuery can be called as a function(jQuery(...)), but currently in the extern we generate var jQuery = {...}. Does this cause any issues or miss any Google Closure optimizations?

jmmk commented 7 years ago

Closed in favor of #22