Skip to content

Conversation

@43081j
Copy link
Contributor

@43081j 43081j commented Nov 28, 2025

Adds String#includes to transform str.indexOf(substr) === -1 to
!str.includes(substr), etc.

Adds `String#includes` to transform `str.indexOf(substr) === -1` to
`!str.includes(substr)`, etc.
@43081j 43081j merged commit 4bde13b into main Nov 28, 2025
1 check passed
@43081j 43081j deleted the string-includes branch November 28, 2025 20:32
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.

2 participants