Skip to content

feat(parser): produce correct syntax error for interface I extends (typeof T)#11610

Merged
graphite-app[bot] merged 1 commit intomainfrom
06-11-feat_parser_produce_correct_syntax_error_for_interface_i_extends_typeof_t_
Jun 11, 2025
Merged

feat(parser): produce correct syntax error for interface I extends (typeof T)#11610
graphite-app[bot] merged 1 commit intomainfrom
06-11-feat_parser_produce_correct_syntax_error_for_interface_i_extends_typeof_t_

Conversation

@Boshen
Copy link
Copy Markdown
Member

@Boshen Boshen commented Jun 11, 2025

closes #11571

@Boshen Boshen requested review from Dunqing and camc314 as code owners June 11, 2025 14:34
@github-actions github-actions Bot added A-linter Area - Linter A-parser Area - Parser A-semantic Area - Semantic A-ast Area - AST C-enhancement Category - New feature or request labels Jun 11, 2025
Copy link
Copy Markdown
Member Author

Boshen commented Jun 11, 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.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jun 11, 2025

CodSpeed Instrumentation Performance Report

Merging #11610 will not alter performance

Comparing 06-11-feat_parser_produce_correct_syntax_error_for_interface_i_extends_typeof_t_ (3b03fd3) with main (ab3284a)

Summary

✅ 38 untouched benchmarks

@graphite-app
Copy link
Copy Markdown
Contributor

graphite-app Bot commented Jun 11, 2025

Merge activity

@graphite-app graphite-app Bot force-pushed the 06-11-feat_parser_produce_correct_syntax_error_for_interface_i_extends_typeof_t_ branch from 1846e23 to 3b03fd3 Compare June 11, 2025 14:42
@graphite-app graphite-app Bot merged commit 3b03fd3 into main Jun 11, 2025
25 checks passed
@graphite-app graphite-app Bot deleted the 06-11-feat_parser_produce_correct_syntax_error_for_interface_i_extends_typeof_t_ branch June 11, 2025 14:49
This was referenced Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ast Area - AST A-linter Area - Linter A-parser Area - Parser A-semantic Area - Semantic C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forbid invalid extend in interface

1 participant