Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(eslint-plugin): [member-ordering] support private fields#5859

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bradzacher merged 2 commits intotypescript-eslint:mainfromMillerSvt:fix/4182
Nov 25, 2022

Conversation

@sviat9440
Copy link
Contributor

PR Checklist

omril1 reacted with rocket emoji
@nx-cloud
Copy link

nx-cloudbot commentedOct 23, 2022
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commit4576c26. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 fromNxCloud.

@typescript-eslint
Copy link
Contributor

Thanks for the PR,@sviat9440!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day.

@netlify
Copy link

netlifybot commentedOct 23, 2022
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit4576c26
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/637efbb1be4a2c000806ef5a
😎 Deploy Previewhttps://deploy-preview-5859--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site settings.

@codecov
Copy link

codecovbot commentedOct 23, 2022
edited
Loading

Codecov Report

Merging#5859 (4576c26) intomain (53671d3) willincrease coverage by0.00%.
The diff coverage is95.83%.

Additional details and impacted files
@@           Coverage Diff           @@##             main    #5859   +/-   ##=======================================  Coverage   91.28%   91.28%           =======================================  Files         366      366             Lines       12353    12365   +12       Branches     3611     3616    +5     =======================================+ Hits        11276    11287   +11  Misses        768      768- Partials      309      310    +1
FlagCoverage Δ
unittest91.28% <95.83%> (+<0.01%)⬆️

Flags with carried forward coverage won't be shown.Click here to find out more.

Impacted FilesCoverage Δ
...ackages/eslint-plugin/src/rules/member-ordering.ts95.39% <95.83%> (-0.32%)⬇️

Copy link
Member

@bradzacherbradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks for the PR!
Not a full review, just a quick glance

@bradzacherbradzacher changed the titlefix(eslint-plugin): Support private fields (#4182)fix(eslint-plugin): [member-ordering] support private fieldsOct 23, 2022
@bradzacherbradzacher added the enhancement: plugin rule optionNew rule option for an existing eslint-plugin rule labelOct 23, 2022
@sviat9440sviat9440 marked this pull request as draftOctober 24, 2022 07:46
@sviat9440sviat9440 marked this pull request as ready for reviewOctober 24, 2022 09:56
@sviat9440
Copy link
ContributorAuthor

@bradzacher

@JoshuaKGoldbergJoshuaKGoldberg added the awaiting responseIssues waiting for a reply from the OP or another party labelNov 18, 2022
@sviat9440
Copy link
ContributorAuthor

@JoshuaKGoldberg the response to what do you expect?

@JoshuaKGoldberg
Copy link
Member

There's an open thread 🙂#5859 (comment)

@JoshuaKGoldbergJoshuaKGoldberg removed the awaiting responseIssues waiting for a reply from the OP or another party labelNov 23, 2022
bradzacher
bradzacher previously approved these changesNov 23, 2022
Copy link
Member

@bradzacherbradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

this is looking good to me!
thanks for adding this!

}
// Only class instance fields, methods, get and set can have decorators attached to them
if(
accessibility!=='#private'&&
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

TIL you can't add decorators to#private members.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I can create an issue to support decorators from TypeScript 5.

@bradzacher
Copy link
Member

If you resolve the merge conflict then we can get this in!

@bradzacherbradzacher added awaiting responseIssues waiting for a reply from the OP or another party 1 approval>=1 team member has approved this PR; we're now leaving it open for more reviews before we merge labelsNov 23, 2022
@sviat9440
Copy link
ContributorAuthor

resolved

@bradzacherbradzacher removed the awaiting responseIssues waiting for a reply from the OP or another party labelNov 25, 2022
Copy link
Member

@bradzacherbradzacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

im_gonna_ship_it

@bradzacherbradzacher merged commitf02761a intotypescript-eslint:mainNov 25, 2022
JoshuaKGoldberg pushed a commit to JoshuaKGoldberg/typescript-eslint that referenced this pull requestNov 25, 2022
…ipt-eslint#5859)Co-authored-by: Святослав Зайцев <sz@agentapp.ru>
YusukeHirao pushed a commit to YusukeHirao/markuplint that referenced this pull requestDec 1, 2022
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsDec 3, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@JoshuaKGoldbergJoshuaKGoldbergJoshuaKGoldberg left review comments

@bradzacherbradzacherbradzacher approved these changes

Assignees

No one assigned

Labels

1 approval>=1 team member has approved this PR; we're now leaving it open for more reviews before we mergeenhancement: plugin rule optionNew rule option for an existing eslint-plugin rule

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[member-ordering] support private fields

3 participants

@sviat9440@JoshuaKGoldberg@bradzacher

[8]ページ先頭

©2009-2025 Movatter.jp