Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
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 | |||
2023-10-25 | chore: update deno_core and port all remaining ops to `op2` (#20954) | Bartek Iwańczuk | |
Signed-off-by: Matt Mastracci <matthew@mastracci.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2023-09-07 | chore(ext/node): port some ops to op2 (#20400) | Matt Mastracci | |
2023-04-24 | refactor(ext/node): reorganize ops (#18799) | Bartek Iwańczuk | |
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension. |