5 unstable releases

0.2.1 Oct 9, 2024
0.2.0 Sep 30, 2024
0.1.1 Sep 27, 2024
0.1.0 Sep 27, 2024
0.0.1 Sep 27, 2024

#1630 in Web programming

Download history 279/week @ 2024-09-22 921/week @ 2024-09-29 1679/week @ 2024-10-06 1786/week @ 2024-10-13 1918/week @ 2024-10-20

6,432 downloads per month
Used in 20 crates (10 directly)

MIT license

18KB
456 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

~1.3–2MB
~53K SLoC