Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | Revert "feat(fmt): sort type-only named import/exports last" (#25705) | David Sherret | |
Reverts #25690 This was not an issue with the ts compiler anymore. Discussion here: https://github.com/dprint/dprint-plugin-typescript/pull/664#issuecomment-2357000053 | |||
2024-09-17 | feat(fmt): sort type-only named import/exports last (#25690) | David Sherret | |
Closes #22583 | |||
2024-07-05 | fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418) | Nathan Whitaker | |
Closes https://github.com/denoland/deno/issues/21260. Part of https://github.com/denoland/deno/issues/18218. Implements `node:fs.lchown`, and enables the node_compat test for it. The test uses `process.getegid`, which we didn't have implemented, so I went ahead and implemented that as well to get the test working. |