build: typescript 3.7 support (#33717)
This PR updates TypeScript version to 3.7 while retaining compatibility with TS3.6. PR Close #33717
This commit is contained in:
@ -22,7 +22,7 @@ export interface RequestMatch {
|
||||
}
|
||||
|
||||
export declare class TestRequest {
|
||||
readonly cancelled: boolean;
|
||||
get cancelled(): boolean;
|
||||
request: HttpRequest<any>;
|
||||
constructor(request: HttpRequest<any>, observer: Observer<HttpEvent<any>>);
|
||||
error(error: ErrorEvent, opts?: {
|
||||
|
Reference in New Issue
Block a user