UNPKG

malta

Version:

Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.

59 lines (45 loc) 849 B
(function (){ // // 4 // var d = new Date(), s = d.getMinutes(); // 8 /* You set "trial" to true*/ console.log('bbb.js included now u'); // 13 var t = "che cosa ne\" pensi?", d = 'che cosa ne \' pensi ? '; /* [Malta] bbb.js */ function jjj() { alert('hello there vars.json loaded'); /* [Malta] ccc.js */ /* [Malta] ddd.js */ function zzh() { // 28 return 'hello there 29'; } /** * new Error("hello there", "aaa.js", "33" ) */ function zzj() { return 'hello there vars.json loaded'; } function sum (a, b) { return a + b; } module.exports = { zzj : zzj, zzh : zzh, sum : sum }; zzj(); alert('Even bbb.js has something to say') } })();