MCPcopy
hub / github.com/webpack/webpack / afeEl

Function afeEl

lib/html/syntax.js:4636–4637  ·  view source on GitHub ↗
(/** @type {{ element?: HtmlElement }} */ e)

Source from the content-addressed store, hash-verified

4634 /** @type {{ element?: HtmlElement, marker?: boolean }[]} active formatting elements */
4635 const afe = [];
4636 const afeEl = (/** @type {{ element?: HtmlElement }} */ e) =>
4637 /** @type {HtmlElement} */ (e.element);
4638 /** @type {HtmlElement | null} */
4639 let head = null;
4640 /** @type {HtmlElement | null} */

Callers 4

pushAfeFunction · 0.85
reconstructAfeFunction · 0.85
adoptionAgencyFunction · 0.85
startTagInBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected