You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,67 +95,30 @@ os-name (imported by dist-esm/utils/user-agent.js)
93
95
Use output.globals to specify browser global variable names corresponding to external modules
94
96
os-name (guessing 'osName')
95
97
created dist/index.js in ?s
96
-
@azure/service-bus (? seconds)
97
-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
98
-
@azure/storage-file-share (? seconds)
99
-
Warning: You have changed the public API signature for this project. Updating review/storage-file-share.api.md
100
-
@azure/storage-queue (? seconds)
101
-
Warning: You have changed the public API signature for this project. Updating review/storage-queue.api.md
102
98
================================
103
-
FAILURE (4)
99
+
BLOCKED (1)
104
100
================================
105
-
@azure/app-configuration ( ? seconds)
106
-
>>> @azure/app-configuration
107
-
tsc -p . && rollup -c 2>&1 && npm run extract-api
108
-
test/testHelpers.ts(74,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
109
-
Types of property '[Symbol.asyncIterator]' are incompatible.
110
-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
111
-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
112
-
Types of property 'next' are incompatible.
113
-
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
114
-
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
115
-
Type '{ done?: boolean | undefined; value: ConfigurationSetting; }' is not assignable to type 'IteratorResult<ConfigurationSetting>'.
116
-
Types of property 'done' are incompatible.
117
-
Type 'boolean | undefined' is not assignable to type 'boolean'.
118
-
Type 'undefined' is not assignable to type 'boolean'.
119
-
test/testHelpers.ts(92,31): error TS2322: Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterable<ConfigurationSetting>'.
120
-
Types of property '[Symbol.asyncIterator]' are incompatible.
121
-
Type '() => PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type '() => AsyncIterator<ConfigurationSetting>'.
122
-
Type 'PagedAsyncIterableIterator<ConfigurationSetting, ListConfigurationSettingPage | ListRevisionsPage, PageSettings>' is not assignable to type 'AsyncIterator<ConfigurationSetting>'.
123
-
Types of property 'next' are incompatible.
124
-
Type '() => Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<ConfigurationSetting>>'.
125
-
Type 'Promise<{ done?: boolean | undefined; value: ConfigurationSetting; }>' is not assignable to type 'Promise<IteratorResult<ConfigurationSetting>>'.
src/blobCheckpointStore.ts(50,32): error TS2322: Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterable<BlobItem>'.
130
-
Types of property '[Symbol.asyncIterator]' are incompatible.
131
-
Type '() => PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type '() => AsyncIterator<BlobItem>'.
132
-
Type 'PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>' is not assignable to type 'AsyncIterator<BlobItem>'.
133
-
Types of property 'next' are incompatible.
134
-
Type '() => Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type '(value?: any) => Promise<IteratorResult<BlobItem>>'.
135
-
Type 'Promise<{ done?: boolean | undefined; value: BlobItem; }>' is not assignable to type 'Promise<IteratorResult<BlobItem>>'.
136
-
Type '{ done?: boolean | undefined; value: BlobItem; }' is not assignable to type 'IteratorResult<BlobItem>'.
137
-
Types of property 'done' are incompatible.
138
-
Type 'boolean | undefined' is not assignable to type 'boolean'.
139
-
Type 'undefined' is not assignable to type 'boolean'.
0 commit comments