Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | Revert "feat(flags): script arguments come after '--'" (#3681) | Ry Dahl | |
Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE | |||
2020-01-15 | fix curl.ts (#3677) | Tomofumi Chiba | |
2020-01-09 | feat: Deno.args now does not include script (#3628) | Ry Dahl | |
Previously Deno.args was ["script.js", "arg1", "arg2"] Now it is just ["arg1", "arg2"] BREAKING CHANGE | |||
2020-01-08 | feat(flags): script arguments come after '--' (#3621) | Ry Dahl | |
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-10-28 | Use top-level for-await in various places (#3217) | Andy Hayden | |
2019-10-27 | feat: top-level-for-await (#3212) | Andy Hayden | |
2019-10-23 | Add std/examples/welcome.ts (#3181) | Ry Dahl | |
2019-10-21 | curl.ts example with reference in manual (#3161) | Rory Hart | |
2019-10-09 | Move everything into std subdir | Ryan Dahl | |