/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 777 …export const createJsxSelfClosingElement = Debug.deprecate(factory.createJsxSelfClosingElement, fa… constant
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 381 createJsxSelfClosingElement, 4597 …function createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNo… 4618 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node)
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3546 …createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method 7014 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
|
D | typescriptServices.d.ts | 3546 …createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method 7014 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
|
D | tsserverlibrary.d.ts | 3546 …createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method 10759 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
|
D | tsc.js | 16589 createJsxSelfClosingElement: createJsxSelfClosingElement, 19359 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function 19378 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node) 26116 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
|
D | typingsInstaller.js | 20887 createJsxSelfClosingElement: createJsxSelfClosingElement, 24118 function createJsxSelfClosingElement(tagName, typeArguments, attributes) { function 24138 ? update(createJsxSelfClosingElement(tagName, typeArguments, attributes), node) 32515 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
|
D | typescriptServices.js | 21092 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…
|
D | tsserverlibrary.js | 21092 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…
|
D | tsserver.js | 20898 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…
|
D | typescript.js | 21092 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/ |
D | typescript.d.ts | 3662 …createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method 7261 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
|
D | tsserverlibrary.d.ts | 3662 …createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un… method 11044 …const createJsxSelfClosingElement: (tagName: JsxTagNameExpression, typeArguments: readonly TypeNod… constant
|
/third_party/typescript/src/compiler/ |
D | types.ts | 7311 …createJsxSelfClosingElement(tagName: JsxTagNameExpression, typeArguments: readonly TypeNode[] | un…
|
D | parser.ts | 5178 node = factory.createJsxSelfClosingElement(tagName, typeArguments, attributes);
|