/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 789 …export const createJsxClosingElement = Debug.deprecate(factory.createJsxClosingElement, factoryDep… constant
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 385 createJsxClosingElement, 4649 function createJsxClosingElement(tagName: JsxTagNameExpression) { 4661 ? update(createJsxClosingElement(tagName), node)
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3550 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method 7022 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
|
D | typescriptServices.d.ts | 3550 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method 7022 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
|
D | tsserverlibrary.d.ts | 3550 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method 10767 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
|
D | tsc.js | 16593 createJsxClosingElement: createJsxClosingElement, 19403 function createJsxClosingElement(tagName) { function 19413 ? update(createJsxClosingElement(tagName), node) 26180 return finishNode(factory.createJsxClosingElement(tagName), pos);
|
D | typingsInstaller.js | 20891 createJsxClosingElement: createJsxClosingElement, 24166 function createJsxClosingElement(tagName) { function 24177 ? update(createJsxClosingElement(tagName), node) 32587 return finishNode(factory.createJsxClosingElement(tagName), pos);
|
D | typescriptServices.js | 21096 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…
|
D | tsserverlibrary.js | 21096 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…
|
D | tsserver.js | 20902 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…
|
D | typescript.js | 21096 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/ |
D | typescript.d.ts | 3666 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method 7269 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
|
D | tsserverlibrary.d.ts | 3666 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement; method 11052 const createJsxClosingElement: (tagName: JsxTagNameExpression) => JsxClosingElement; constant
|
/third_party/typescript/src/compiler/ |
D | types.ts | 7315 createJsxClosingElement(tagName: JsxTagNameExpression): JsxClosingElement;
|
D | parser.ts | 5265 return finishNode(factory.createJsxClosingElement(tagName), pos);
|