Home
last modified time | relevance | path

Searched defs:closingElement (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/services/
DdocumentHighlights.ts28 const { openingElement, closingElement } = node.parent.parent; constant
29 …const highlightSpans = [openingElement, closingElement].map(({ tagName }) => getHighlightSpanForNo… constant
Dservices.ts2203 const { openingElement, closingElement } = node.parent.parent; constant
/third_party/typescript/lib/
Dtypescript.d.ts1526 readonly closingElement: JsxClosingElement; property
Dtsserverlibrary.d.ts5529 readonly closingElement: JsxClosingElement; property
DtypingsInstaller.js16445 function createJsxElement(openingElement, children, closingElement) { argument
16453 function updateJsxElement(node, openingElement, children, closingElement) { argument
Dtsc.js21736 function createJsxElement(openingElement, children, closingElement) { argument
21744 function updateJsxElement(node, openingElement, children, closingElement) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1526 readonly closingElement: JsxClosingElement; property
Dtsserverlibrary.d.ts5529 readonly closingElement: JsxClosingElement; property