Skip to content

Conversation

@cowboyd
Copy link
Member

@cowboyd cowboyd commented Dec 20, 2023

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
Copy link

changeset-bot bot commented Dec 20, 2023

🦋 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
Copy link
Contributor

github-actions bot commented Jan 6, 2026

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
Copy link
Member Author

cowboyd commented Jan 6, 2026

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

@jbolda
Copy link
Contributor

jbolda commented Jan 6, 2026

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

@cowboyd
Copy link
Member Author

cowboyd commented Jan 6, 2026

@jbolda Doh! I thought I fixed that 🤦🏻

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

@jbolda
Copy link
Contributor

jbolda commented Jan 6, 2026

@cowboyd left a review there.

@cowboyd
Copy link
Member Author

cowboyd commented Jan 7, 2026

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

3 participants