Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-27 | feat(task): Task description in the form of comments (#23101) | Nathan Whitaker | |
Closes #22786. TLDR; ```jsonc { "tasks": { // Some comment // // describing what the task does "dev": "deno run -A --watch main.ts" } } ``` ```bash deno task ```  |