(id: string)
| 38 | } |
| 39 | |
| 40 | export function escapeHfId(id: string): string { |
| 41 | return id.replace(/\\/g, "\\\\").replace(/"/g, '\\"'); |
| 42 | } |
| 43 | |
| 44 | /** |
| 45 | * True when an element lives at the top-level (canonical) scope — i.e. its |
no outgoing calls
no test coverage detected