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

[dev-2.0] style: fix eslint warnings#8055

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

Open
sevenc-nanashi wants to merge5 commits intoprocessing:dev-2.0
base:dev-2.0
Choose a base branch
Loading
fromsevenc-nanashi:v2/style/format-utils

Conversation

sevenc-nanashi
Copy link

Relates#7930 (Maybe?)

Changes:

I fixed ESLint warnings inutils/**/*.mjs.

Screenshots of the change:

N/A

PR Checklist

@welcomeWelcome
Copy link

welcomebot commentedAug 27, 2025

🎉 Thanks for opening this pull request! For guidance on contributing, check out ourcontributor guidelines and otherresources for contributors!
🤔 Please ensure that your PR links to an issue, which has been approved for work by a maintainer; otherwise, there might already be someone working on it, or still ongoing discussion about implementation. You are welcome to join the discussion in an Issue if you're not sure!
🌸 Once your PR is merged, be sure toadd yourself to thelist of contributors on the readme page !

Thank You!

}
letoutput='// This file is auto-generated from JSDoc documentation\n\n';

output+='declare class p5 {\n';

Choose a reason for hiding this comment

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

Thequotes rule looks too aggressive...
I think it's okay toallow backticks in any case.

Comment on lines +4658 to +4661
[
"Function",
"Object?"
],

Choose a reason for hiding this comment

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

parameterData.json might be out of date. I think it's nice to have a CI that checks parameterData.json is up-to-date.

Comment on lines +534 to +539
constprocessOverload=overload=>{
if(overload.params){
returnObject.values(overload.params).map(param=>processParam(param));
}
returnoverload;
};

Choose a reason for hiding this comment

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

ESLint warned thatprocessOverload comes beforeprocessParam, thus it might call uninitialized variable. This is why I moved this code.

@sevenc-nanashisevenc-nanashi changed the titlestyle: fix eslint warnings[dev-2.0] style: fix eslint warningsAug 27, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@sevenc-nanashi

[8]ページ先頭

©2009-2025 Movatter.jp