getOptionValue('--eval'); const print = getOptionValue('--print'); if (getOptionValue('--input-type') === 'module') evalModule(source, print); else evalScript('[eval]', source, getOptionValue('--inspect-brk'), print);