Skip to content

Commit e7e13ec

Browse files
author
Kanchalai Tanglertsampan
committed
Fix linting
1 parent e03be45 commit e7e13ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/compiler/checker.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -13477,13 +13477,13 @@ namespace ts {
1347713477
return getUnionType(map(signatures, getReturnTypeOfSignature), /*subtypeReduction*/ true);
1347813478
}
1347913479

13480-
/**
13480+
/**
1348113481
* Look into JSX namespace and then look for container with matching name as nameOfAttribPropContainer.
1348213482
* Get a single property from that container if existed. Report an error if there are more than one property.
13483-
*
13483+
*
1348413484
* @param nameOfAttribPropContainer a string of value JsxNames.ElementAttributesPropertyNameContainer or JsxNames.ElementChildrenAttributeNameContainer
1348513485
* if other string is given or the container doesn't exist, return undefined.
13486-
**/
13486+
*/
1348713487
function getNameFromJsxElementAttributesContainer(nameOfAttribPropContainer: string): string {
1348813488
// JSX
1348913489
const jsxNamespace = getGlobalSymbol(JsxNames.JSX, SymbolFlags.Namespace, /*diagnosticMessage*/ undefined);

0 commit comments

Comments
 (0)