refactor(transformer/tagged-template): rename var#18031
refactor(transformer/tagged-template): rename var#18031graphite-app[bot] merged 1 commit intomainfrom
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
Pull request overview
This PR renames a variable from quasi to template_lit in the tagged template transform plugin to better describe its purpose. The variable holds a TemplateLiteral struct, and the new name reduces ambiguity since "quasi" is also used to refer to individual quasi elements within template literals.
Changes:
- Renamed the
quasivariable totemplate_litthroughout thetransform_tagged_templateandtransform_template_literalfunctions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merge activity
|
Follow-on after #15834. Pure refactor. Rename a var so it better describes what it contains.
40fa539 to
651abb9
Compare
5c32920 to
b332934
Compare

Follow-on after #15834. Pure refactor. Rename a var so it better describes what it contains.