-
-
Notifications
You must be signed in to change notification settings - Fork 457
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(transformer/arrow-functions): use IndexMap
for super
getter/setters
#7317
refactor(transformer/arrow-functions): use IndexMap
for super
getter/setters
#7317
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-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. |
CodSpeed Performance ReportMerging #7317 will not alter performanceComparing Summary
|
d51e25a
to
d8e397f
Compare
4c3f93d
to
65bd6a8
Compare
Merge activity
|
d8e397f
to
4892875
Compare
…ter/setters (#7317) Generate getter/setter declarations in same order as Babel by using `IndexMap` instead of `HashMap` to store `super` getter/setter method details.
65bd6a8
to
6472077
Compare
4892875
to
061207d
Compare
…ter/setters (#7317) Generate getter/setter declarations in same order as Babel by using `IndexMap` instead of `HashMap` to store `super` getter/setter method details.
6472077
to
3555cf9
Compare
…ter/setters (#7317) Generate getter/setter declarations in same order as Babel by using `IndexMap` instead of `HashMap` to store `super` getter/setter method details.
061207d
to
0a24703
Compare
3555cf9
to
5d85386
Compare
Generate getter/setter declarations in same order as Babel by using
IndexMap
instead ofHashMap
to storesuper
getter/setter method details.