Searched defs:createJsxElement (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/deprecatedCompat/4.0/ |
| D | nodeFactoryTopLevelExports.ts | 771 export const createJsxElement: typeof factory.createJsxElement = Debug.deprecate(factory.createJsxE… constant
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8478 …createJsxElement(openingElement: JsxOpeningElement, children: readonly JsxChild[], closingElement:… method
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4216 …createJsxElement(openingElement: JsxOpeningElement, children: readonly JsxChild[], closingElement:… method
|
| D | tsserverlibrary.d.ts | 8219 …createJsxElement(openingElement: JsxOpeningElement, children: readonly JsxChild[], closingElement:… method
|
| D | typingsInstaller.js | 16445 function createJsxElement(openingElement, children, closingElement) { function
|
| D | tsc.js | 21736 function createJsxElement(openingElement, children, closingElement) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4216 …createJsxElement(openingElement: JsxOpeningElement, children: readonly JsxChild[], closingElement:… method
|
| D | tsserverlibrary.d.ts | 8219 …createJsxElement(openingElement: JsxOpeningElement, children: readonly JsxChild[], closingElement:… method
|