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

fs: make URL paths no longer experimental

PR-URL: https://github.com/nodejs/node/pull/18591
Reviewed-By: Weijia Wang <[email protected]>
R...

2287deab94cb409ee808d0c6338bc5b08a0c6c80 authored almost 7 years ago by James M Snell <[email protected]>
http2: use `_final` instead of `on('finish')`

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

377cfd6fccd9e0ab455a50dada3b3cb37805479d authored almost 7 years ago by Anna Henningsen <[email protected]>
assert: show proper differences

Right now it is possible to get an AssertionError from input that has
the customInspect function...

0cdc87778e9c871e8bbbb081f4dc52fb17248e58 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
assert: fix infinite loop

In rare cirumstances it is possible to get a identical error diff.
In such a case the advances d...

656a5d042d30c8c5dbb49a9a9b38ea0df81ec1ca authored almost 7 years ago by Ruben Bridgewater <[email protected]>
Revert "repl: refactor tests to not rely on timing"

This reverts commit de848ac1e0483327a2ce8716c3f8567eaeacb660.

The commit broke multiline repl.
...

1fc373bdf6758dcf045db21e4a075e4099ca7c19 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
repl: remove deprecated NODE_REPL_HISTORY_FILE

PR-URL: https://github.com/nodejs/node/pull/13876
Reviewed-By: Matteo Collina <matteo.collina@gm...

60c9ad797994e544af21ce991dce2c3360ae1801 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
tools: fix eslint isRequired

Currently the call can lead to a TypeError with the message:
`Cannot read property 'value' of un...

1a5f6705c611bc9376e8cd49ff2b03b08c3b97b0 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
lib: provide proper deprecation code

Refs: https://github.com/nodejs/node/pull/18513

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

ba944b16972c4b248e946d4bacb2141e5ef7eba9 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
async_hooks: rename PromiseWrap.parentId

Rename the `parentId` property on the PromiseWrap object to a
`isChainedPromise` property. The f...

9f6a56590129370f8b17c133f15a63e3832fa3cc authored almost 7 years ago by Ali Ijaz Sheikh <[email protected]>
module: use undefined if no main

If the package.json file does not have a "main" entry, return undefined
rather than an empty str...

bd4773a0431da9c846c3b4a2f6459db1f151c115 authored almost 7 years ago by Rich Trott <[email protected]>
timers: fix enroll deprecation wording

PR-URL: https://github.com/nodejs/node/pull/18704
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...

2aa3e3b00ff97e50f87a3345a33bcac9f424d0d7 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
url: simplify constructor URLSearchParams. Remove needless check null

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

316846b8decf7158dd73d0ee23999686eee863bd authored almost 7 years ago by Mihail Bodrov <[email protected]>
doc: mark NAPI_AUTO_LENGTH as code

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

a1bab826c49e880c3771146dd916076b8a223431 authored almost 7 years ago by Tobias Nießen <[email protected]>
test: formalize exposure of internal bindings

moves exposed internalBindings to a single location with short
guidelines on how to expose them ...

3e8af961b384445564babfb1f0edd3cdefd19466 authored almost 7 years ago by Gus Caplan <[email protected]>
test: fix flaky repl-timeout-throw

Don't disconnect the child until all exceptions are thrown.

Fixes: https://github.com/nodejs/no...

01d049165c7d3ef9d102c85f0218044cb45f4787 authored almost 7 years ago by Santiago Gimeno <[email protected]>
doc: add error check to fs example

Previously, the err passed to the callback of fs.open() was not checked.

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

540cbf84afddfbdd2e88ecbb92c28b7dcc582498 authored almost 7 years ago by Evan Lucas <[email protected]>
build: no longer have v8-debug.h as dependency.

Ref: https://github.com/nodejs/node/issues/18643

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

4a1a4bfc7edf4ce209b5ed29ce7ff440e1457ed1 authored almost 7 years ago by Yang Guo <[email protected]>
buffer: simplify check size in assertSize

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

d1e80e7cf1aa70fc2a22aea887063f4fa87fc4a9 authored almost 7 years ago by Mihail Bodrov <[email protected]>
doc: fix exporting a function example

Missing the length argument in napi_create_function.

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

2bead4ba9e1f92f1cf07fdaaa32197fff7600172 authored almost 7 years ago by Aonghus O Nia <[email protected]>
doc: add history for url.parse

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

fafd5b07588733ef87767cf9e156f62bcb8f09c0 authored almost 7 years ago by Steven <[email protected]>
crypto: allow passing null as IV unless required

PR-URL: https://github.com/nodejs/node/pull/18644
Reviewed-By: Ben Noordhuis <[email protected]...

38bac4266a4f7adcfdd9832934aa57c564da1179 authored almost 7 years ago by Tobias Nießen <[email protected]>
test: remove unused using declarations

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

cf52ab19dc9632e59b38744ebd0614b4d8ac151b authored almost 7 years ago by Daniel Bevenius <[email protected]>
src: replace var for let / const.

Replace var for let or const.

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

df2f4ad22b27bc4cf26e1c5552d037327850bef4 authored almost 7 years ago by alejandro estrada <[email protected]>
fs: fix stack overflow in fs.readdirSync

Previously, fs.readdirSync calls the function returned by
env->push_values_to_array_function() i...

c5c9515c1b8abea2fd98cdd1319176ea1c367764 authored almost 7 years ago by Joyee Cheung <[email protected]>
src: resolve issues reported by coverity

The specific issues raised by Coverity are:

** CID 182716: Control flow issues (DEADCODE)
/sr...

28708677d941f51ebdcee2640b8b95f36110ad39 authored almost 7 years ago by cjihrig <[email protected]>
test: convert new tests to use error types

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

1729af2ce907bd1c97b501fb2dce3d94ccc2174c authored almost 7 years ago by Jack Horton <[email protected]>
deps,src: align ssize_t ABI between Node & nghttp2

Previously, we performed casts that are considered undefined behavior.
Instead, just define `ssi...

93bbe4e3ee034d22657e263a2fc6972589e6723f authored almost 7 years ago by Anna Henningsen <[email protected]>
string_decoder: reimplement in C++

Implement string decoder in C++. The perks are a decent speed boost
(for decoding, whereas creat...

180af17b522f531eb15b917f4fde9570b6aa95ae authored almost 7 years ago by Anna Henningsen <[email protected]>
repl: refactor tests to not rely on timing

Tests relying on synchronous timing have been migrated to use events.

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

de848ac1e0483327a2ce8716c3f8567eaeacb660 authored almost 7 years ago by Bradley Farias <[email protected]>
https: add extra options to Agent#getName()

Adds the remaining options from tls.createSecureContext() to the
string generated by Agent#getNa...

6007a9cc0e361d428123e4c0f74024c6cd7815f4 authored almost 7 years ago by Jeff Principe <[email protected]>
src: add "icu::" prefix before ICU symbols

In ICU 61.x, icu4c will no longer put its declarations in the global namespace.
Everything will ...

b8f47b27571f8d763f811f017be3fb37d466c4fc authored almost 7 years ago by Steven R. Loomis <[email protected]>
test: refactor assert test

This adds puctiations to the comments, uses a capital letters for
the first character, removes a...

9b4aa78f720284b5ad43850bbef90400ca010845 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: fix links to Style Guide and CPP Style Guide

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

37c88f080de987d6adf9e2b4f7fe65cca1f5ecc2 authored almost 7 years ago by Justin Lee <[email protected]>
test: add url type check in Module options

The code coverage in `root/internal/vm/Module.js` lacked test coverage
for the url options param...

edffad075e1dac0ebea7e70b05e4e49528fc59d2 authored almost 7 years ago by JiaHerr Tee <[email protected]>
async_hooks: deprecate unsafe emit{Before,After}

The emit{Before,After} APIs in AsyncResource are problematic.

* emit{Before,After} are named to...

523a1550a3d07ecc3d13e071cb0f1c732bae3bad authored almost 7 years ago by Ali Ijaz Sheikh <[email protected]>
timers: refactor timer list processing

Instead of using kOnTimeout index to track a special list
processing function, just pass in a fu...

0f9efef05deb11dbbdf5adf96460839f5b332207 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
http2: add req and res options to server creation

Add optional Http2ServerRequest and Http2ServerResponse options
to createServer and createSecure...

e5f101fe7beba032089ae3b3fb425c0ee15df258 authored almost 7 years ago by Peter Marton <[email protected]>
doc: fix arg definition in fs

Currently doc building doesn't support ES-style default params in
function definitions which cau...

dbd1d1d43f30df17a7bb216e0898afb398f6604f authored almost 7 years ago by Anatoli Papirovski <[email protected]>
doc: add devsnek to collaborators

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

eacc88c3a6ef68a88a3a4b819b375c698c05fd9a authored almost 7 years ago by Gus Caplan <[email protected]>
doc: fix links in YAML metadata of assert.md

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

8e70811cc88d93f8fa931d69eef51af750d9c1ff authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
assert: fix throws trace

The current stack trace thrown in case `assert.throws(fn, object)`
is used did not filter the st...

cccddc59e5058008464b359cb1fdceb98597a55a authored almost 7 years ago by Ruben Bridgewater <[email protected]>
domain: runtime deprecate MakeCallback

Users of MakeCallback that adds the domain property to carry context,
should start using the asy...

14bc3e22f3b2c34616091183fd431f39af6c2b65 authored almost 7 years ago by Andreas Madsen <[email protected]>
benchmark: add stream.pipe benchmarks

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

da97a47c4406d2c4bc867349dd039d6cc7cdff72 authored almost 7 years ago by Mathias Buus <[email protected]>
process: use linked reusable queue for ticks

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

240f9a20b7ff7edad339fbfae7ff50633a300741 authored almost 7 years ago by Mathias Buus <[email protected]>
doc: add missing meta for createCipheriv

PR-URL: https://github.com/nodejs/node/pull/18651
Refs: https://github.com/nodejs/node/pull/8281...

95a35bcf0680367d4d7ae6a8a56f2b0a20f12053 authored almost 7 years ago by Tobias Nießen <[email protected]>
doc: fix description of createDecipheriv

PR-URL: https://github.com/nodejs/node/pull/18651
Refs: https://github.com/nodejs/node/pull/1222...

4927d94f4db8c5d8041f00e23b6e391151aba56d authored almost 7 years ago by Tobias Nießen <[email protected]>
test: properly tag anonymous namespaces

For tests that use anonymous namespaces, some tagged the close
of the namespace with 'namespace'...

fe442f6b5f9695ad6a11cec70f83b3f748e313a1 authored almost 7 years ago by Michael Dawson <[email protected]>
test: fix flaky timers-block-eventloop test

Due to extensive reliance on timings and the fs module, this test
is currently inherently flaky....

6963a93d0ec7b0020f243f2d49eba889a869cbed authored almost 7 years ago by Anatoli Papirovski <[email protected]>
net: remove Socket.prototoype.read

Unused since 34b535f4caba366789d949211e4369b1e1d01152.

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

ef78a1e584593438b1447033c1738a5f1efe638a authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: remove **Note:** tags

Remove the various **Note:** prefixes throughout the docs.

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

d3569b623ccd593c9ef62fcaf0aba2711dc7fbfa authored almost 7 years ago by James M Snell <[email protected]>
benchmark: improve compare output

The current output uses JSON.stringify to escape the config values.
This switches to util.inspec...

809af1fe8a0a096be4f0a3020f8e60ee1c827cbc authored almost 7 years ago by Ruben Bridgewater <[email protected]>
stream: add a test case for the underlying cause.

The original test case hides the underlying cause by using
`PassThrough`. This change adds a tes...

86c659ba61dd923439335b240d81b38cab407acc authored almost 7 years ago by 陈刚 <[email protected]>
timers: async track unref timers

When async hooks integration for Timers was introduced, it was
not included in the code for unre...

c11cb038a116f1097e4f800b6e4471dafce8a46f authored almost 7 years ago by Anatoli Papirovski <[email protected]>
timers: simplify clearTimeout & clearInterval

Remove unnecessary condition from timeout & interval clearing.

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

8204b0f9c6dbbdba1ca4120698a7f87ca1c9d91c authored almost 7 years ago by Anatoli Papirovski <[email protected]>
timers: be more defensive with intervals

It's possible for user-code to flip an existing timeout to
be an interval during its execution, ...

568b6a5c9e9893fbb6ab811cfa76841fb3c80a0a authored almost 7 years ago by Anatoli Papirovski <[email protected]>
timers: remove unused variable

A recent commit removed the usage of the second argument of
tryOnTimeout but left the definition...

1b05d7bc86d30d47d021cc37476fb0131490a74b authored almost 7 years ago by Anatoli Papirovski <[email protected]>
fs: fix misplaced errors in fs.symlinkSync

The ctx.error is supposed to be handled in fs.readlinkSync,
but was handled in fs.symlinkSync by...

b1c6ecb2c674f43290ad772bc464568aa42ef5d0 authored almost 7 years ago by Joyee Cheung <[email protected]>
stream: fix misleading error message

The method to implement is `_write` not `_transform`.

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

e9b5b4fae3592f4d4992e0e4195fec8d65f57bf4 authored almost 7 years ago by Luigi Pinca <[email protected]>
stream: always defer readable in EOF when sync

Fix a regression introduced by
https://github.com/nodejs/node/pull/18515 that broke
the dicer mo...

87b9bceacb6877e62148ea0f96f89a03f9b76a47 authored almost 7 years ago by Matteo Collina <[email protected]>
fs: throw errors on invalid paths synchronously

- Throw getPathFromURL() and nullCheck() errors synchronously instead
of deferring them to the...

d8f73385e220d54de9f9c53da8d8693813e6d774 authored almost 7 years ago by Joyee Cheung <[email protected]>
build: do not suppress output in make doc-only

This helps to show the cause of errors in the CI.

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

b50571602afdbed72d3cb9e412c0e4ef5d1bae80 authored almost 7 years ago by Joyee Cheung <[email protected]>
src: don't abort when package.json is a directory

PR-URL: https://github.com/nodejs/node/pull/18270
Fixes: https://github.com/nodejs/node/issues/8...

8ccd320549efdbab3608ddcbefca62bd69f8b879 authored almost 7 years ago by Ben Noordhuis <[email protected]>
doc: fix MDN links to avoid redirections

developer.mozilla.org/en/... -> developer.mozilla.org/en-US/...

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

259f62a8e8d4eac2f067b205abc9264b946d6738 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: fix link in https.md

PR-URL: https://github.com/nodejs/node/pull/18630
Reviewed-By: Jon Moss <[email protected]>
Rev...

f783d61ad3c753eb297abe6a76e199a049ee9c66 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
test: refactor test-http-abort-before-end

This test was added over six years ago, and the behavior
seems to have changed since then. When ...

ffb385bff5f52b8729895eae51b28d417c736602 authored almost 7 years ago by cjihrig <[email protected]>
tls: provide now value from C++

Instead of separately calling into C++ from JS to retrieve
the Timer.now() value, pass it in as ...

92ba624fa1da61c4061aa554877bfa3c94c83324 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
src: move GetNow to Environment

PR-URL: https://github.com/nodejs/node/pull/18562
Reviewed-By: Ben Noordhuis <[email protected]...

1573e4563a0d3f6c08a1dd3ab3d161bece532db5 authored almost 7 years ago by Anatoli Papirovski <[email protected]>
deps: patch V8 to 6.4.388.42

PR-URL: https://github.com/nodejs/node/pull/18578
Refs: https://github.com/v8/v8/compare/6.4.388...

d0e4d4e0a1ffd665f24ecd2ae91445adbc2b011d authored almost 7 years ago by Myles Borins <[email protected]>
readline: use Date.now() and move test to parallel

The readline module wants a truthy time while using Timer.now() doesn't
necessarily guarantee th...

af5632e4f40b2462139ae1534bc5ef99ce39ebbb authored almost 7 years ago by Anatoli Papirovski <[email protected]>
test: improve error message output

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

5ecd2e15b8725f67219b746a6291992dbef62f06 authored almost 7 years ago by Bhavani Shankar <[email protected]>
doc: be more explicit in the sypnosis

Assuming less knowledge on the part of the reader, making it easier
to get start using Node.js.
...

4ac7be94f004811a57545c5a191381156af23e43 authored almost 7 years ago by Tim O. Peters <[email protected]>
lib,doc: revert format name to cjs over commonjs

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

93df1169ea451983f09611c0acc9d3c98760dd28 authored almost 7 years ago by Guy Bedford <[email protected]>
test: fix flaky test-http2-session-unref

This test should exit naturally or will timeout on its own,
a separate unrefed timer is not nece...

b8f7f84fc233a5876b1d275fed63775bdbb7932f authored almost 7 years ago by Anatoli Papirovski <[email protected]>
test: do not check TXT content in test-dns-any

google.com added another TXT record which broke this test.
This removes the check on the content...

e5429204679cab10cd4ee28d5dfec9026a91a6d1 authored almost 7 years ago by Joyee Cheung <[email protected]>
tools: add fixer for prefer-assert-iferror.js

PR-URL: https://github.com/nodejs/node/pull/16648
Refs: https://github.com/nodejs/node/issues/16...

d797775fb82caae5f721140625dfb0f984ce929e authored almost 7 years ago by Shobhit Chittora <[email protected]>
errors: move error creation helpers to errors.js

This commit moves error creation helpers scattered around
under lib/ into lib/internal/errors.js...

c0762c2f54f80b92f2f5e0f9af51f4c048c53e4f authored almost 7 years ago by Joyee Cheung <[email protected]>
fs: do not call new when creating uvException

We cannot make uvException a proper class due to compatibility
reasons for now, so there is no n...

030384833f95ee9f61fc194cdcab4075df083926 authored almost 7 years ago by Joyee Cheung <[email protected]>
util: skip type checks in internal getSystemErrorName

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

12ae33476a69a3b13477ffd60a7497088e769870 authored almost 7 years ago by Joyee Cheung <[email protected]>
tools: add FileHandle to doc/type-parser.js

PR-URL: https://github.com/nodejs/node/pull/18601
Refs: https://github.com/nodejs/node/pull/1840...

bff5d5b8f0c462880ef63a396d8912d5188bbd31 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
test: add test for stream unpipe with 'data' listeners

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

ee67dd0a47b2fd5c1dd062349bdfccd5e2e0681a authored almost 7 years ago by Anna Henningsen <[email protected]>
stream: always reset awaitDrain when emitting data

The complicated `awaitDrain` machinery can be made a bit
slimmer, and more correct, by just rese...

e7cb694a609de41817ba7492fe6848ab6dcb4768 authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: add missing "changes" key in YAML comment

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

610cac26f0f0d98df2541bdc4251c624cca52702 authored almost 7 years ago by Luigi Pinca <[email protected]>
doc: fix typo in http2.md

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

d1d9e2fce521ae1deae4fa2b75a7f93a9c5bdafb authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
doc: add missing URL types in fs promise API

This seems to be slipped in https://github.com/nodejs/node/pull/18297

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

ac829f0135b02e0c130e2433e028235c2bed2059 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
http2: add http fallback options to .createServer

This adds the Http1IncomingMessage and Http1ServerReponse options
to http2.createServer().

PR-U...

f6e1466352e00e40da4f4c3e8b14d40752890374 authored almost 7 years ago by Peter Marton <[email protected]>
http: add options to http.createServer()

This adds the optional options argument to `http.createServer()`.
It contains two options: the `...

a899576c977aef32d85074ac09d511e4590e28d7 authored almost 7 years ago by Peter Marton <[email protected]>
doc,assert,timers: assign deprecation codes

Overlooked when landing the respective PRs.

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

82a73470506111ecc6361b9e0b0bb01f6377a531 authored almost 7 years ago by Anna Henningsen <[email protected]>
doc: update onboarding-extras

Mention the new modules team.

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

9686d876d1579f41f2fcfe6161499e7b2dc84799 authored almost 7 years ago by Gus Caplan <[email protected]>
doc: modify the return value of request.write()

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

766eea6ca48d5ca5cd2e9a1442a9dd6fc4932d9d authored almost 7 years ago by 陈刚 <[email protected]>
src: fix crypto.pbkdf2 callback error argument

Callbacks should always return `null` instead of `undefined` if no
error occurred.

PR-URL: http...

6a29630c30186d7a0c71203fe7b15a39ea080c1d authored almost 7 years ago by BufoViridis <[email protected]>
test: added input validation test for fchmod

Added a test to ensure input validation for FD and mode for fs.fchmod.
Removed check for values ...

075eef59561c259b7d9df9f72672419feaf4a40e authored almost 7 years ago by Luca Maraschi <[email protected]>
assert: fix generatedMessage

The generatedMessage was wrong in case simple assert was used and
a message was auto generated. ...

a27f48d6199eac396a488b5625a1b3f629d5b070 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
assert: do not read Node.js modules

Prevent reading a Node.js module. That could theoretically lead to
false errors being thrown oth...

3e910fb8f7bc42cfd9f114260322265d0ec00278 authored almost 7 years ago by Ruben Bridgewater <[email protected]>
doc: fix typo in n-api.md

PR-URL: https://github.com/nodejs/node/pull/18590
Reviewed-By: Jon Moss <[email protected]>
Rev...

6101bd209e059a27356e95322e1317e49443f9b5 authored almost 7 years ago by Vse Mozhet Byt <[email protected]>
build: add doc linting when runnning `make lint`

Fixes: https://github.com/nodejs/node/issues/18466

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

0548034272d2f91e00fc2f600e3dcbba868e28bc authored almost 7 years ago by Camilo Gonzalez <[email protected]>
stream: defer readable and flow when sync

PR-URL: https://github.com/nodejs/node/pull/18515
Reviewed-By: Matteo Collina <matteo.collina@gm...

563fff2938110065589a3dc1b34692670206e4e4 authored almost 7 years ago by Mathias Buus <[email protected]>
doc: add introduce about cli options

PR-URL: https://github.com/nodejs/node/pull/18475
Reviewed-By: Jeremiah Senkpiel <fishrock123@ro...

bc51428bf8311f307ef38085d4567d4ba3be3cb0 authored almost 7 years ago by Weijia Wang <[email protected]>
src: fix GetCpuProfiler() deprecation warning

Replace `v8::Isolate::GetCpuProfiler()` with `v8::CpuProfiler::New()`
and cache the instance; cr...

f02b74dfdb364e1ccfa59ba7ee22790fe65548c3 authored almost 7 years ago by Ben Noordhuis <[email protected]>
test: improve tests for test-http-url.parse

PR-URL: https://github.com/nodejs/node/pull/18523
Reviewed-By: Jon Moss <[email protected]>
Rev...

4a881e04dc1659669d2e84d2307abc1b9d9cbbd1 authored almost 7 years ago by Weijia Wang <[email protected]>
test: remove NodeTestFixture from Env constructor

PR-URL: https://github.com/nodejs/node/pull/18558
Reviewed-By: Ben Noordhuis <[email protected]>

ca473be461b87a9a6a020d9b78225139251c54c4 authored almost 7 years ago by Daniel Bevenius <[email protected]>