MCPcopy
hub / github.com/webpack/webpack / inScope

Function inScope

lib/html/syntax.js:4923–4924  ·  view source on GitHub ↗
(/** @type {string} */ tagName)

Source from the content-addressed store, hash-verified

4921 return false;
4922 };
4923 const inScope = (/** @type {string} */ tagName) =>
4924 hasNameInScope(tagName, SCOPE_DEFAULT);
4925 const inButtonScope = (/** @type {string} */ tagName) =>
4926 hasNameInScope(tagName, SCOPE_BUTTON);
4927 const inListItemScope = (/** @type {string} */ tagName) =>

Callers 2

startTagInBodyFunction · 0.85
endTagInBodyFunction · 0.85

Calls 1

hasNameInScopeFunction · 0.85

Tested by

no test coverage detected