javascript-externs-generator icon indicating copy to clipboard operation
javascript-externs-generator copied to clipboard

Generate externs for use with Google Closure Compiler

Results 7 javascript-externs-generator issues
Sort by recently updated
recently updated
newest added

Hi @jmmk Is there a way to generate externs for a [Web Worker](https://www.html5rocks.com/en/tutorials/workers/basics/) ?

If you generate externs using your generator: http://jmmk.github.io/javascript-externs-generator/ Using the Three.js library url at: https://threejs.org/build/three.js Then try the same using this generator: http://www.dotnetwise.com/Code/Externs/index.html Then compare the results you get: In...

Looking at the externs contained in https://github.com/google/closure-compiler/tree/master/contrib/externs, it seems like only the top-level namespace and the prototypes are defined. Is it actually necessary to recurse into everything? e.g. ``` javascript...

Generating externs for Quill 1.1.0 doesn't include methods from [Quill API](https://quilljs.com/docs/api/). It also generates invalid js: ``` JavaScript Quill.imports / formats / list / item.prototype = { .... ``` Which...

I'm using this URL: https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser.js I get this error: "TypeError: a.F is not a function. Check console for stack trace."

I'm trying to generate externs for https://github.com/ianstormtaylor/slate, but there are a couple of extern declarations missing. To reproduce: - go to https://jmmk.github.io/javascript-externs-generator/ - load https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react.js - load https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js - load...