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

refactor(useLiteralKeys): ignore __proto__ computed property #2441

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

Conaclos
Copy link
Member

@Conaclos Conaclos commented Apr 13, 2024

Summary

Fix #2430

I took the opportunity of refactoring the implementation to use the utility as_static_value.

Test Plan

I added some tests.

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

netlify bot commented Apr 13, 2024

Deploy Preview for biomejs ready!

Name Link
🔨 Latest commit b195272
🔍 Latest deploy log https://app.netlify.com/sites/biomejs/deploys/661af9d1303b5e0008bd52e4
😎 Deploy Preview https://deploy-preview-2441--biomejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95 (🔴 down 4 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@Conaclos Conaclos force-pushed the conaclos/useLiteralKeys/ignore__proto__ branch 2 times, most recently from aef6d3e to b195272 Compare April 13, 2024 21:31
Copy link

codspeed-hq bot commented Apr 13, 2024

CodSpeed Performance Report

Merging #2441 will not alter performance

Comparing conaclos/useLiteralKeys/ignore__proto__ (b195272) with main (d4b9452)

Summary

✅ 93 untouched benchmarks

@Conaclos Conaclos merged commit 635493b into main Apr 14, 2024
20 checks passed
@Conaclos Conaclos deleted the conaclos/useLiteralKeys/ignore__proto__ branch April 14, 2024 09:33
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 A-Website Area: website L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💅 Incorrect Linting Suggestion for useLiteralKeys with __proto__ as Computed Property
1 participant