redyetidev
redyetidev
The `structuredClone` function in JavaScript behaves differently in Node.js and web browsers when cloning a `Blob` object with the `transfer` option. In Node.js, the `Blob` is cloned successfully, while in...
I am working on updating the Web Platform Tests in #54468, but ran into an issue occuring with `AbortSignal`. I narrowed down the issue to a minimal reproduction, with leads...
``` NOTE: The test started as a child_process using these flags: [ '--report-on-fatalerror', '--report-on-signal', '--report-uncaught-exception', '--report-compact' ] Use NODE_SKIP_FLAG_CHECK to run the test with the original flags. ✔ Verify that...
I've been working on upgrading the Web Platform Tests in PR #54468, but I'm running into an issue with the WebCryptoAPI tests failing. After investigating, I found that I could...
This PR updates the links for TTY's terminal colors. For **Terminator**, according to author of the original link (The bolded `Here` is the new link): > For [Terminator](http://gnometerminator.blogspot.com/p/introduction.html) users, there...
Now this test will output in the following format (via `node:test`). This can make debugging easier: ``` ✔ Checking syntax for syntax/bad_syntax.js with -c (31.178327ms) ✔ Checking syntax for syntax/bad_syntax.js...
This PR adds more information to the Makefile by adding more help details to more targets: make help output ``` For more targets and info see the comments in the...
I think the Node.js coverage reporter should include support for reporting statement coverage. My idea is to parse the source code into an Abstract Syntax Tree (AST) using `acorn-walk`, and...
This PR updates `ruff` to 0.6.2, and adds two new makefile targets: `lint-py-fix` `lint-py-fix-unsafe`
This PR updates the `benchmark/README.md` file to follow the Microsoft Style Guide. In the process, it also removes the top-level file list, as directory listings can change over time, meaning...