(formatContext: FormatContext)
| 828 | } |
| 829 | |
| 830 | export function canHavePreamble(formatContext: FormatContext): boolean { |
| 831 | return formatContext.insertionMode < HTML_MODE; |
| 832 | } |
| 833 | |
| 834 | export function createRootFormatContext(namespaceURI?: string): FormatContext { |
| 835 | const insertionMode = |
no outgoing calls
no test coverage detected