summary refs log tree commit diff stats
path: root/tests/js/tos.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-0/+14
| | | | | | | | | * * relativePath(foo) now works * relativePath(rel, abs) and relativePath(abs, rel) now work (fixes #13222) * relativePath, absolutePath, getCurrentDir now available in more targets (eg: vm, nodejs etc) * fix bug: isAbsolutePath now works with -d:js; add tests * workaround https://github.com/nim-lang/Nim/issues/13469 * remove `relativePath(path)` overload for now * add back changelog after rebase
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-0/+7