mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-20 10:29:36 -06:00
Merge pull request #15242 from basarat/patch-1
export interfaces for exported members
This commit is contained in:
commit
0a77bd24fa
@ -7,7 +7,7 @@ namespace ts.FindAllReferences {
|
||||
references: Entry[];
|
||||
}
|
||||
|
||||
type Definition =
|
||||
export type Definition =
|
||||
| { type: "symbol"; symbol: Symbol; node: Node }
|
||||
| { type: "label"; node: Identifier }
|
||||
| { type: "keyword"; node: ts.Node }
|
||||
@ -20,7 +20,7 @@ namespace ts.FindAllReferences {
|
||||
node: Node;
|
||||
isInString?: true;
|
||||
}
|
||||
interface SpanEntry {
|
||||
export interface SpanEntry {
|
||||
type: "span";
|
||||
fileName: string;
|
||||
textSpan: TextSpan;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user