Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
DdocumentHighlights.ts14 const { openingElement, closingElement } = node.parent.parent; constant
15 …const highlightSpans = [openingElement, closingElement].map(({ tagName }) => getHighlightSpanForNo… constant
Dservices.ts1847 const { openingElement, closingElement } = node.parent.parent; constant
/third_party/typescript/lib/
Dtypescript.d.ts1399 readonly closingElement: JsxClosingElement; property
DtypescriptServices.d.ts1399 readonly closingElement: JsxClosingElement; property
Dtsserverlibrary.d.ts1399 readonly closingElement: JsxClosingElement; property
DtypingsInstaller.js26635 function createJsxElement(openingElement, children, closingElement) { argument
26648 function updateJsxElement(node, openingElement, children, closingElement) { argument
Dtsc.js21494 function createJsxElement(openingElement, children, closingElement) { argument
21506 function updateJsxElement(node, openingElement, children, closingElement) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1399 readonly closingElement: JsxClosingElement; property
Dtsserverlibrary.d.ts1399 readonly closingElement: JsxClosingElement; property