1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-12 00:54:02 -05:00
denoland-deno/tests
Marvin Hagemeister 4cb7acb5ba
fix(node/cluster): improve stubs to make log4js work (#25146)
- Add missing exports to `node:cluster`
- Fix default export not being an instance of `EventEmitter`
- Fix aliasing of properties
- Fix `disconnected` -> `disconnect` export naming

This makes `log4js` work in Deno. `karma` starts too, but somehow the
server isn't responding. That looks like a different issue.

Fixes https://github.com/denoland/deno/issues/24858
2024-08-29 15:34:49 +02:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
integration fix(node/cluster): improve stubs to make log4js work (#25146) 2024-08-29 15:34:49 +02:00
napi chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
node_compat chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
registry fix(add): Handle packages without root exports (#25102) 2024-08-21 15:23:32 -07:00
specs chore: enable log feature for tracing crate (#25078) 2024-08-29 15:34:09 +02:00
testdata fix: warn about import assertions when using typescript (#25135) 2024-08-21 17:12:56 +00:00
unit fix(ext/crypto): throw DataError for invalid EC key import (#25181) 2024-08-29 15:34:21 +02:00
unit_node fix(node/cluster): improve stubs to make log4js work (#25146) 2024-08-29 15:34:49 +02:00
util refactor(lsp): changes for lsp_types 0.97.0 (#25169) 2024-08-29 15:34:31 +02:00
wpt fix(urlpattern): fallback to empty string for undefined group values (#25151) 2024-08-22 15:29:50 +02:00
Cargo.toml chore: upgrade flaky_test, fastwebsockets, base64, base32, notify (#24746) 2024-08-01 08:35:35 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests