Marvin Hagemeister
|
56a9a2a990
|
feat(node): add Module.runMain() (#19080)
This PR adds the missing `Module.runMain()` function which is required
for tools like `ts-node`.
Fixes #19033
|
2023-05-11 17:26:29 -04:00 |
|
Yoshiya Hinosawa
|
63befe9377
|
fix(ext/node): fix hash.flush (#18818)
|
2023-04-25 11:21:26 +09:00 |
|
Bartek Iwańczuk
|
ebfc75fe8c
|
test: disable flaky Node test (#18821)
If we hit a slow runner this test almost always fails.
|
2023-04-24 22:55:06 +09:00 |
|
Levente Kurusa
|
d137501a63
|
feat(node/http): implement ClientRequest.setTimeout() (#18783)
- implement setTimeout with matching semantics of Node
- add the test from Node but leave it turned off because ClientRequest
has no underlying socket
|
2023-04-22 13:20:00 +02:00 |
|
Yoshiya Hinosawa
|
53c9f5918c
|
fix(ext/node): improve vm.runInThisContext (#18767)
|
2023-04-19 23:26:16 +09:00 |
|
Bartek Iwańczuk
|
972469d309
|
tests: disable another flaky test (#18762)
This test is flaky too, it actually shouldn't be running since it's not
listed in `cli/tests/node_compat/config.jsonc` at all.
|
2023-04-19 00:10:01 +00:00 |
|
Bartek Iwańczuk
|
edca01c35e
|
chore: disable flaky Node compat tests (#18760)
I'm not able to reproduce any of the failures from CI on my machine.
I'm going to disable these tests for now as they are holding us back.
|
2023-04-19 00:32:21 +02:00 |
|