Skip to content

Support the using declaration from explicit resource management#56

Merged
cowboyd merged 2 commits into
v3from
cl/support-using-declaration
Jan 6, 2026
Merged

Support the using declaration from explicit resource management#56
cowboyd merged 2 commits into
v3from
cl/support-using-declaration

Conversation

@cowboyd

@cowboyd cowboyd commented Dec 20, 2023

Copy link
Copy Markdown
Member

Motivation

resolves #55

Typescript added the 'using' keyword: a way to declare a lexical variable and assign ownership of it at the same time.

@changeset-bot

changeset-bot Bot commented Dec 20, 2023

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 412d227

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cowboyd cowboyd marked this pull request as ready for review December 20, 2023 19:52
@cowboyd cowboyd force-pushed the cl/support-using-declaration branch from c6382ef to 412d227 Compare January 6, 2026 15:35
@github-actions

github-actions Bot commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

Package Changes Through 412d227

There are 1 changes which include eslint-plugin-prefer-let with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
eslint-plugin-prefer-let 4.0.0 4.0.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@cowboyd cowboyd merged commit a5e4062 into v3 Jan 6, 2026
1 check passed
@cowboyd cowboyd deleted the cl/support-using-declaration branch January 6, 2026 15:38
@cowboyd

cowboyd commented Jan 6, 2026

Copy link
Copy Markdown
Member Author

@jbolda for some reason this failed to update the merge PR when but merging #68 succeeded. Any idea what's going on here?

@jbolda

jbolda commented Jan 6, 2026

Copy link
Copy Markdown
Member

@cowboyd same issue. The change file is in the wrong directory.

@cowboyd

cowboyd commented Jan 6, 2026

Copy link
Copy Markdown
Member Author

@jbolda Doh! I thought I fixed that 🤦🏻

Any-hoo. Anything else that should go here #70 before we try to publish?

@jbolda

jbolda commented Jan 6, 2026

Copy link
Copy Markdown
Member

@cowboyd left a review there.

@cowboyd

cowboyd commented Jan 7, 2026

Copy link
Copy Markdown
Member Author

Looks like it worked! Should be available now #69

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.

False positive on esnext 'using' declaration

2 participants