Bob Nystrom
bbafbfd50a
feat: add File.realPath() to resolve symlinks and normalize paths
...
Implement a new static method `File.realPath(path)` that resolves the given path by traversing symlinks and removing redundant `./` and `../` components, returning the canonical absolute path. The implementation uses libuv's `uv_fs_realpath` via an asynchronous callback pattern consistent with other File operations. Includes documentation, foreign method declarations, and two error-case tests for nonexistent paths and wrong argument types.
2016-02-27 23:53:02 +00:00
..
2015-10-01 04:13:36 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2015-10-01 04:13:36 +00:00
2016-02-21 20:23:33 +00:00
2016-02-21 20:23:33 +00:00
2015-10-01 04:13:36 +00:00
2015-12-28 16:06:29 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2016-02-20 17:23:42 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-10-01 04:13:36 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-12-30 16:13:19 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2015-10-01 04:13:36 +00:00
2016-02-27 23:53:02 +00:00
2016-02-27 23:53:02 +00:00
2015-10-01 04:13:36 +00:00
2016-01-01 17:58:44 +00:00
2016-01-01 17:58:44 +00:00
2016-02-21 18:18:45 +00:00
2016-02-21 18:18:45 +00:00
2016-02-21 18:18:45 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00
2016-02-20 17:23:42 +00:00