-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
util/types isBigIntObject not documented #55446
Labels
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
util
Issues and PRs related to the built-in util module.
Comments
PRs are always welcome :-) |
leviscar
pushed a commit
to leviscar/node
that referenced
this issue
Oct 18, 2024
@redyetidev I just make a PR for this issue. It's my first PR ^_^ |
@leviscar thanks for making a PR, I did some research and have one minor correction: https://github.com/nodejs/node/pull/55450/files#r1807010918 |
leviscar
pushed a commit
to leviscar/node
that referenced
this issue
Oct 19, 2024
leviscar
pushed a commit
to leviscar/node
that referenced
this issue
Oct 19, 2024
leviscar
pushed a commit
to leviscar/node
that referenced
this issue
Oct 19, 2024
aduh95
pushed a commit
that referenced
this issue
Oct 22, 2024
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
aduh95
pushed a commit
that referenced
this issue
Oct 23, 2024
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
louwers
pushed a commit
to louwers/node
that referenced
this issue
Nov 2, 2024
Refs: nodejs#19989 Fixes: nodejs#55446 PR-URL: nodejs#55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this issue
Nov 21, 2024
Refs: nodejs#19989 Fixes: nodejs#55446 PR-URL: nodejs#55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
ruyadorno
pushed a commit
that referenced
this issue
Nov 27, 2024
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jan 22, 2025
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jan 22, 2025
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jan 22, 2025
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Jan 24, 2025
Refs: #19989 Fixes: #55446 PR-URL: #55450 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
util
Issues and PRs related to the built-in util module.
Affected URL(s)
https://nodejs.org/docs/latest/api/util.html
Description of the problem
Hi!
Small issue:
isBigIntObject
seems to be present in nodejs (22.9.0) via'node:util/types'
, but missing from the documentation and it is also missing in DefinitelyTyped.The text was updated successfully, but these errors were encountered: