Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-26 | refactor(ext/node): use a snapshottable global name for Node's globalThis ↵ | David Sherret | |
(#18860) | |||
2023-04-25 | refactor(cli): extract out NpmModuleLoader from CliModuleLoader (#18842) | David Sherret | |
Need to share this with the loader used in deno compile | |||
2023-04-24 | refactor(ext/node): allow injecting `NodeFs` from CLI (#18829) | David Sherret | |
This allows providing a `NodeFs` as part of the `WorkerOptions`. | |||
2023-04-21 | refactor(node): move most of cli/node to ext/node (#18797) | David Sherret | |
This is just a straight refactor and I didn't do any cleanup in ext/node. After this PR we can start to clean it up and make things private that don't need to be public anymore. | |||
2023-04-21 | refactor: move some CJS and ESM code analysis to ext/node (#18789) | David Sherret | |