1.3.2 • Published 6 years ago

atomizerjs v1.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Atomizer.js

Compile one utility per line

/*
    v=x.x.x keys=fn1,fn2,fn5 node compile
*/
var $$ = typeof(global) === 'object' ? global : window;
$$.fn1 = function(a,b){};$$.fn1.prototype={}; // (function|string|number|object|date)
$$.fn2 = function(a,b){};
$$.fn5 = function(a,b){};
  • Allows partial builds
  • Generates recompilation command
  • Checks version mismatch
  • Checks key <-> implementation mismatch
  • Supports function prototyping
  • Supports browser and node enviroment
1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago