yjc 0.0.1

tiny javascript compiler
Documentation
1
2
3
4
5
6
7
8
(function (global) {

const P$aaa_js$usedFunc = () => console.log("used");
const P$aaa_js$unusedFunc = () => console.log("unused");
P$ccc$bbb_js$bbb()

function P$ccc$bbb_js$bbb() {}
})(typeof global !== 'undefined' ? global : typeof window !== 'undefined' ? window : this);