| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-28 | refactor(ext/node): change extension type parameter (#18483) | Bartek Iwańczuk | |
| This commit changes the type parameter for "deno_node" extension, from `P: NodePermission` to `Env: NodeEnv`. `NodeEnv` is a new trait that has associated type `P: NodePermission`. This is a stepping stone to support swappable file system for the extension, that will be added as a second associated type to the `NodeEnv` trait. | |||
| 2023-03-13 | refactor(core): pass cwd explicitly to resolve_path (#18092) | Bartek Iwańczuk | |
| Towards landing #15454 | |||
| 2023-02-10 | refactor: clean up "cli/node/mod.rs" and "ext/node" (#17713) | Bartek Iwańczuk | |
| This commit moves some code around from "cli/node/mod.rs" to "ext/node". Additionally "ext/node" was changed to factor out "ops.rs" and "polyfill.rs" modules. | |||
