Skip to content

typings: fix invalid JSDoc declarations - #52659

Merged
aduh95 merged 1 commit into
nodejs:mainfrom
anonrig:fix-jsdoc
Apr 24, 2024
Merged

typings: fix invalid JSDoc declarations#52659
aduh95 merged 1 commit into
nodejs:mainfrom
anonrig:fix-jsdoc

Conversation

@anonrig

@anonrig anonrig commented Apr 24, 2024

Copy link
Copy Markdown
Member

Fixes several invalid jsdoc declarations

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/loaders

@nodejs-github-bot nodejs-github-bot added esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. labels Apr 24, 2024
@anonrig
anonrig requested a review from GeoffreyBooth April 24, 2024 03:08

@GeoffreyBooth GeoffreyBooth left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think you mean invalid jsdoc not invalid jsconfig.

@aduh95 aduh95 changed the title lib: fix invalid jsconfig declarations typings: fix invalid JSDoc declarations Apr 24, 2024
@avivkeller avivkeller added typings Issues and PRs related to internal TypeScript declarations. and removed needs-ci PRs that need a full CI run. labels Apr 24, 2024
@avivkeller

Copy link
Copy Markdown
Member

Adding typings (jsdoc)
Removing needs-ci (nothing except comments have changed)

@avivkeller avivkeller added the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Apr 24, 2024
@aduh95 aduh95 added the fast-track PRs proposed for a shorter-than-standard waiting period before landing. label Apr 24, 2024
@github-actions

Copy link
Copy Markdown
Contributor

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

@MoLow MoLow added the commit-queue PRs queued for automated landing through the Commit Queue. label Apr 24, 2024
@nodejs-github-bot nodejs-github-bot added commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. and removed commit-queue PRs queued for automated landing through the Commit Queue. labels Apr 24, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator
Commit Queue failed
- Loading data for nodejs/node/pull/52659
✔  Done loading data for nodejs/node/pull/52659
----------------------------------- PR info ------------------------------------
Title      typings: fix invalid JSDoc declarations (#52659)
Author     Yagiz Nizipli  (@anonrig)
Branch     anonrig:fix-jsdoc -> nodejs:main
Labels     esm, fast-track, author ready, typings
Commits    1
 - lib: fix invalid jsconfig declarations
Committers 1
 - Yagiz Nizipli 
PR-URL: https://github.com/nodejs/node/pull/52659
Reviewed-By: Geoffrey Booth 
Reviewed-By: Luigi Pinca 
Reviewed-By: Marco Ippolito 
Reviewed-By: Mohammed Keyvanzadeh 
Reviewed-By: Jacob Smith 
Reviewed-By: Moshe Atlow 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/52659
Reviewed-By: Geoffrey Booth 
Reviewed-By: Luigi Pinca 
Reviewed-By: Marco Ippolito 
Reviewed-By: Mohammed Keyvanzadeh 
Reviewed-By: Jacob Smith 
Reviewed-By: Moshe Atlow 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 24 Apr 2024 02:54:00 GMT
   ✔  Approvals: 6
   ✔  - Geoffrey Booth (@GeoffreyBooth) (TSC): https://github.com/nodejs/node/pull/52659#pullrequestreview-2018782305
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/52659#pullrequestreview-2018913700
   ✔  - Marco Ippolito (@marco-ippolito): https://github.com/nodejs/node/pull/52659#pullrequestreview-2019497030
   ✔  - Mohammed Keyvanzadeh (@VoltrexKeyva): https://github.com/nodejs/node/pull/52659#pullrequestreview-2019907090
   ✔  - Jacob Smith (@JakobJingleheimer): https://github.com/nodejs/node/pull/52659#pullrequestreview-2020020918
   ✔  - Moshe Atlow (@MoLow) (TSC): https://github.com/nodejs/node/pull/52659#pullrequestreview-2020269480
   ℹ  This PR is being fast-tracked
   ✔  Last GitHub CI successful
   ✘  No Jenkins CI runs detected
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/8819523502

@aduh95
aduh95 merged commit 1df52e6 into nodejs:main Apr 24, 2024
@aduh95

aduh95 commented Apr 24, 2024

Copy link
Copy Markdown
Contributor

Landed in 1df52e6

aduh95 pushed a commit that referenced this pull request Apr 29, 2024
PR-URL: #52659
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
marco-ippolito pushed a commit that referenced this pull request May 2, 2024
PR-URL: #52659
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
marco-ippolito pushed a commit that referenced this pull request May 3, 2024
PR-URL: #52659
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue-failed PRs whose Commit Queue landing failed and need manual intervention before retrying. esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs proposed for a shorter-than-standard waiting period before landing. typings Issues and PRs related to internal TypeScript declarations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants