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

feat(graphql_parser): parse input object type extension #3112

Merged

Conversation

vohoanglong0107
Copy link
Contributor

Summary

Parse GraphQL input object extensions (link). We should be ready to benchmark the GraphQL parser after this.

Test Plan

All tests should pass.

@github-actions github-actions bot added the A-Tooling Area: internal tools label Jun 7, 2024
Copy link

codspeed-hq bot commented Jun 7, 2024

CodSpeed Performance Report

Merging #3112 will not alter performance

Comparing vohoanglong0107:feat-graphql-parse-input-extension (d9908aa) with main (38abf5e)

Summary

✅ 92 untouched benchmarks

@vohoanglong0107 vohoanglong0107 force-pushed the feat-graphql-parse-input-extension branch from e7205f1 to d9908aa Compare June 8, 2024 00:40
@vohoanglong0107 vohoanglong0107 marked this pull request as ready for review June 8, 2024 01:17
Copy link
Contributor

@arendjr arendjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Just a minor comment.

5 │ y: Float
6 │ }

i Remove x
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel this suggestion could be improved.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will create a new PR to address this, as the current PR does not modify this behavior but only copies the error message from the input object definition rule. What would you suggest for the new suggestion?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the code could be fixed by adding the {, so maybe a suggestion along the lines of “did you forget to add the {”?

@arendjr arendjr merged commit 09bd985 into biomejs:main Jun 9, 2024
13 checks passed
@vohoanglong0107 vohoanglong0107 deleted the feat-graphql-parse-input-extension branch June 9, 2024 07:31
@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 A-Tooling Area: internal tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants