mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 17:27:54 -05:00
Fix lint
This commit is contained in:
@@ -10664,7 +10664,7 @@ namespace ts {
|
||||
}
|
||||
members.set(name, literalProp);
|
||||
});
|
||||
const indexInfo = type.flags & TypeFlags.String ? createIndexInfo(emptyObjectType, /*isReadonly*/ false) : undefined
|
||||
const indexInfo = type.flags & TypeFlags.String ? createIndexInfo(emptyObjectType, /*isReadonly*/ false) : undefined;
|
||||
return createAnonymousType(undefined, members, emptyArray, emptyArray, indexInfo, undefined);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user