Patch Changes
- #12
93fe85cThanks @DylanPiercey! - Fix an infinite loop when resolution fails from a Windows path: thenode_modules/importswalk terminated only on reachingroot(default/), which a drive-rooted path never equals —dirname("D:/")is"D:/". The walk now also stops when a directory is its own parent (the file system root).