mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Remove unused function
This commit is contained in:
@@ -8224,10 +8224,6 @@ namespace ts {
|
||||
return !!(type.flags & TypeFlags.Anonymous && (<AnonymousType>type).assignedMembers);
|
||||
}
|
||||
|
||||
function isOpenTypeProperty(symbol: Symbol): boolean {
|
||||
return !!symbol.openType;
|
||||
}
|
||||
|
||||
function expandOpenType(type: AnonymousType, propAccess: PropertyAccessExpression) {
|
||||
const name = propAccess.name.text;
|
||||
const prop = createSymbol(SymbolFlags.Property | SymbolFlags.Transient, name);
|
||||
|
||||
Reference in New Issue
Block a user