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 | 1851 const { openingElement, closingElement } = node.parent.parent; constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 1402 readonly closingElement: JsxClosingElement; property
|
| D | typescriptServices.d.ts | 1402 readonly closingElement: JsxClosingElement; property
|
| D | tsserverlibrary.d.ts | 1402 readonly closingElement: JsxClosingElement; property
|
| D | typingsInstaller.js | 26676 function createJsxElement(openingElement, children, closingElement) { argument 26689 function updateJsxElement(node, openingElement, children, closingElement) { argument
|
| D | tsc.js | 21532 function createJsxElement(openingElement, children, closingElement) { argument 21544 function updateJsxElement(node, openingElement, children, closingElement) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 1402 readonly closingElement: JsxClosingElement; property
|
| D | tsserverlibrary.d.ts | 1402 readonly closingElement: JsxClosingElement; property
|