-
-
Notifications
You must be signed in to change notification settings - Fork 258
Clean up uncatagorised decorators (1/2) #731
Conversation
@@ -1 +0,0 @@ | |||
@foo class Foo {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where'd this test go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was almost the same as decorators/class-decorator/actual.js
.
@abc | |
class Foo { | |
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep both, since in decorators/class-decorator/actual.js
the decorator is on a different line and thus have different locations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright, I added it back as decorators/class-decorator-new-line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is same-line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am so glad that I have other people check my work. Sorry about that 😳.
Just a quick question, if I make more categorising PRs should they be bigger or smaller? For example, I am thinking of categorising the rest of uncategorisd/40-54. Should these be two PR or just one? |
This is a good size. |
Ok, Thanks. |
I moved uncatagorised 34-40 into decorators. I did this to try to clean up the uncategorised directory a little bit.