packages icon indicating copy to clipboard operation
packages copied to clipboard

Externs defined for aws-sdk-js are not closure compatible

Open bskinny opened this issue 7 years ago • 0 comments

The way the externs are produced for aws-sdk-js, via http://jmmk.github.io/javascript-externs-generator/, does not seem to be compatible with Google Closure advanced compilation. For example, aws-sdk-js.ext.js does not define the function AWS.S3.getObject. Does anyone have an idea how to achieve proper extern generation for this library?

bskinny avatar May 28 '18 18:05 bskinny