node-util
node-util copied to clipboard
formatWithOptions is missing
https://nodejs.org/api/util.html#utilformatwithoptionsinspectoptions-format-args
inspect has options, just need to forward them
Looks like that's added in node 10, which we're not caught up to yet.
Also, we wouldn't be able to just forward them, because we also have to reimplement them for the browser.
now i see that inspect has a legacy api, thanks for the response. i'll close.
It's fine to keep it open; we do need to catch up eventually.