Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nodejs/node
Node.js JavaScript runtime ✨🐢🚀✨
https://github.com/nodejs/node
PR-URL: https://github.com/nodejs/node/pull/48663
Reviewed-By: Antoine du Hamel <duhamelantoine1...
PR-URL: https://github.com/nodejs/node/pull/48880
Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48859
Reviewed-By: Paolo Insogna <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/48926
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48926
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
Second parameter name is described as `listener`(not resource)
in below line.
PR-URL: https://g...
761f5681c84421acb1bc757c52efb3c5ccfba4b3 authored over 1 year ago by Deokjin Kim <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48920
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48905
Reviewed-By: Paolo Insogna <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/46662
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/48907
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/48787
Reviewed-By: Moshe Atlow <[email protected]>
R...
We can now get the binding data through the reference to the
realm directly, so remove it from t...
Fixes: https://github.com/nodejs/node/issues/48894
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/48828
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...
PR-URL: https://github.com/nodejs/node/pull/48828
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...
Refs: https://github.com/nodejs/single-executable/issues/73
Signed-off-by: Darshan Sen <raisinte...
PR-URL: https://github.com/nodejs/node/pull/48898
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/48896
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/48892
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48860
Reviewed-By: Paolo Insogna <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/48888
Reviewed-By: Luigi Pinca <[email protected]...
Co-authored-by: Luigi Pinca <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...
Signed-off-by: Michael Dawson <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/48877
Reviewed-By: Chemi Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/48897
Refs: https://github.com/nodejs/node/pull/4889...
Even though the redefinition complies with the C standard because the
second definition is "effe...
This function is not declared outside of fs_permission.cc and thus
should not be visible outside...
PR-URL: https://github.com/nodejs/node/pull/48856
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/48838
Reviewed-By: Luke Karrys <[email protected]>...
Since error messages are also using defined values, it is more clear
to use the defined value ev...
JSDoc comment did not match the actual implementation of
`FileHandle#readableWebStream`.
Refs: ...
9c5e272daee12e7c2c422d117a78090f1183dd93 authored over 1 year ago by Hyunjin Kim <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48854
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/48878
Refs: https://github.com/nodejs/node/pull/4887...
PR-URL: https://github.com/nodejs/node/pull/48878
Refs: https://github.com/nodejs/node/pull/4887...
Previously we hard-code a wrapper id to be used in BaseObjects
to avoid accidentally triggering ...
Original commit message:
[cppgc] expose wrapper descriptor on CppHeap
This makes it po...
44027fbca89bb43d48f0c787a03271e8d4201986 authored over 1 year ago by Joyee Cheung <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48824
Refs: https://github.com/nodejs-private/node-p...
PR-URL: https://github.com/nodejs/node/pull/48827
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
Previously we cache the time origin for the milestones in the user
land, and refresh it at pre-e...
This patch adds snapshot support to single executable applications.
To build a snapshot from the...
Notable changes:
doc:
* add atlowChemi to collaborators (atlowChemi) https://github.com/nodej...
PR-URL: https://github.com/nodejs/node/pull/48788
Reviewed-By: Luigi Pinca <[email protected]...
Original commit message:
Fix mistake in the skip branch of test/mjsunit/regress-1320641.js
...
Original commit message:
Skip regress-1320641 when the system does not have enough memory
...
399dd8e6c470336c043a8273edc83227cb3f3f37 authored over 1 year ago by Joyee Cheung <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48826
Reviewed-By: Luigi Pinca <[email protected]...
The test's assumptions about RSS are no longer valid, at least with
Fedora 38.
Closes: https://...
b0cc131e8f9bb44edfa96133f7be4477023eaf62 authored over 1 year ago by Michaël Zasso <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48734
Reviewed-By: Chengzhong Wu <[email protected]...
Refs: https://github.com/nodejs/TSC/issues/1411
Refs: https://github.com/nodejs/TSC/issues/1410
...
Major functional changes:
- Allow `import()` to work within loaders that require other loaders,...
a2fc4a383efe8b607bacc3256c834a4ba78c66d2 authored over 1 year ago by Izaak Schroeder <[email protected]>
- refactor table so that it does not grow for
every new version of Node.js
- refer to latest v...
Adding the per-realm binding data tracking introduced a call to a realm
method when realm was po...
Example is not runnable because `path` is used, but it's not
declared.
PR-URL: https://github.c...
77ea1732a1da23719c3adc016629ef3a179803c8 authored over 1 year ago by Deokjin Kim <[email protected]>Notable changes:
Ada 2.0
Node.js v18.17.0 comes with the latest version of the URL parser, Ada....
PR-URL: https://github.com/nodejs/node/pull/48791
Reviewed-By: Moshe Atlow <[email protected]>
R...
Fixes: https://github.com/nodejs/node/issues/48389
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/48793
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/48817
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48815
Reviewed-By: Debadree Chatterjee <debadree333@...
PR-URL: https://github.com/nodejs/node/pull/48790
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/48779
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48810
Refs: https://github.com/nodejs/node/pull/4880...
PR-URL: https://github.com/nodejs/node/pull/48719
Reviewed-By: Antoine du Hamel <duhamelantoine1...
PR-URL: https://github.com/nodejs/node/pull/48709
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/48769
Reviewed-By: Ruy Adorno <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/48765
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
The test test/parallel/test-experimental-shared-value-conveyor.js was
added to test the --harmon...
PR-URL: https://github.com/nodejs/node/pull/48789
Reviewed-By: Luigi Pinca <[email protected]...
... as it's not valid implementation and also has not been used
PR-URL: https://github.com/node...
373848a457639a507a8d7edb467a028a89f83c3a authored over 1 year ago by Jason <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/48722
Reviewed-By: Gerhard Stöbich <deb2001-github@y...
PR-URL: https://github.com/nodejs/node/pull/48586
Reviewed-By: Antoine du Hamel <duhamelantoine1...
Mark URL/URLSearchParams as uncloneable and untransferable to reject
them in `structuredClone` a...
PR-URL: https://github.com/nodejs/node/pull/48751
Reviewed-By: Moshe Atlow <[email protected]>
R...
* The first argument `node` should be a const pointer.
* The second argument `spaces` should not...
PR-URL: https://github.com/nodejs/node/pull/48746
Reviewed-By: Luigi Pinca <[email protected]...
PR-URL: https://github.com/nodejs/node/pull/48726
Reviewed-By: Matthew Aitken <maitken033380023@...
Removes flakiness from the mentioned test due to the x86 memory limit
PR-URL: https://github.co...
1c66b813064c6c72b87b85668fd122f5a8261ced authored over 1 year ago by Stefan Stojanovic <[email protected]>
Signed-off-by: RafaelGSS <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/48757
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48658
Reviewed-By: Matteo Collina <matteo.collina@gm...
Fix: #48460
PR-URL: https://github.com/nodejs/node/pull/48461
Fixes: https://github.com/nodejs/n...
PR-URL: https://github.com/nodejs/node/pull/48704
Reviewed-By: Luigi Pinca <[email protected]...
Previously we just rely on the unordered_set order to iterate over
the BaseObjects, which is not...
Fixes target toolchain arguments being passed to the host toolchain when
cross-compiling. For ex...
Python 3 is now required to run `gclient`. Run `tools/v8/fetch_deps.py`,
which spawns `glient`, ...
When piping a paused Readable to a full Writable we didn't
register a drain listener which cause...
PR-URL: https://github.com/nodejs/node/pull/48692
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/48713
Reviewed-By: Luigi Pinca <[email protected]...
Sometimes the test completes with only two data chunks received on the
client.
Fixes: https://g...
26bfae531f24082ceeeb89efc026f0970a3116a9 authored over 1 year ago by Luigi Pinca <[email protected]>
The test is not very resource intensive. It just writes data to a TCP
socket until backpressure ...
Followup to #48518; fixes #48699
PR-URL: https://github.com/nodejs/node/pull/48703
Reviewed-By:...
PR-URL: https://github.com/nodejs/node/pull/48717
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/48717
Reviewed-By: Matteo Collina <matteo.collina@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48550
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/48664
Refs: https://github.com/nodejs/node/pull/4832...