Searched defs:closingElement (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/services/ |
D | documentHighlights.ts | 14 const { openingElement, closingElement } = node.parent.parent; constant 15 …const highlightSpans = [openingElement, closingElement].map(({ tagName }) => getHighlightSpanForNo… constant
|
D | services.ts | 1847 const { openingElement, closingElement } = node.parent.parent; constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 1399 readonly closingElement: JsxClosingElement; property
|
D | typescriptServices.d.ts | 1399 readonly closingElement: JsxClosingElement; property
|
D | tsserverlibrary.d.ts | 1399 readonly closingElement: JsxClosingElement; property
|
D | typingsInstaller.js | 26635 function createJsxElement(openingElement, children, closingElement) { argument 26648 function updateJsxElement(node, openingElement, children, closingElement) { argument
|
D | tsc.js | 21494 function createJsxElement(openingElement, children, closingElement) { argument 21506 function updateJsxElement(node, openingElement, children, closingElement) { argument
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1399 readonly closingElement: JsxClosingElement; property
|
D | tsserverlibrary.d.ts | 1399 readonly closingElement: JsxClosingElement; property
|