Skip to content

Commit 543ec23

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (microsoft#35671)
1 parent af95cb3 commit 543ec23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ samples/listRevisions.ts(43,32): error TS2322: Type 'PagedAsyncIterableIterator<
102102
Types of property 'next' are incompatible.
103103
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
104104
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
105-
test/testHelpers.ts(73,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
105+
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
106106
Types of property '[Symbol.asyncIterator]' are incompatible.
107107
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
108108
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
@@ -113,7 +113,7 @@ test/testHelpers.ts(73,31): error TS2322: Type 'PagedAsyncIterableIterator<Confi
113113
Types of property 'done' are incompatible.
114114
Type 'boolean | undefined' is not assignable to type 'boolean'.
115115
Type 'undefined' is not assignable to type 'boolean'.
116-
test/testHelpers.ts(91,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
116+
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
117117
Types of property '[Symbol.asyncIterator]' are incompatible.
118118
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
119119
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.

0 commit comments

Comments
 (0)