Files
Nim/lib/std/private
litlighilit 6e875cd7c2 fix isAbsolute broken when nodejs on Windows (#23365)
When target is nodejs, 
`isAbsolute` used to only check in the POSIX flavor,

i.e.  for js backend on Windows, 
```nim
isAbsolute(r"C:\Windows") == false
```

This fixes it.
2024-03-04 09:58:33 +01:00
..
2022-12-26 13:20:05 +01:00
2023-02-21 12:14:41 +01:00
2022-12-16 08:01:15 +01:00