| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-28 | feat(unstable): rework Deno.Command (#16812) | Leo Kettmeir | |
| Refactors the `Deno.Command` class to not handle any state, but only being an intermediary to calling its methods, and as such any methods and properties besides `output`, `outputSync` & `spawn` have been removed. Interracting with a `spawn`ed subprocess now works by using the methods and properties on the returned class of the `spawn` method. | |||
| 2022-11-25 | refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) | David Sherret | |
