styx-tree 3.0.2

High-level syntax tree for the Styx configuration language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: crates/styx-tree/src/diagnostic.rs
expression: stripped
---
Error: mixed separators in object
   ╭─[ test.styx:3:6 ]
   │
 3 │   b 2
   │      ┬  
   │      ╰── mixing commas and newlines
   │ 
   │ Help: use either commas or newlines to separate entries, not both
───╯