File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ namespace ts {
411411
412412 let _jsxNamespace: string;
413413 let _jsxFactoryEntity: EntityName;
414- let _jsxElementAttribPropInterfaceSymbol: Symbol; // JSX.ElementAttributesProperty [symbol]
414+ let _jsxElementAttribPropInterfaceSymbol: Symbol; // JSX.ElementAttributesProperty [symbol]
415415 let _jsxElementPropertiesName: string;
416416 let _jsxElementChildrenPropertyName: string;
417417
@@ -13506,7 +13506,7 @@ namespace ts {
1350613506 const propsType = getTypeOfSymbol(propertiesOfJsxElementAttribPropInterface[0]);
1350713507 const propertiesOfProps = propsType && getPropertiesOfType(propsType);
1350813508 if (propertiesOfProps && propertiesOfProps.length === 1) {
13509- _jsxElementChildrenPropertyName = propertiesOfProps[0].name;
13509+ _jsxElementChildrenPropertyName = propertiesOfProps[0].name;
1351013510 }
1351113511 }
1351213512 }
You can’t perform that action at this time.
0 commit comments