-
-
Notifications
You must be signed in to change notification settings - Fork 496
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
refactor(ast_codegen): add line break to generated code #4829
refactor(ast_codegen): add line break to generated code #4829
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @overlookmotel and the rest of your teammates on Graphite |
Trivial change, so merging without review. |
Merge activity
|
Follow-on after #4819. Style nit. Add a line break after `#![allow(...)]`.
1b52220
to
ecfa124
Compare
CodSpeed Performance ReportMerging #4829 will not alter performanceComparing Summary
|
## [0.24.2] - 2024-08-12 ### Features - 8e10e25 allocator: Introduce `Address` (#4810) (overlookmotel) ### Bug Fixes - 62f759c transformer/typescript: Generated assignment for constructor arguments with access modifiers should be injected to the top of the constructor (#4808) (Dunqing) ### Performance - 504ac0b minifier: `InjectGlobalVariables` only add to `replaced_dot_defines` once for each (#4803) (overlookmotel) - 35f2742 minifier: Avoid repeated `Atom` creation in `InjectGlobalVariables` (#4802) (overlookmotel) ### Documentation - 8827659 ast: More doc comments for JSX nodes (#4830) (DonIsaac) - 559baa5 parser: Clean up doc regarding performance; remove conformance (Boshen) ### Refactor - 0ea697b ast, ast_codegen: `CloneIn` implementations now initialize semantic related cells with `Default` value. (#4819) (rzvxa) - ecfa124 ast_codegen: Add line break to generated code (#4829) (overlookmotel) - 096ac7b linter: Clean up jsx-a11y/anchor-is-valid (#4831) (DonIsaac) Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Follow-on after #4819. Style nit. Add a line break after
#![allow(...)]
.