DEBSOURCES
Skip Quicknav
sources / node-yarnpkg / 4.1.0%2Bdfsg-1 / rollup-plugin-node-globals / test / fixtures / process-sneaky.js
123456
function trickYou(process) { if (process.browser) { throw new Error('should not be replaced'); } } trickYou({browser: false});