Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix early call to return/throw on generator #186

Merged
merged 3 commits into from Oct 25, 2022
Merged

Fix early call to return/throw on generator #186

merged 3 commits into from Oct 25, 2022

Conversation

rbuckton
Copy link
Member

This PR represents the tslib change associated with microsoft/TypeScript#51294.

docs/generator.md Outdated Show resolved Hide resolved
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
@rbuckton rbuckton merged commit b1d38ee into main Oct 25, 2022
@rbuckton
Copy link
Member Author

@DanielRosenwasser we will need to publish a new tslib at some point soon with this change. This is a patch-level change as it doesn't change the API, is backwards compatible, and isn't dependent on anything specifically in 4.9.

@rbuckton rbuckton deleted the fix-ts49831 branch October 25, 2022 02:41
@rbuckton rbuckton restored the fix-ts49831 branch October 25, 2022 23:32
@rbuckton rbuckton deleted the fix-ts49831 branch October 25, 2022 23:32
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Nov 2, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tslib](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/tslib)) | dependencies | patch | [`2.4.0` -> `2.4.1`](https://renovatebot.com/diffs/npm/tslib/2.4.0/2.4.1) |

---

### Release Notes

<details>
<summary>Microsoft/tslib</summary>

### [`v2.4.1`](https://github.com/microsoft/tslib/releases/tag/2.4.1)

[Compare Source](microsoft/tslib@2.4.0...2.4.1)

This release contains [fixes for early `return`s and `throw`s invoked on generators](microsoft/tslib#186).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNC4xMi4xIn0=-->

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1620
Reviewed-by: Epsilon_02 <epsilon_02@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants