We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d19782 commit a44c3f2Copy full SHA for a44c3f2
src/compiler/checker.ts
@@ -11881,7 +11881,7 @@ namespace ts {
11881
function getJsxAttributesSymbolArrayFromAttributesProperty(openingLikeElement: JsxOpeningLikeElement): Symbol[] | undefined {
11882
const attributes = openingLikeElement.attributes;
11883
let attributesTable = createMap<Symbol>();
11884
- let spread: Type = emptyObjectType
+ let spread: Type = emptyObjectType;
11885
let attributesArray: Symbol[] = [];
11886
for (const attributeDecl of attributes.properties) {
11887
const member = attributeDecl.symbol;
0 commit comments