synopkg 14.0.1

Consistent dependency versions in large JavaScript Monorepos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! I know this is weird but these are shorthands to indent `debug!()`
//! statements used in the `visit_packages` module, to describe various nested
//! scenarios/use cases.

pub const L1: &str = "  ";
pub const L2: &str = "    ";
pub const L3: &str = "      ";
pub const L4: &str = "        ";
pub const L5: &str = "          ";
pub const L6: &str = "            ";
pub const L7: &str = "              ";
pub const L8: &str = "                ";
pub const L9: &str = "                  ";
pub const L10: &str = "                    ";