Open davidpcaldwell opened 4 years ago
Currently, the Pathname "constructor" or function specifically sets the constructor property of Pathname objects so that instanceof works as expected. However, Pathnames created by the module (e.g., via getRelativePath()) do not work.
Migrated from Bitbucket issue ID 54
Currently, the Pathname "constructor" or function specifically sets the constructor property of Pathname objects so that instanceof works as expected. However, Pathnames created by the module (e.g., via getRelativePath()) do not work.