| 11 | * Options for creating an Expression |
| 12 | */ |
| 13 | export interface ExpressionOptions { |
| 14 | /** |
| 15 | * Path separator character |
| 16 | * @default '.' |
| 17 | */ |
| 18 | separator?: string; |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * Parsed segment from an expression pattern |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…