Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/node

Node fork to make it suitable for embedding in Electron
https://github.com/electron/node

doc: fix text for DEP0085

Fix a typographical error in deprecation text. Convert run-on sentence
to two sentences (one in ...

f796b0856cd80736e72d5e6009d9e6100aa99a3b authored over 6 years ago by Rich Trott <[email protected]>
doc: edit text for DEP0094

Make deprecation text slightly more concise and direct.

PR-URL: https://github.com/nodejs/node/...

74c74db35eaa2dd2f5c22880ae007f19ad6e48bd authored over 6 years ago by Rich Trott <[email protected]>
doc: fix manpage warning

LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z ./doc/node.1 > /de...

79e1260cd8422b3de31abab05bb8261bc8d779e5 authored over 6 years ago by Jérémy Lal <[email protected]>
doc: updates crypto doc with openssl list -cipher-algorithms

PR-URL: https://github.com/nodejs/node/pull/20502
Refs: https://github.com/nodejs/node/issues/20...

8bd45d82128c9711e94e86a2fe47bd2fe1819c16 authored over 6 years ago by Shobhit Chittora <[email protected]>
doc: add http.ClientRequest maxHeadersCount

In http.ClientRequest's doc, add maxHeadersCount as a public property.
And in the description of...

658fbdc1057bac26756fa0c46c3778cb42aecde3 authored over 6 years ago by Daiki Arai <[email protected]>
child_process: name anonymous functions

Refs: https://github.com/nodejs/node/issues/8913

PR-URL: https://github.com/nodejs/node/pull/20...

b5931e1d456e804d5de91016bd037f1e1fd6f427 authored over 6 years ago by Denis Fäcke <[email protected]>
util: named anonymous functions

PR-URL: https://github.com/nodejs/node/pull/20408
Reviewed-By: Michaël Zasso <targos@protonmail....

1b9c40cc71446bd996198c435449a5d213f59a63 authored over 6 years ago by Carrie Coxwell <[email protected]>
util: improve spliceOne perf

Do less variable allocations and reassignments inside spliceOne
since it's relied on by some per...

e854c953fd33c0fd23d25aa25de70ad27faeebd1 authored over 6 years ago by Anatoli Papirovski <[email protected]>
src: access `ContextifyContext*` more directly in property cbs

PR-URL: https://github.com/nodejs/node/pull/20455
Fixes: https://github.com/nodejs/node/issues/1...

c21a52f415d89befab572054740589cde9be578b authored over 6 years ago by Anna Henningsen <[email protected]>
n-api: make test_error functions static

PR-URL: https://github.com/nodejs/node/pull/20373/
Reviewed-By: Colin Ihrig <[email protected]>
...

17dbf6c77f366ee586b3e203aca9e480a133fe5f authored over 6 years ago by Gabriel Schulhof <[email protected]>
src: remove `kFlagNoShutdown` flag

This was originally introduced in 3446ff417ba1e, in order to fix
a hard crash. However, since th...

c0f153528e58afde5b7c09db9d02d125d00b2a4c authored over 6 years ago by Anna Henningsen <[email protected]>
doc: update examples for fs.access()

PR-URL: https://github.com/nodejs/node/pull/20460
Fixes: https://github.com/nodejs/node/issues/1...

d7db306d3bd65485caabff3219a7eb0932bdbc19 authored over 6 years ago by BeniCheni <[email protected]>
src: refactor `BaseObject` internal field management

- Instead of storing a pointer whose type refers to the specific
subclass of `BaseObject`, jus...

f5d42532a3d054a07201e7c37ed9e4bb2cec5f21 authored over 6 years ago by Anna Henningsen <[email protected]>
doc: add more missing backticks

Also, fix some other nits in passing
(formatting, punctuation, typos, redundancy, obsoleteness)....

56c27c6a2bd3c706e099fc4f2ef556fcef586599 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: cleanup n-api.md doc

Partial doc cleanup as per
https://github.com/nodejs/node/issues/20421

PR-URL: https://github.c...

b2d6eb74d45482daddad3ffb2690519300945d68 authored over 6 years ago by Michael Dawson <[email protected]>
doc: update Collaborator Guide reference

In pull-requests.md:

* Refer to the Collaborator Guide as Collaborator Guide and not
Collabor...

e5537477d4927be4bc383e46df5ba59c70dd61a2 authored over 6 years ago by Rich Trott <[email protected]>
lib: named anonymous functions

PR-URL: https://github.com/nodejs/node/pull/20408
Reviewed-By: Michaël Zasso <targos@protonmail....

b6de6a7e35669b30997cd033e19950ee15b3c55b authored over 6 years ago by Carrie Coxwell <[email protected]>
doc: synchronize argument names for appendFile()

The documentation used `file` for the first argument to `appendFile()`
functions. However, the c...

391c420c3efa98e43d5f3d35753f0557797c6a78 authored over 6 years ago by Rich Trott <[email protected]>
doc: update cli flag in crypto.md

PR-URL: https://github.com/nodejs/node/pull/20400
Fixes: https://github.com/nodejs/node/issues/2...

8b17e7ae040aea892136994d7baa6f19abec579d authored over 6 years ago by Shobhit Chittora <[email protected]>
events: optimize condition for optimal scenario

Instead of always checking whether we've already warned about a
possible EventEmitter memory lea...

58a65d668975d9fd65cfbba754c2fc72a8b9236c authored over 6 years ago by Anatoli Papirovski <[email protected]>
doc: add missing periods in documentation.md

PR-URL: https://github.com/nodejs/node/pull/20469
Reviewed-By: Tobias Nießen <[email protected]>
...

74685f1b8f12ead2376d1d0239b8691428223e43 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
test: use fs.copyFileSync()

Use the potentially more efficient fs.copyFileSync() instead of reading
the whole file in and wr...

4dce39a91949e88ca9f033019fe9a9db1f17f390 authored over 6 years ago by Richard Lau <[email protected]>
test: remove unnecessary strictEqual() argument from remoteClose()

PR-URL: https://github.com/nodejs/node/pull/20343
Reviewed-By: Rich Trott <[email protected]>
Rev...

b24ee078f65d2ddffcb69c59f84b2d123c5b4319 authored over 6 years ago by Daylor Yanes <[email protected]>
timers: named anonymous functions

PR-URL: https://github.com/nodejs/node/pull/20397
Refs: https://github.com/nodejs/node/issues/89...

e552158dd261ba1e00946c80242048151a084326 authored over 6 years ago by Kyle Martin <[email protected]>
doc: update writing-and-running-benchmarks.md

Refs: https://github.com/nodejs/node/commit/368517c0dc2576e1f8f315e53d0cfebb22acf9e2

PR-URL: ht...

b0ed31cf9c9175a023985aa599b6e089b2ea53b6 authored over 6 years ago by xsbchen <[email protected]>
tools: fix TypeError from `test.py --time`

Calculated durations are timedelta objects but the FormatTime function
is expecting a number in ...

3912551252cea6bf9422c4150fd9a95fe69fc1af authored over 6 years ago by Richard Lau <[email protected]>
benchmark: fix next-tick-depth

A recent change made these benchmarks fail by always finishing
with 0 iterations. Restore a coun...

289e4cef3f62073a220e4ed46535372800d4d702 authored over 6 years ago by Anatoli Papirovski <[email protected]>
doc: add squash guideline to pull-requests doc

Tell the contributor to generally not squash commits during the pull
request review process.

PR...

7a769ebba870fdfb18b6e04aab504d612133fc82 authored over 6 years ago by Rich Trott <[email protected]>
doc: remove squash guideline from onboarding doc

Although I agree with the guideline people should generally not squash
commits in a pull request...

166df9e15cce98a10b8d681617b8caa7df927f9f authored over 6 years ago by Rich Trott <[email protected]>
doc: clarify FileHandle text

There is a paragraph about why the promise-based API uses `FileHandle`
rather than a numeric `fd...

fcc5492df2d64a5cfefd7a453a5e90f18953260c authored over 6 years ago by Rich Trott <[email protected]>
doc: remove unclear text from fs.write()

There is a paragraph explaining that `fs.write()` cannot write a
substring of the provided strin...

5a839b99118d3c8c53ee3694d625882cd27cfa11 authored over 6 years ago by Rich Trott <[email protected]>
tools: dedupe property access in doc/type-parser

There is no need to get this property twice in this rather hot spot:
if there is no such key, th...

b0c035274260ec8fe549e19bdd95dc2dc43bafad authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: specify types of listener parameter

We cannot manage with `{any}` because `message` cannot be
of `Symbol` or `undefined` types.

PR-...

54e93315ed9d6dd8934a7be04e99d5a2e4be20a5 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: refine napi_get_property_names() doc

Document that only enumerable, string-keyed properties are returned.

Fixes: https://github.com/...

d7557e111e5d94443aa88d8e2a35a896bea5dc03 authored over 6 years ago by Gabriel Schulhof <[email protected]>
deps: cherry-pick 76cab5f from upstream V8

Original commit message:

Fix Object.entries/.values with non-enumerable properties

Ite...

da8bc6ab50431dd9b16cd820e1fcf93f22e4d83c authored over 6 years ago by Michaël Zasso <[email protected]>
n-api: test and doc napi_throw() of a primitive

Ensure that napi_throw() is able to throw a primitive value, and
document that it is able to thr...

ad793ab93c109ad4918eec168104f796876eb934 authored over 6 years ago by Gabriel Schulhof <[email protected]>
http2: reduce require calls in http2/core

This commit removes unnecesary requires of http and internal/util in
http2/core.js

PR-URL: http...

42bbaa338db3cb4a01e4ff83a88ad52251d7adb9 authored over 6 years ago by Daniel Bevenius <[email protected]>
http2: remove unnecessary v8 qualified names

This commit removes v8 qualified identifiers that have using directives
to be consistent with th...

e397d19e58e65eac564b6c342d32a0a640c58c97 authored over 6 years ago by Daniel Bevenius <[email protected]>
http2: remove unused using declarations node_http2

PR-URL: https://github.com/nodejs/node/pull/20420
Reviewed-By: Anatoli Papirovski <apapirovski@m...

b2bbc3619e8951c9c1d37eaa47eb70ba10403bef authored over 6 years ago by Daniel Bevenius <[email protected]>
doc: add missing periods or colons

Some other formatting nits were fixed
and some superfluous descriptions were simplified in passi...

abf11550b28cb45fa75b17265f7a9272aeac2a59 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: mitigate `marked` bug

PR-URL: https://github.com/nodejs/node/pull/20411
Reviewed-By: Trivikram Kamat <trivikr.dev@gmai...

261776d6b48d4d853f7a7da07abba48e2996dd1a authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: edit fs.createReadStream() highWaterMark

Shorten the text about the `highWaterMark` value for the stream returned
by `fs.createReadStream...

459c20c0b8c2188c1bec7cd7be678d3a29d88ce3 authored over 6 years ago by Rich Trott <[email protected]>
doc: remove redundant table of contents for N-API

Since the table of contents is built dynamically when
building the documentation, the additional...

f36a5e3ba5fdb45c97bf41f77a56d46d0292078b authored over 6 years ago by Ayush Gupta <[email protected]>
doc: add parameters for settings events

Add parameters for the callback for the Http2Session:localSettings event
and Http2Session:remote...

4bc87c185b3ee158b05e30da4ca9c777505a78f6 authored over 6 years ago by Ujjwal Sharma <[email protected]>
doc: remove "has been known" tentativeness

Remove unnecessary "has been known to" tentativeness from
COLLABORATOR_GUIDE.md. "has been known...

b61ae7fe09ffa25fcbfa7c45ab5e5a4ef2d1cf47 authored over 6 years ago by Rich Trott <[email protected]>
crypto: use new OpenSSL constants in CipherBase

This change replaces some constants with better alternatives which were
unavailable in OpenSSL 1...

dfcf20f5fd76fe5448115c7d448878868d8e7567 authored over 6 years ago by Tobias Nießen <[email protected]>
errors: minor (SystemError) refactoring

This removes the former default values and the spread arguments
usage. That was unnecessary and ...

b89d8178b4783271e0db0ef73c795fa0f5eac26a authored over 6 years ago by Ruben Bridgewater <[email protected]>
n-api: document that native strings are copied

Mention that a copy is made of the native string by the
napi_create_string_* APIs.

Fixes: https...

7ac491b8ac127e2c7aff82b436637f015c722b14 authored over 6 years ago by Gabriel Schulhof <[email protected]>
n-api: document the look of napi_external values

Describe what JavaScript values of type `napi_external` look like in
JavaScript.

Fixes: https:/...

1908668826ff3dc38f826afd31665b2e6b483543 authored over 6 years ago by Gabriel Schulhof <[email protected]>
doc: remove superfluous URL require statement

Since v10.0.0, the `URL` class is available on the global object, so
using a `require` statement...

701f536ef47d67a72323a528202b38b8f5812263 authored over 6 years ago by Mark Tiedemann <[email protected]>
doc: add Slack community to support options

PR-URL: https://github.com/nodejs/node/pull/18191
Reviewed-By: Rich Trott <[email protected]>
Rev...

14188b12664c5e4fe3ce3a77bd2d61b6eb303d89 authored over 6 years ago by Tracy <[email protected]>
benchmark: add bench for zlib gzip + gunzip cycle

Originally wrote this for some work that is going to take a while
longer before it’s ready to be...

b0e6f10530e5ae2168ff7edd7fb9c6ffa8a8fbe5 authored over 6 years ago by Anna Henningsen <[email protected]>
tools: add log output to crashes

PR-URL: https://github.com/nodejs/node/pull/20295
Reviewed-By: Richard Lau <[email protected]>
R...

8ddbac2fd6c7506da2f66d2adf2050ac8b703149 authored over 6 years ago by Ruben Bridgewater <[email protected]>
tls: specify options.name in validateKeyCert

This commit addresses a TODO added by Ruben Bridgewater in commit
c6b6c92185316e13738e6fa931fdd5...

73cd2798df4027dc66a02907c1e639ad31d81694 authored over 6 years ago by Daniel Bevenius <[email protected]>
doc: improve process event headers

The headers should be handled as all others as well and just indicate
all arguments.

PR-URL: ht...

5542a98aa44df622d176b1a942553e1299ca43d9 authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: improve assert docs

This improves the error example output by reflecting the current
state. It also makes sure the e...

90026c3f3edcb9e930e3f37a0dc41dfb88942a0b authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: remove parenthetical in onboarding-extras

Remove "(I prefer the former)" from onboarding-extras. Without any
explanation as to why one mig...

de9d1f15deb4306dbd9402b02eb39497a578296d authored over 6 years ago by Rich Trott <[email protected]>
src: improve fatal exception

This is just some code cleanup.

PR-URL: https://github.com/nodejs/node/pull/20294
Reviewed-By: ...

e0d2bc5ccedc781a55c0e26b7f921af680037fbf authored over 6 years ago by Ruben Bridgewater <[email protected]>
src: avoid `std::make_unique`

Work around https://github.com/nodejs/build/issues/1254, which
effectively breaks stress test CI...

58be6efd299dc95dc9841c98b605de50be459960 authored over 6 years ago by Anna Henningsen <[email protected]>
doc: improve parameters for Http2Session:goaway event

Improve parameters for the callback for the Http2Session:connect event
inline with the pattern i...

b47044ac0f1653f4ffccc381a0006b28d40e44b4 authored over 6 years ago by Ujjwal Sharma <[email protected]>
assert: minor error message improvements

Adjust indentations and fix a typo.

PR-URL: https://github.com/nodejs/node/pull/20315
Reviewed-...

f5054d3412cafe79b33ad703f2b9478ffdf7ae51 authored over 6 years ago by Ruben Bridgewater <[email protected]>
stream: fix error handling with async iteration

Fix an issue when an error was emitted by the stream before
`iterator.next()` is called.

PR-URL...

05b7b8d50659491bd9f151828dfdb4e66f7f4fb9 authored over 6 years ago by Julien Fontanet <[email protected]>
build: remove --xcode configure switch

`./configure --xcode` ostensibly let you built with the Xcode IDE but
it has never been tested r...

348d391a7106d6dbc5ecad4246a9c353b221fece authored over 6 years ago by Ben Noordhuis <[email protected]>
test: fix a TODO and remove obsolete TODOs

This removes outdated TODOs and adds a test for invalid input in
`fs.copyFile` and solves a TODO...

2b8b40f8007c4fa0bf8a45291ef2965e3e54ecb5 authored over 6 years ago by Ruben Bridgewater <[email protected]>
test: verify arguments length in common.expectsError

If `common.expectsError` is used as a callback, it will now also
verify that there is only one a...

645a97a44e4a7341fa73430c3112733402e02424 authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: fix typo in console.md

logit -> log it

PR-URL: https://github.com/nodejs/node/pull/20349
Reviewed-By: Rich Trott <rtro...

d9bc9217a707ff27dbccb13bc1c08911959363ad authored over 6 years ago by Daniel Hritzkiv <[email protected]>
http2: fix ping callback

In case there was no ack, the callback would have returned
more than the error as return value. ...

7d9f1f3971bda6671cbf4a2255e5ceb5a4476cbf authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: remove console.table() as inspector-dependent

`console.table()` is implemented in Node.js core and no longer requires
the inspector for use.

...

cc09d7ec5b280a7374e2eb3809fc6fb999dbab77 authored over 6 years ago by Rich Trott <[email protected]>
assert: make skipping indicator blue

If lines gets skipped, they are marked with three dots. This makes
sure they are better visualiz...

7293c58d5118931affb9498d510fe0384824d885 authored over 6 years ago by Ruben Bridgewater <[email protected]>
doc: unify and dedupe returned values in timers.md

PR-URL: https://github.com/nodejs/node/pull/20310
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

be34388a079fd9fe3d957b4b4a7f5a1cdc1b99dc authored over 6 years ago by Vse Mozhet Byt <[email protected]>
child_process: fix leak when passing http sockets

After passing an HTTP socket, release its associated resources.

PR-URL: https://github.com/node...

ec2037da128139d87ea05c97682614f3af40dd8f authored over 6 years ago by Santiago Gimeno <[email protected]>
doc: remove redundant empty lines

PR-URL: https://github.com/nodejs/node/pull/20398
Reviewed-By: Gireesh Punathil <[email protected]...

57e5a3e15fa3ec3e6688f3463f30d2b8d228a5e6 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: add missing backticks in n-api.md

Codify types, variable names, and code fragments
checking patterns I've managed to think of.

So...

9cf3ae5bc3770d85b1a89e4f6bcae0c3c5e814b9 authored over 6 years ago by Vse Mozhet Byt <[email protected]>
http2: fix responses to long payload reqs

When a request with a long payload is received, http2 does
not allow a response that does not pr...

46bd86235d483516a9c51ddf59ddeeff20145519 authored over 6 years ago by Anatoli Papirovski <[email protected]>
tls: fix getEphemeralKeyInfo to support X25519

`EVP_PKEY_EC` only covers ANSI X9.62 curves not IETF ones(curve25519
and curve448). This fixes t...

9b30bc4f81507ef812bbb52fd4355a8cda66a925 authored over 6 years ago by Shigeki Ohtsu <[email protected]>
fs: point isFd to isUint32

This commit updates the isFd function to call isUint32 instead of
doing the same thing.

PR-URL:...

e45e5b809d88b2b117b110e135f689c91386a23b authored over 6 years ago by Daniel Bevenius <[email protected]>
stream: only check options once in Duplex ctor

This commit updates the Duplex constructor adding an if statement
checking if options is undefin...

fd912a37a08c5ffaa1ca022ea6ca4114cb1e6aec authored over 6 years ago by Daniel Bevenius <[email protected]>
src: remove unnecessary copy operations in tracing

PR-URL: https://github.com/nodejs/node/pull/20356
Reviewed-By: James M Snell <[email protected]>...

31812edb2d34c97193a912eaab671f383c6b7f42 authored over 6 years ago by Anna Henningsen <[email protected]>
util: fix isInsideNodeModules inside error

When isInsideNodeModules gets called while already processing
another stack trace, V8 will not c...

3962c734aeade280766d9c2f202caa4459328539 authored over 6 years ago by Anatoli Papirovski <[email protected]>
console: fix console.table() display edge case

If the properties are not specified in `console.table()`, then we should
make a best effort to d...

29bc735d42e7d821e31c4d6811b66725191ad807 authored over 6 years ago by Rich Trott <[email protected]>
tools: remove redundant RegExp flag

PR-URL: https://github.com/nodejs/node/pull/20309
Reviewed-By: Ruben Bridgewater <ruben@bridgewa...

ccf1b24af2b5b260fcd5d755e7b4ac6caaf517af authored over 6 years ago by Vse Mozhet Byt <[email protected]>
doc: remove eu-strip from tarball

This is been removed because of this:
the source is not provided
it adds 105ko of useless files
...

9c11a18f70311f1223de0c86f05f1ad5c4e29293 authored over 6 years ago by jvelezpo <[email protected]>
tools: simplify HTML generation

PR-URL: https://github.com/nodejs/node/pull/20307
Reviewed-By: Anna Henningsen <[email protected]...

a12d13ad06c1a1e1ae037332183dd1e4fd743d9e authored over 6 years ago by Vse Mozhet Byt <[email protected]>
build: do not depend on `cp` in `PATH`

Use gyp’s own copying mechanism instead.

It’s not really clear which UNIX utils exactly are nee...

2ce4b7cb8c6b72389f45a3f5b738eb286b860610 authored over 6 years ago by Anna Henningsen <[email protected]>
http: refactor outgoing headers processing

Use a shared function, for..in instead of Object.keys, do less work in
`setHeader` and instead d...

f0b2b2605ac797c62b028f85e3b98fcc62845618 authored over 6 years ago by Anatoli Papirovski <[email protected]>
inspector: allow concurrent inspector sessions

This change enables concurrent inspector sessions, through WebSocket
interface as well as JS int...

149016423005afb819dd81b679ca84bc4c165492 authored over 6 years ago by Eugene Ostroukhov <[email protected]>
tools: show stdout/stderr for timed out tests

When a test times out, the contents of stdout and stderr can often be
highly valuable in debuggi...

ab13f13a6c0229caddef949b4e997c820f64713b authored over 6 years ago by Rich Trott <[email protected]>
doc: improve docs for Http2Session:frameError

Improve documentation regarding the callback parameters for the
frameError event for instances o...

7f6172b64b66a76ec6a9407e060d244e2d646824 authored over 6 years ago by Ujjwal Sharma <[email protected]>
n-api: update cli documentation

Fixes: https://github.com/nodejs/node/issues/20082
PR-URL: https://github.com/nodejs/node/pull/2...

8d24b6ed348b35f7a5cb59867355faeca0b665ea authored over 6 years ago by Gabriel Schulhof <[email protected]>
inspector: Use default uv_listen backlog size

PR-URL: https://github.com/nodejs/node/pull/20254
Reviewed-By: Rich Trott <[email protected]>
Rev...

375994f9408fade75c7ef9dde914c9ce30086991 authored over 6 years ago by Eugene Ostroukhov <[email protected]>
test: added coverage for fs/promises API

PR-URL: https://github.com/nodejs/node/pull/20219
Reviewed-By: James M Snell <[email protected]>...

61a56fe437fcc90e7d0cc6839ea42eb3d4011f8e authored over 6 years ago by Mithun Sasidharan <[email protected]>
src: create per-isolate strings after platform setup

Allocation of strings may cause a garbage collection that uses
the platform to post tasks.

PR-U...

81de53383624e2c3a4c08ef894881998ddb4f16e authored over 6 years ago by Ulan Degenbaev <[email protected]>
doc: fix unhandled to uncaught

PR-URL: https://github.com/nodejs/node/pull/20293
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmai...

c139d2ab8d8404fa9126bd853eb2e0a3654a74b8 authored over 6 years ago by Ruben Bridgewater <[email protected]>
test: removed assert.strictEqual message

PR-URL: https://github.com/nodejs/node/pull/20223
Reviewed-By: Colin Ihrig <[email protected]>
R...

b646566ab4ef0fbb4e78dfd9fad5b31c95d3c06e authored over 6 years ago by kailash k yogeshwar <[email protected]>
http: added aborted property to request

PR-URL: https://github.com/nodejs/node/pull/20094
Reviewed-By: James M Snell <[email protected]>...

1385ffcccff8c8a0bddbe9712db9e00e62208899 authored over 6 years ago by Robert Nagy <[email protected]>
n-api: remove unused Test function

Currently when building the following warning is emitted:

../test_symbol.c:4:19:
warning: unuse...

705d9ecd131df73d89a02bfa38e996a7373ad21e authored over 6 years ago by Daniel Bevenius <[email protected]>
src: remove SecureContext `_external` getter

This is unused inside Node core, so nothing good can
come from keeping it around.

PR-URL: https...

44fdd36b96a55938d11112965be1bbaaec597695 authored over 6 years ago by Anna Henningsen <[email protected]>
n-api,test: remove superfluous persistent

Remove a superfluos persistent from test_constructor_name.c.

PR-URL: https://github.com/nodejs/...

b5c1c146f5c5ba39435cf9488488803dd401607a authored over 6 years ago by Gabriel Schulhof <[email protected]>
doc: remove os.uptime() Windows note

The libuv 1.20.2 update in Node 10 aligned the Windows behavior
of os.uptime() with that of othe...

3a3144cf048bdcce701206eeb7540f1cc70a6ba1 authored over 6 years ago by cjihrig <[email protected]>
doc: add emitter.off() to events.md

PR-URL: https://github.com/nodejs/node/pull/20291
Refs: https://github.com/nodejs/node/pull/1715...

c9b202f817643d777407c86da408da703afc163d authored over 6 years ago by Ajido <[email protected]>