MCPcopy
hub / github.com/inikulin/parse5 / open-element-stack.test.ts

File open-element-stack.test.ts

packages/parse5/lib/parser/open-element-stack.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { it, assert } from 'vitest';
2import { TAG_ID as $, TAG_NAMES as TN, NS } from '../common/html.js';
3import { OpenElementStack } from './open-element-stack.js';
4import type { TreeAdapterTypeMap } from '../tree-adapters/interface.js';

Callers

nothing calls this directly

Calls 15

createDocumentMethod · 0.80
pushMethod · 0.80
popMethod · 0.80
replaceMethod · 0.80
insertAfterMethod · 0.80
popUntilTagNamePoppedMethod · 0.80
popUntilElementPoppedMethod · 0.80
popAllUpToHtmlElementMethod · 0.80

Tested by

no test coverage detected