Searched defs:closingElement (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/services/ |
| D | documentHighlights.ts | 28 const { openingElement, closingElement } = node.parent.parent; constant 29 …const highlightSpans = [openingElement, closingElement].map(({ tagName }) => getHighlightSpanForNo… constant
|
| D | services.ts | 2203 const { openingElement, closingElement } = node.parent.parent; constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 1526 readonly closingElement: JsxClosingElement; property
|
| D | tsserverlibrary.d.ts | 5529 readonly closingElement: JsxClosingElement; property
|
| D | typingsInstaller.js | 16445 function createJsxElement(openingElement, children, closingElement) { argument 16453 function updateJsxElement(node, openingElement, children, closingElement) { argument
|
| D | tsc.js | 21736 function createJsxElement(openingElement, children, closingElement) { argument 21744 function updateJsxElement(node, openingElement, children, closingElement) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 1526 readonly closingElement: JsxClosingElement; property
|
| D | tsserverlibrary.d.ts | 5529 readonly closingElement: JsxClosingElement; property
|