Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v16.x] Fix JS linting warnings and errors #41805

Closed

Conversation

danielleadams
Copy link
Member

When creating #41804, I ran into some linting exceptions. I'm not sure if any of these are fixed in master, but for the purposes of getting the release out, I wanted to fix them in v16.x-staging since they were easy changes.

@nodejs-github-bot nodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Feb 1, 2022
@nodejs nodejs deleted a comment from nodejs-github-bot Feb 1, 2022
@nodejs-github-bot
Copy link
Collaborator

@danielleadams danielleadams changed the title Fix JS linting warnings and errors [v16.x] Fix JS linting warnings and errors Feb 1, 2022
@@ -131,7 +131,7 @@ class Blob {
* endings? : string,
* type? : string,
* }} [options]
* @returns
* @returns {any}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* @returns {any}
* @constructs {Blob}

88dd972

(same commit for other @returns changes)

Maybe the commit can be cherry-picked without trouble now?

lib/internal/bootstrap/node.js Show resolved Hide resolved
lib/readline.js Outdated Show resolved Hide resolved
@danielleadams danielleadams added the fast-track PRs that do not need to wait for 48 hours to land. label Feb 1, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2022

Fast-track has been requested by @danielleadams. Please 👍 to approve.

@danielleadams
Copy link
Member Author

danielleadams commented Feb 1, 2022

@targos I pushed up changes after pulling in #41130 to v16.x-staging, ready for re-review

@danielleadams
Copy link
Member Author

@nodejs/collaborators anyone around to give a 👍🏼 ?

danielleadams added a commit that referenced this pull request Feb 5, 2022
PR-URL: #41805
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
danielleadams added a commit that referenced this pull request Feb 5, 2022
PR-URL: #41805
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@danielleadams
Copy link
Member Author

Landed in ebc370c...1de552c

@danielleadams danielleadams deleted the da/fix-js-lint branch February 5, 2022 23:53
@danielleadams danielleadams mentioned this pull request Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fast-track PRs that do not need to wait for 48 hours to land. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants