(value: string)
| 143 | } |
| 144 | |
| 145 | function toEnumConstant(value: string): string { |
| 146 | return value.toUpperCase().replace(/[-. /:]/g, "_").replace(/^_+/, "").replace(/_+/g, "_"); |
| 147 | } |
| 148 | |
| 149 | // ── Schema path resolution ─────────────────────────────────────────────────── |
| 150 |
no outgoing calls
no test coverage detected
searching dependent graphs…