@azure/ai-text-analytics 5.1.1-alpha.20230320.1 → 5.1.1-alpha.20230419.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
@@ -3779,17 +3779,24 @@ class BeginAnalyzeHealthcarePollerOperation extends AnalysisPollOperation {
3779
3779
  */
3780
3780
  _listHealthcareEntities(operationId, options) {
3781
3781
  return tslib.__asyncGenerator(this, arguments, function* _listHealthcareEntities_1() {
3782
- var e_1, _a;
3782
+ var _a, e_1, _b, _c;
3783
3783
  try {
3784
- for (var _b = tslib.__asyncValues(this._listHealthcareEntitiesPaged(operationId, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3785
- const page = _c.value;
3786
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3784
+ for (var _d = true, _e = tslib.__asyncValues(this._listHealthcareEntitiesPaged(operationId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3785
+ _c = _f.value;
3786
+ _d = false;
3787
+ try {
3788
+ const page = _c;
3789
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3790
+ }
3791
+ finally {
3792
+ _d = true;
3793
+ }
3787
3794
  }
3788
3795
  }
3789
3796
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3790
3797
  finally {
3791
3798
  try {
3792
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3799
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3793
3800
  }
3794
3801
  finally { if (e_1) throw e_1.error; }
3795
3802
  }