mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Accept new baselines
This commit is contained in:
@@ -1838,8 +1838,8 @@ module Harness {
|
||||
});
|
||||
|
||||
return isAsync;
|
||||
>isAsync : true
|
||||
> : ^^^^
|
||||
>isAsync : boolean
|
||||
> : ^^^^^^^
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
|
||||
@@ -2328,8 +2328,8 @@ module Formatting {
|
||||
});
|
||||
|
||||
return result;
|
||||
>result : true
|
||||
> : ^^^^
|
||||
>result : boolean
|
||||
> : ^^^^^^^
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user