| 1 | import { it, assert } from 'vitest'; |
| 2 | import { TAG_ID as $, TAG_NAMES as TN, NS } from '../common/html.js'; |
| 3 | import { OpenElementStack } from './open-element-stack.js'; |
| 4 | import type { TreeAdapterTypeMap } from '../tree-adapters/interface.js'; |
nothing calls this directly
no test coverage detected