mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
export UsageEntry used by already exported functions 🌹 (#17853)
This commit is contained in:
committed by
Mohamed Hegazy
parent
2b28916e5e
commit
ac098535cb
@@ -856,7 +856,7 @@ namespace ts.refactor.extractMethod {
|
||||
Write = 2
|
||||
}
|
||||
|
||||
interface UsageEntry {
|
||||
export interface UsageEntry {
|
||||
readonly usage: Usage;
|
||||
readonly symbol: Symbol;
|
||||
readonly node: Node;
|
||||
|
||||
Reference in New Issue
Block a user