DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.15.0-1%2Bdeb12u1 / test / form / samples / nested-tree-shaking / _expected.js
12345678
function withEffects() { console.log('effect'); } if (globalThis.unknown > 0) { console.log('effect'); withEffects(); }