Closure-compiler: Externs for jQuery 2.x

Created on 25 May 2015  路  4Comments  路  Source: google/closure-compiler

Maybe add externs for jQuery 2.x

Most helpful comment

True, my brain automatically shouted "not supported!" the moment I saw the listing of the extern files.

The very first thing that is passing on my mind right now: apply a ranges of versions to the extern's name. Example for jQuery extern: jquery.1.9-2.1.js (from v1.9 to v2.1). @ChadKillingsworth

All 4 comments

As far as I know, the API hasn't changed for jQuery since 1.9/2.0. Did 1.11/2.11 have api changes?

Ah, you're right. Don't know why, but I was under the impression that the API changed between 2.0 and 2.1. Closing as this is clearly invalid.

I'd very open to finding a way to indicate that in the externs. The naming lends you to think we don't support the latest version.

True, my brain automatically shouted "not supported!" the moment I saw the listing of the extern files.

The very first thing that is passing on my mind right now: apply a ranges of versions to the extern's name. Example for jQuery extern: jquery.1.9-2.1.js (from v1.9 to v2.1). @ChadKillingsworth

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shicks picture shicks  路  4Comments

rongjiecomputer picture rongjiecomputer  路  3Comments

JohannBlake picture JohannBlake  路  3Comments

ChadKillingsworth picture ChadKillingsworth  路  7Comments

zzo picture zzo  路  6Comments