Open
Description
The absolute()
function supports six optional arguments, in the same manner as join()
. These arguments are rarely used in practice, and are an odd divergence from path
's usual style of functions that do a single job. They also presumably add a small amount of overhead in the very common case of making a single path absolute. Once we decide to make a release with breaking changes, it should remove these arguments.