refactor(transformer/class-properties): remove pointless method#7592
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 #7592 will not alter performanceComparing Summary
|
|
@Dunqing Getting this working has had me tearing my hair out for days. I suggest not giving it a full review - I'm as sure as I can be that it's correct now, and it'll likely only have you tearing your hair out too! But please do take a look at the changes to |
Merge activity
|
#7516 removed the need for a special method to handle `export default class {}`. Delete it.
66dc1b0 to
0eadd9f
Compare
8d66279 to
802233d
Compare

#7516 removed the need for a special method to handle
export default class {}. Delete it.