bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
376 stars 179 forks source link

Add is_normalized and starts_with to paths module #514

Closed comius closed 2 months ago

comius commented 2 months ago

Those two functions are often used by built-in rules. This will make it easier to move them out of Bazel binary.