node.js-closure-compiler-externs icon indicating copy to clipboard operation
node.js-closure-compiler-externs copied to clipboard

node.js externs for use with Closure Compiler.

Results 3 node.js-closure-compiler-externs issues
Sort by recently updated
recently updated
newest added

Hallo, this pull request - contains @Zysen 's improvements - inserts a .gitignore - and enables --env=CUSTOM to avoid conflicts with some browser-specific default externs Happy development :-)

I'm currently trying to compile this file: ```js // index.js var events = require("events"); var EventEmitter = events.EventEmitter; var myEmitter = new EventEmitter(); myEmitter.on('event', () => { console.log('an event occurred!');...

> NOTE: This comment on its own does nothing. But if you stick to the template, that is including the fs module exactly the same way naming it also "fs",...