-
-
Notifications
You must be signed in to change notification settings - Fork 724
refactor(estree): use SliceIterExt in string serializer
#12297
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(estree): use SliceIterExt in string serializer
#12297
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. |
CodSpeed Instrumentation Performance ReportMerging #12297 will not alter performanceComparing Summary
|
c430288 to
d8fcd6d
Compare
d8fcd6d to
3a18e64
Compare
6e947aa to
68a38c7
Compare
3a18e64 to
bef95b1
Compare
68a38c7 to
e57a5a1
Compare
Merge activity
|
Use `SliceIterExt` trait in the string serializer, to reduce repeated code.
bef95b1 to
bb047a9
Compare
e57a5a1 to
42abcd2
Compare

Use
SliceIterExttrait in the string serializer, to reduce repeated code.