@azure/data-tables 13.2.3-alpha.20231002.1 → 13.2.3-alpha.20231023.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -3674,16 +3674,11 @@ class TableServiceClient {
|
|
|
3674
3674
|
if (continuationToken) {
|
|
3675
3675
|
const optionsWithContinuation = Object.assign(Object.assign({}, options), { continuationToken });
|
|
3676
3676
|
try {
|
|
3677
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listTablesPage(optionsWithContinuation)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3677
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listTablesPage(optionsWithContinuation)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3678
3678
|
_c = _f.value;
|
|
3679
3679
|
_d = false;
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3683
|
-
}
|
|
3684
|
-
finally {
|
|
3685
|
-
_d = true;
|
|
3686
|
-
}
|
|
3680
|
+
const page = _c;
|
|
3681
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3687
3682
|
}
|
|
3688
3683
|
}
|
|
3689
3684
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -4683,16 +4678,11 @@ class TableClient {
|
|
|
4683
4678
|
if (firstPage.continuationToken) {
|
|
4684
4679
|
const optionsWithContinuation = Object.assign(Object.assign({}, options), { continuationToken: firstPage.continuationToken });
|
|
4685
4680
|
try {
|
|
4686
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listEntitiesPage(tableName, optionsWithContinuation)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4681
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listEntitiesPage(tableName, optionsWithContinuation)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4687
4682
|
_c = _f.value;
|
|
4688
4683
|
_d = false;
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4692
|
-
}
|
|
4693
|
-
finally {
|
|
4694
|
-
_d = true;
|
|
4695
|
-
}
|
|
4684
|
+
const page = _c;
|
|
4685
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4696
4686
|
}
|
|
4697
4687
|
}
|
|
4698
4688
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|