This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Description
FYI it seems that the new node.js 6 fs.realPath implementation uses a native method from lib uv and I verified that this returns the proper casing of a path on Mac and Windows!
So it seems the workaround for having to go through all parent directories to find their proper casing is no longer needed.
Refs: https://github.com/libuv/libuv/blob/v1.x/ChangeLog#L311