Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | chore(cli): Use @test_util for relative path for unit tests (#22327) | Matt Mastracci | |
This removes the majority of `../../../../../../test_util` relative imports from the codebase, allowing us to move this code more easily in the future. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-14 | fix(node): return false from vm.isContext (#21568) | Divy Srivastava | |
https://github.com/denoland/deno/issues/20851#issuecomment-1779226106 for `jsdom` | |||
2023-12-11 | fix(ext/node): basic vm.runInNewContext implementation (#21527) | Divy Srivastava | |
Simple implementation to support webpack (& Next.js): https://github.com/webpack/webpack/blob/87660921808566ef3b8796f8df61bd79fc026108/lib/javascript/JavascriptParser.js#L4329 |