-
Notifications
You must be signed in to change notification settings - Fork 13
refactor: mark AsteriskAsteriskEquals as assignment operator #46
refactor: mark AsteriskAsteriskEquals as assignment operator #46
Conversation
383d44d
to
aeeec11
Compare
Can you add a test? |
aeeec11
to
247be57
Compare
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.
This one had a build failure but otherwise LGTM
c47d66d
to
664f590
Compare
@armano2 You should be able to just push new commits since since this repo uses squash-merging so all the commits will be combined when the PR is merged. |
@j-f1 yes and no, commit message check is failing allays when i try to do 2nd commit i added missing: - function getTextForTokenKind(kind: number): string | undefined {
+ function getTextForTokenKind(kind: ts.SyntaxKind): string | undefined { and changed also: - const TOKEN_TO_TEXT: { readonly [P in keyof typeof SyntaxKind]?: string } = {
+ const TOKEN_TO_TEXT: { readonly [P in ts.SyntaxKind]?: string } = { |
@armano2 It looks like you just have to follow the guidelines from this package. |
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.
LGTM, thanks
🎉 This PR is included in version 7.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds AsteriskAsteriskEquals
**=
to assigmentOperators operator