Skip to content

Commit

Permalink
Mark services overload internal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed May 5, 2022
1 parent b999eab commit 874420b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ namespace ts {
isCancellationRequested(): boolean;
}

/*@internal*/
export interface CancellationToken {
throwIfCancellationRequested(cleanup?: () => void): void;
}
Expand Down

0 comments on commit 874420b

Please sign in to comment.