Skip to content

fix(parser): handle asi for declare module "foo"; #10010

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

Merged

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Mar 24, 2025

fixes #10000

@github-actions github-actions bot added A-parser Area - Parser A-codegen Area - Code Generation C-bug Category - Bug labels Mar 24, 2025
Copy link
Member Author

Boshen commented Mar 24, 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.

Copy link

codspeed-hq bot commented Mar 24, 2025

CodSpeed Instrumentation Performance Report

Merging #10010 will not alter performance

Comparing 03-24-fix_parser_handle_asi_for_declare_module_foo_ (418cfaf) with main (9b92919)

Summary

✅ 33 untouched benchmarks

@Boshen Boshen force-pushed the 03-24-fix_parser_handle_asi_for_declare_module_foo_ branch 2 times, most recently from 39081ff to 57d0275 Compare March 29, 2025 12:19
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Mar 29, 2025
@Boshen Boshen force-pushed the 03-24-fix_parser_handle_asi_for_declare_module_foo_ branch from 5e2c2bc to a7ade96 Compare March 29, 2025 14:03
Copy link

graphite-app bot commented Mar 29, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the 03-24-fix_parser_handle_asi_for_declare_module_foo_ branch from a7ade96 to 418cfaf Compare March 29, 2025 14:32
@graphite-app graphite-app bot merged commit 418cfaf into main Mar 29, 2025
29 checks passed
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Mar 29, 2025
@graphite-app graphite-app bot deleted the 03-24-fix_parser_handle_asi_for_declare_module_foo_ branch March 29, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-codegen Area - Code Generation A-parser Area - Parser C-bug Category - Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parser: Unexpected EmptyStatement is produced in declare module "foo";
1 participant