| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { QuoteStyle, escapeStringContent } from './QuoteStyle'; |
| 3 | import { stringLiteral } from './StringLiteralType'; |
| 4 | import { Writer } from './Writer'; |
nothing calls this directly
no test coverage detected