Files
node/lib/internal
Bartosz Sosnowski 4a911d46fe fs: unify style in preprocessSymlinkDestination
Removes the else after return to match rest of the style of
the function.

PR-URL: https://github.com/nodejs/node/pull/33496
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2020-05-23 17:07:45 +02:00
..
2020-03-30 17:21:13 +02:00
2020-05-14 12:39:23 -05:00
2020-01-22 15:33:03 +01:00
2020-05-14 12:39:23 -05:00
2020-01-22 15:33:03 +01:00
2019-11-30 13:58:25 +01:00
2019-12-17 08:11:13 -05:00
2020-05-16 06:42:16 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.