-
-
Notifications
You must be signed in to change notification settings - Fork 727
refactor(transformer/typescript): remove unnecessary specific handling of TSModuleDeclaration transformation
#10359
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
graphite-app
merged 1 commit into
main
from
04-11-refactor_transformer_typescript_remove_unnecessary_specific_handling_of_tsmoduleddeclaration_transformation
Apr 14, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Apr 11, 2025
Merged
Member
Author
CodSpeed Instrumentation Performance ReportMerging #10359 will create unknown performance changesComparing Summary
Benchmarks breakdown
|
This was referenced Apr 11, 2025
efaa721 to
b89e69c
Compare
7b28fb0 to
0d965d9
Compare
b89e69c to
16606b1
Compare
0d965d9 to
df49d09
Compare
TSModuleDeclarationTSModuleDeclaration transformation
df49d09 to
f046d51
Compare
16606b1 to
13126c1
Compare
Member
Merge activity
|
13126c1 to
cbb8d33
Compare
graphite-app bot
pushed a commit
that referenced
this pull request
Apr 12, 2025
…g of `TSModuleDeclaration` transformation (#10359) It seems that as `Semantic` gradually improves, many checks and special handling will no longer be necessary.
f046d51 to
3d5dc44
Compare
cbb8d33 to
9de9c6c
Compare
Dunqing
added a commit
that referenced
this pull request
Apr 14, 2025
…g of `TSModuleDeclaration` transformation (#10359) It seems that as `Semantic` gradually improves, many checks and special handling will no longer be necessary.
3d5dc44 to
9e9e29f
Compare
9de9c6c to
032377d
Compare
graphite-app bot
pushed a commit
that referenced
this pull request
Apr 14, 2025
…g of `TSModuleDeclaration` transformation (#10359) It seems that as `Semantic` gradually improves, many checks and special handling will no longer be necessary.
9e9e29f to
cbfa609
Compare
Base automatically changed from
04-11-refactor_transformer_typescript_do_not_need_to_go_through_tsmoduledeclaration_if_is_a_namespacemodule
to
main
April 14, 2025 02:56
…g of `TSModuleDeclaration` transformation (#10359) It seems that as `Semantic` gradually improves, many checks and special handling will no longer be necessary.
cbfa609 to
7508a43
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-transformer
Area - Transformer / Transpiler
C-cleanup
Category - technical debt or refactoring. Solution not expected to change behavior
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

It seems that as
Semanticgradually improves, many checks and special handling will no longer be necessary.