summaryrefslogtreecommitdiff
path: root/docs/tools.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2020-12-05docs(tools): add documentation for deno compile cmd (#8615)fabiante
2020-10-19docs(tools): add repl section (#8011)Casper Beyer
This adds a section on the repl with the keybindings that we support out of the box.
2020-09-11docs: move “Debugger” to “Debugging your code” in “Getting ↵tokiedokie
started” (#7421)
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-12docs(lint): add entry in manual (#6258)Bartek Iwańczuk
2020-05-13docs: add debugger manual (#5265)Bartek Iwańczuk
2020-05-10Docs for deno test + minor other changes (#5185)Luca Casonato
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links.
2020-05-08Fix broken links (#5164)luk
2020-05-06Multi page manual (#5110)Luca Casonato