Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts792 export const updateJsxClosingElement: typeof factory.updateJsxClosingElement = Debug.deprecate(fact… constant
/third_party/typescript/src/compiler/
Dtypes.ts8485updateJsxClosingElement(node: JsxClosingElement, tagName: JsxTagNameExpression): JsxClosingElement; method
/third_party/typescript/lib/
Dtypescript.d.ts4223updateJsxClosingElement(node: JsxClosingElement, tagName: JsxTagNameExpression): JsxClosingElement; method
Dtsserverlibrary.d.ts8226updateJsxClosingElement(node: JsxClosingElement, tagName: JsxTagNameExpression): JsxClosingElement; method
DtypingsInstaller.js16490 function updateJsxClosingElement(node, tagName) { function
Dtsc.js21781 function updateJsxClosingElement(node, tagName) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4223updateJsxClosingElement(node: JsxClosingElement, tagName: JsxTagNameExpression): JsxClosingElement; method
Dtsserverlibrary.d.ts8226updateJsxClosingElement(node: JsxClosingElement, tagName: JsxTagNameExpression): JsxClosingElement; method