mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
Update baselines
This commit is contained in:
@@ -13,5 +13,5 @@ function /*[#|*/f/*|]*/(): Promise<string> {
|
||||
async function f(): Promise<string> {
|
||||
const resp = await fetch("https://typescriptlang.org");
|
||||
var blob = resp.blob().then(blob_1 => blob_1.byteOffset).catch(err => 'Error');
|
||||
return blob_1.toString();
|
||||
return blob_2.toString();
|
||||
}
|
||||
|
||||
@@ -21,6 +21,6 @@ async function f(): Promise<void> {
|
||||
}
|
||||
const resp = await x;
|
||||
var blob = resp.blob().then(blob_1 => blob_1.byteOffset).catch(err => 'Error');
|
||||
const res_1 = await fetch("https://micorosft.com");
|
||||
const res_2 = await fetch("https://micorosft.com");
|
||||
return console.log("Another one!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user