0.0.5 • Published 9 years ago

externs-extractor-wrapper v0.0.5

Weekly downloads
17
License
-
Repository
github
Last release
9 years ago

Externs-Extractor-Wrapper

Javascript wrapper for Externs-Exractor written in Python.

Externs-Extractor - utility for interface parsing, using for easy compilation and code checking with means of Closure Compiler. Was originally written for Livetex-Tools.

Usage:

var x = require('externs-extractor-wrapper');

var options = {
  input: 'bin/index.js',
  output: 'externs/index.js'
}

x.exec(options, function() {
  console.log('Externs are ready!');
}, console.error);

This code takes file bin/index.js and generates externs into file externs/index.js

Other libraries using bin/index.js can be compiled by Closure Compiler with option --externs externs/index.js

... Possibly will be rewritten in Javascript ...

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago