Skip to content

feat(parser): parse a ? b ? (c = 0) : d => 1 : (e = 2) : f => 3#9229

Merged
graphite-app[bot] merged 1 commit intomainfrom
02-19-feat_parser_parse___a_b_b_1_c_0_b_1_c_0_
Feb 19, 2025
Merged

feat(parser): parse a ? b ? (c = 0) : d => 1 : (e = 2) : f => 3#9229
graphite-app[bot] merged 1 commit intomainfrom
02-19-feat_parser_parse___a_b_b_1_c_0_b_1_c_0_

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Feb 19, 2025

closes #9215

@graphite-app
Copy link
Contributor

graphite-app bot commented Feb 19, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added A-parser Area - Parser C-enhancement Category - New feature or request labels Feb 19, 2025
@Boshen Boshen changed the title feat(parser): parse _ = a ? b ? (b = 1) : c => 0 : (b = 1) : c => 0; feat(parser): parse a ? b ? (c = 0) : d => 1 : (e = 2) : f => 3; Feb 19, 2025
@Boshen Boshen changed the title feat(parser): parse a ? b ? (c = 0) : d => 1 : (e = 2) : f => 3; feat(parser): parse a ? b ? (c = 0) : d => 1 : (e = 2) : f => 3 Feb 19, 2025
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 19, 2025

CodSpeed Performance Report

Merging #9229 will not alter performance

Comparing 02-19-feat_parser_parse___a_b_b_1_c_0_b_1_c_0_ (bde4126) with main (d4d01c3)

Summary

✅ 33 untouched benchmarks

@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Feb 19, 2025
Copy link
Member Author

Boshen commented Feb 19, 2025

Merge activity

  • Feb 19, 8:30 AM EST: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Feb 19, 8:30 AM EST: A user added this pull request to the Graphite merge queue.
  • Feb 19, 8:37 AM EST: A user merged this pull request with the Graphite merge queue.

@graphite-app graphite-app bot force-pushed the 02-19-feat_parser_parse___a_b_b_1_c_0_b_1_c_0_ branch from 31036da to bde4126 Compare February 19, 2025 13:31
@graphite-app graphite-app bot merged commit bde4126 into main Feb 19, 2025
26 checks passed
@graphite-app graphite-app bot deleted the 02-19-feat_parser_parse___a_b_b_1_c_0_b_1_c_0_ branch February 19, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-merge Merge with Graphite Merge Queue A-parser Area - Parser C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parsing of arrow functions, ternaries, and TypeScript

1 participant