| 109 | } |
| 110 | |
| 111 | export interface FieldValueHighlight { |
| 112 | pattern: string |
| 113 | flags: string |
| 114 | boundLeft: boolean |
| 115 | boundRight: boolean |
| 116 | } |
| 117 | |
| 118 | export function convert(input: string, now: Date) { |
| 119 | const tree = parser.parse(input) |
nothing calls this directly
no outgoing calls
no test coverage detected