MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / FieldValueHighlight

Interface FieldValueHighlight

shared-dom/src/language/query2sql.ts:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111export interface FieldValueHighlight {
112 pattern: string
113 flags: string
114 boundLeft: boolean
115 boundRight: boolean
116}
117
118export function convert(input: string, now: Date) {
119 const tree = parser.parse(input)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected