Skip to content

path: allow numbers as arguments to .join()

Hi! This allows numbers to be provided as arguments in addition to strings when creating paths with path.join(). Coercing numbers to strings instead of throwing TypeError.

Hoping this will revive the somewhat stale discussion in #1260 (closed).

Merge request reports

Loading