We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When using path.normalize with a folder that has '..' at the end of it, it fails to continue parsing the input correctly.
path.normalize('bar/foo../../') current output: bar/foo../../ desired output: bar