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(graphql_parser): parse object value in list #3315

Merged

Conversation

vohoanglong0107
Copy link
Contributor

Summary

We made assumption that an '{' token must not appear inside an arguments list, but this isn't true since an object value containing an '{' token is an valid argument

Test Plan

All tests should pass

We made assumption that an '{' token must not appear inside an arguments
list, but it isn't true, as an object value has an '{' token is an valid
argument
Copy link

codspeed-hq bot commented Jun 30, 2024

CodSpeed Performance Report

Merging #3315 will not alter performance

Comparing vohoanglong0107:fix-parse-object-value-in-list (e6c4804) with main (d785012)

Summary

✅ 90 untouched benchmarks

@vohoanglong0107 vohoanglong0107 marked this pull request as ready for review June 30, 2024 00:02
@vohoanglong0107 vohoanglong0107 merged commit c671252 into biomejs:main Jun 30, 2024
12 checks passed
@vohoanglong0107 vohoanglong0107 deleted the fix-parse-object-value-in-list branch June 30, 2024 06:15
rishabh3112 pushed a commit to rishabh3112/biome that referenced this pull request Jul 6, 2024
@Conaclos Conaclos added the A-Changelog Area: changelog label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants