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(useConsistentArrayType): ignore Array in extends/implements clauses #3280

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

Conaclos
Copy link
Member

Summary

Fix #3247

Test Plan

I added new tests.

@github-actions github-actions bot added A-Linter Area: linter L-JavaScript Language: JavaScript and super languages A-Changelog Area: changelog labels Jun 24, 2024
Copy link

codspeed-hq bot commented Jun 24, 2024

CodSpeed Performance Report

Merging #3280 will improve performances by 6.79%

Comparing conaclos/useConsistentArrayType/3247 (55eea2a) with main (a3c2b18)

Summary

⚡ 1 improvements
✅ 89 untouched benchmarks

Benchmarks breakdown

Benchmark main conaclos/useConsistentArrayType/3247 Change
jquery.min.js[cached] 28.7 ms 26.9 ms +6.79%

@Conaclos Conaclos force-pushed the conaclos/useConsistentArrayType/3247 branch 2 times, most recently from 3f55aa6 to 55eea2a Compare June 24, 2024 20:16
@Conaclos Conaclos changed the title fix(useConsistentArrayType): ignore Array in extends clause fix(useConsistentArrayType): ignore Array in extends/implements clauses Jun 24, 2024
@Conaclos Conaclos merged commit b3d8bfd into main Jun 24, 2024
15 checks passed
@Conaclos Conaclos deleted the conaclos/useConsistentArrayType/3247 branch June 24, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-Linter Area: linter L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💅 useShorthandArrayType fix produces invalid syntax in class extends clause
2 participants