Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | chore: fix flaky rejection_handled_web_process (#23817) | David Sherret | |
Closes https://github.com/denoland/deno/issues/23712 | |||
2024-05-10 | fix(node): better cjs re-export handling (#23760) | David Sherret | |
Closes #23458 | |||
2024-05-03 | refactor(tests): move worker_threads itests to spec tests (#23648) | Satya Rohith | |
2024-04-29 | fix(ext/node): support NODE_DEBUG env (#23583) | Satya Rohith | |
2024-04-29 | fix(ext/node): add support for MessagePort.removeListener/off (#23598) | Satya Rohith | |
Closes https://github.com/denoland/deno/issues/23564 | |||
2024-03-21 | feat(node): load ES modules defined as CJS (#22945) | David Sherret | |
Changes the behaviour in Deno to just always load ES modules in npm packages even if they're defined as CJS. Closes #22818 |