File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13477,13 +13477,13 @@ namespace ts {
13477
13477
return getUnionType(map(signatures, getReturnTypeOfSignature), /*subtypeReduction*/ true);
13478
13478
}
13479
13479
13480
- /**
13480
+ /**
13481
13481
* Look into JSX namespace and then look for container with matching name as nameOfAttribPropContainer.
13482
13482
* Get a single property from that container if existed. Report an error if there are more than one property.
13483
- *
13483
+ *
13484
13484
* @param nameOfAttribPropContainer a string of value JsxNames.ElementAttributesPropertyNameContainer or JsxNames.ElementChildrenAttributeNameContainer
13485
13485
* if other string is given or the container doesn't exist, return undefined.
13486
- ** /
13486
+ */
13487
13487
function getNameFromJsxElementAttributesContainer(nameOfAttribPropContainer: string): string {
13488
13488
// JSX
13489
13489
const jsxNamespace = getGlobalSymbol(JsxNames.JSX, SymbolFlags.Namespace, /*diagnosticMessage*/ undefined);
You can’t perform that action at this time.
0 commit comments