DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-1 / test / form / samples / side-effect-h / _expected / es.js
1234567891011
function foo ( ok ) { if ( !ok ) { throw new Error( 'this will be ignored' ); } } foo(); var main = 42; export { main as default };