Home
last modified time | relevance | path

Searched refs:createJsxClosingElement (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts789 …export const createJsxClosingElement = Debug.deprecate(factory.createJsxClosingElement, factoryDep… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts385 createJsxClosingElement,
4649 function createJsxClosingElement(tagName: JsxTagNameExpression) {
4661 ? update(createJsxClosingElement(tagName), node)
/third_party/typescript/lib/
Dtypescript.d.ts3550 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method
7022 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
DtypescriptServices.d.ts3550 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method
7022 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
Dtsserverlibrary.d.ts3550 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method
10767 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
Dtsc.js16593 createJsxClosingElement: createJsxClosingElement,
19403 function createJsxClosingElement(tagName) { function
19413 ? update(createJsxClosingElement(tagName), node)
26180 return finishNode(factory.createJsxClosingElement(tagName), pos);
DtypingsInstaller.js20891 createJsxClosingElement: createJsxClosingElement,
24166 function createJsxClosingElement(tagName) { function
24177 ? update(createJsxClosingElement(tagName), node)
32587 return finishNode(factory.createJsxClosingElement(tagName), pos);
DtypescriptServices.js21096 createJsxClosingElement: createJsxClosingElement,
24371 function createJsxClosingElement(tagName) { function
24382 ? update(createJsxClosingElement(tagName), node)
32792 return finishNode(factory.createJsxClosingElement(tagName), pos);
153316 …ts.createJsxClosingElement = ts.Debug.deprecate(ts.factory.createJsxClosingElement, factoryDepreca…
Dtsserverlibrary.js21096 createJsxClosingElement: createJsxClosingElement,
24371 function createJsxClosingElement(tagName) { function
24382 ? update(createJsxClosingElement(tagName), node)
32792 return finishNode(factory.createJsxClosingElement(tagName), pos);
163088 …ts.createJsxClosingElement = ts.Debug.deprecate(ts.factory.createJsxClosingElement, factoryDepreca…
Dtsserver.js20902 createJsxClosingElement: createJsxClosingElement,
24177 function createJsxClosingElement(tagName) { function
24188 ? update(createJsxClosingElement(tagName), node)
32598 return finishNode(factory.createJsxClosingElement(tagName), pos);
163084 …ts.createJsxClosingElement = ts.Debug.deprecate(ts.factory.createJsxClosingElement, factoryDepreca…
Dtypescript.js21096 createJsxClosingElement: createJsxClosingElement,
24371 function createJsxClosingElement(tagName) { function
24382 ? update(createJsxClosingElement(tagName), node)
32792 return finishNode(factory.createJsxClosingElement(tagName), pos);
153316 …ts.createJsxClosingElement = ts.Debug.deprecate(ts.factory.createJsxClosingElement, factoryDepreca…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3666 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method
7269 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
Dtsserverlibrary.d.ts3666 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method
11052 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
/third_party/typescript/src/compiler/
Dtypes.ts7315 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement;
Dparser.ts5265 return finishNode(factory.createJsxClosingElement(tagName), pos);