summaryrefslogtreecommitdiff
path: root/docs/contributing/development_tools.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-03-26docs(profiling): Actualization & add flamegraph info (#9594)Inteon
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/".
2020-10-04docs: update location of unit tests folder (#7814)Trivikram Kamat
2020-08-17typos (#7082)tokiedokie
2020-07-08docs: Improve v8-flags docs (#6684)Ryan Dahl
2020-05-19fix url (#5637)moumni
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-06Multi page manual (#5110)Luca Casonato