7 unstable releases (3 breaking)

0.3.0 Dec 27, 2024
0.2.2 Dec 5, 2024
0.2.1 Oct 9, 2024
0.2.0 Sep 30, 2024
0.0.1 Sep 27, 2024

#246 in Filesystem

Download history 921/week @ 2024-09-29 1679/week @ 2024-10-06 1786/week @ 2024-10-13 1921/week @ 2024-10-20 1678/week @ 2024-10-27 1634/week @ 2024-11-03 1641/week @ 2024-11-10 2611/week @ 2024-11-17 2131/week @ 2024-11-24 2484/week @ 2024-12-01 2878/week @ 2024-12-08 3287/week @ 2024-12-15 3005/week @ 2024-12-22 3116/week @ 2024-12-29 4661/week @ 2025-01-05 5152/week @ 2025-01-12

16,208 downloads per month
Used in 35 crates (23 directly)

MIT license

24KB
626 lines

deno_path_util

Common path utilities used across Deno"s repos.

Versioning Strategy

This crate does not follow semver so if you"re outside the Deno org make sure to pin it to a patch version. Instead a versioning strategy that optimizes for more efficient maintenance is used:

  • Do the dependencies of Deno compile?
    • If yes, it"s a patch release.
    • If no, it"s a minor release.

Dependencies

~2.2–3.5MB
~62K SLoC