Martin Sherburn
Martin Sherburn
> This is a node module; process.env always exists. Why do other parts of the file do this "typeof process !== 'undefined'" check then? e.g. https://github.com/browserify/node-util/blob/master/util.js#L76 . It seems inconsistent...
> Which platform? Hermes https://hermesengine.dev/ . But does it matter? From the description of node-util, it is designed to work in any environment right? > Node.js's util module for all...
Thanks for the quick and thorough reply @PepsRyuu. I agree that generating a single source map for the entire bundle on every file save would be a problem. But I...
Right, yes indeed there are cases where generating a full bundle is required. One thought here would be to only re-generate the bundle at the point where it is requested...
Thanks for the discussion @PepsRyuu, this was useful. I have already raised the issue with the Hermes developer as well.