Skip to content

Comments

fix(ast/extree): fix TSModuleDeclaration.global#9941

Merged
graphite-app[bot] merged 1 commit intomainfrom
03-21-fix_ast_extree_fix_tsmoduledeclaration.global_
Mar 21, 2025
Merged

fix(ast/extree): fix TSModuleDeclaration.global#9941
graphite-app[bot] merged 1 commit intomainfrom
03-21-fix_ast_extree_fix_tsmoduledeclaration.global_

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Mar 21, 2025

This is a copy of #9907. For some reason Graphite bungled things up, and that PR got merged into the wrong branch.

spec: https://github.com/typescript-eslint/typescript-eslint/blob/6428670b94de0027189803e5a291858d2e45362d/packages/ast-spec/src/declaration/TSModuleDeclaration/spec.ts#L26-L36

It looks like this is a deprecated property as its redundant. I thought of removing it in https://github.com/oxc-project/acorn-test262, but that means I need to modify 10K files there, so I went with fixing this side.

@github-actions github-actions bot added A-ast Area - AST C-bug Category - Bug labels Mar 21, 2025
Copy link
Member Author

overlookmotel commented Mar 21, 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.

@overlookmotel overlookmotel marked this pull request as ready for review March 21, 2025 07:05
@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Mar 21, 2025
Copy link
Member Author

overlookmotel commented Mar 21, 2025

Merge activity

  • Mar 21, 3:06 AM EDT: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Mar 21, 3:12 AM EDT: A user added this pull request to the Graphite merge queue.
  • Mar 21, 3:18 AM EDT: A user merged this pull request with the Graphite merge queue.

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 21, 2025

CodSpeed Instrumentation Performance Report

Merging #9941 will not alter performance

Comparing 03-21-fix_ast_extree_fix_tsmoduledeclaration.global_ (5631ebd) with main (d69cc34)

Summary

✅ 33 untouched benchmarks

This is a copy of #9907. For some reason Graphite bungled things up, and that PR got merged into the wrong branch.

spec: https://github.com/typescript-eslint/typescript-eslint/blob/6428670b94de0027189803e5a291858d2e45362d/packages/ast-spec/src/declaration/TSModuleDeclaration/spec.ts#L26-L36

It looks like this is a deprecated property as its redundant. I thought of removing it in https://github.com/oxc-project/acorn-test262, but that means I need to modify 10K files there, so I went with fixing this side.
@graphite-app graphite-app bot force-pushed the 03-21-fix_ast_extree_fix_tsmoduledeclaration.global_ branch from 91314b0 to 5631ebd Compare March 21, 2025 07:12
@graphite-app graphite-app bot merged commit 5631ebd into main Mar 21, 2025
24 checks passed
@graphite-app graphite-app bot deleted the 03-21-fix_ast_extree_fix_tsmoduledeclaration.global_ branch March 21, 2025 07:18
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ast Area - AST C-bug Category - Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant