| 26 | const TYPE_KEYWORDS = new Set(['geosite', 'geoip', 'full', 'contains', 'regexp', 'ext', 'keyword', 'regex']) |
| 27 | |
| 28 | export interface FormatOptions { |
| 29 | tabSize?: number |
| 30 | insertSpaces?: boolean |
| 31 | } |
| 32 | |
| 33 | interface ParsedLine { |
| 34 | content: string |
nothing calls this directly
no outgoing calls
no test coverage detected