Closed ndizazzo closed 4 years ago
Normal
Buildifier sorts dep lists lexicographically using a specific sort key. This implements a sort_labels method that can be used to allow us to take an array of Bazel dependencies, and generate deplists in the same way that Buildifier expects.
sort_labels
Priority
Normal
What Changed & Why
Buildifier sorts dep lists lexicographically using a specific sort key. This implements a
sort_labels
method that can be used to allow us to take an array of Bazel dependencies, and generate deplists in the same way that Buildifier expects.