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

Missing Google Closure optimizations #10

Closed jmmk closed 7 years ago

jmmk commented 8 years ago

For example, the number of arguments passed to a function. See the official jQuery externs: https://github.com/google/closure-compiler/blob/master/contrib/externs/jquery-1.9.js. Is there a way to detect these and others?