mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
These changes no-duplicate-require.js so that it doesn't use an assignment in a conditional, which can be easy to misread as a comparison rather than an assignment. It also means we change a do/while (which we don't use much in our code) to the much more common while construct. PR-URL: https://github.com/nodejs/node/pull/41325 Reviewed-By: Michaël Zasso <targos@protonmail.com>