(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);