Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/
Ddeprecations.ts777 …export const createJsxSelfClosingElement = Debug.deprecate(factory.createJsxSelfClosingElement, fa… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts381 createJsxSelfClosingElement,
4597 …function createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNo…
4618 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
/third_party/typescript/lib/
Dtypescript.d.ts3546createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method
7014 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
DtypescriptServices.d.ts3546createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method
7014 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
Dtsserverlibrary.d.ts3546createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method
10759 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
Dtsc.js16589 createJsxSelfClosingElement: createJsxSelfClosingElement,
19359 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function
19378 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
26116 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
DtypingsInstaller.js20887 createJsxSelfClosingElement: createJsxSelfClosingElement,
24118 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function
24138 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
32515 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
DtypescriptServices.js21092 createJsxSelfClosingElement: createJsxSelfClosingElement,
24323 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function
24343 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
32720 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
153308 …ts.createJsxSelfClosingElement = ts.Debug.deprecate(ts.factory.createJsxSelfClosingElement, factor…
Dtsserverlibrary.js21092 createJsxSelfClosingElement: createJsxSelfClosingElement,
24323 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function
24343 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
32720 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
163080 …ts.createJsxSelfClosingElement = ts.Debug.deprecate(ts.factory.createJsxSelfClosingElement, factor…
Dtsserver.js20898 createJsxSelfClosingElement: createJsxSelfClosingElement,
24129 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function
24149 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
32526 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
163076 …ts.createJsxSelfClosingElement = ts.Debug.deprecate(ts.factory.createJsxSelfClosingElement, factor…
Dtypescript.js21092 createJsxSelfClosingElement: createJsxSelfClosingElement,
24323 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function
24343 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
32720 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
153308 …ts.createJsxSelfClosingElement = ts.Debug.deprecate(ts.factory.createJsxSelfClosingElement, factor…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3662createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method
7261 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
Dtsserverlibrary.d.ts3662createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method
11044 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
/third_party/typescript/src/compiler/
Dtypes.ts7311createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un…
Dparser.ts5178 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);