JS Packager :: Packs JS functions and variables into a safe module object
Source Code
//test some implicit globals and vars: x = document.title age = 65 var r = Math.random, s = String ; // VB functions: function val(n) { return +n; } function cint(n) { return Math.floor(n); } function rnd() { return r()+x; } function Rnd(w) { return parseInt(r()*(w+1)); }
prefix
"use strict"
Cleanup
Bypass
Closure
Normal
Version
Minify
Format
Comment (!)
Module Code