summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-10-07docs: fix deno.land/manual example and clarify linting of code (#7842)Steven Guerrero
Fixes #7841
2020-10-06chore: update contributing.md and PR template (#7820)Bartek Iwańczuk
2020-10-04docs: end sentences with a period in markdown (#7813)Trivikram Kamat
2020-10-04docs: update location of unit tests folder (#7814)Trivikram Kamat
2020-09-28docs: end sentences with a period in docs (#7730)Trivikram Kamat
2020-09-28docs: use const assertion for PermissionDescriptor (#7733)Trivikram Kamat
Fixes #7731
2020-09-28docs: update deno bundle output to single line (#7734)Trivikram Kamat
2020-09-27fix: Use $deno$test.ts instead of .deno.test.ts (#7717)Nayeem Rahman
2020-09-27doc: use APA citation style for listing conference talks (#7721)Trivikram Kamat
2020-09-27doc: end sentences with a period in examples (#7722)Trivikram Kamat
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-27docs: update GitHub doc links to use $CLI_VERSION (#7710)Trivikram Kamat
2020-09-27docs: use $STD_VERSION in std lib import comment (#7707)Trivikram Kamat
2020-09-27docs: update --unstable flag forget message (#7708)Trivikram Kamat
2020-09-27docs(cli): Update web assembly example and accepted compiler options in ↵Search
docs. (#7678) Fixes #7556 Fixes #7634
2020-09-22docs: V8 is a JavaScript engine, not a runtime (#7619)tokiedokie
2020-09-22docs: minor documentation improvement (#7603)michael spengler
Closes #7602
2020-09-21docs: titles in examples should be sentence case (#7609)Rob Waller
2020-09-17chore: remove readJson/writeJson from manual (#7541)Luca Casonato
2020-09-16docs: fix typo assertAsyncThrows -> assertThrowsAsync (#7506)Sidd Sridharan
2020-09-15docs(lint): ignore diagnostic in whole file (#7489)Bartek Iwańczuk
2020-09-14docs(std/testing) add a description of assertNotMatch(). (#7470)Piyotaro, Kiiroi (きいろい ぴよ太郎)
2020-09-14docs(testing): describe coverage blackboxing rules (#7483)Casper Beyer
2020-09-13docs: manual updates for 1.4 features and changes (#7440)Luca Casonato
2020-09-12doc: improve Examples (#7428)Chris Knight
2020-09-11docs: move “Debugger” to “Debugging your code” in “Getting ↵tokiedokie
started” (#7421)
2020-09-10docs: add a Powershell autocomplete example (#7329)Danilo Sampaio
2020-09-09feat(fmt, lint): show number of checked files (#7312)Yusuke Tanaka
2020-09-07feat(info): Dependency count and sizes (#6786)KrisChambers
This commit changes "deno info" subcommand logic. - Modules are no longer loaded into V8 isolate - analysis is done using ModuleGraph. - Removed deno_core::Deps structure. - Modules are no longer type-checked and transpiled - "compiled" file is shown only if it is already available. - Added number of unique dependencies for root module. - Changed tree output: - file size is shown next to the dependency - repeated dependencies are marked with "*" - used less spaces in prefix to save terminal width
2020-09-05Fix hellish mistake in manual (#7363)crowlKats
2020-09-03docs: use the rightwards arrow symbol uniformly (#7331)reuixiy
2020-09-02fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319)YellowBird
2020-08-31feat(lint): Add support for reading input from stdin (#7263)Yusuke Tanaka
2020-08-29Typo in zsh env setup steps (#7250)Matt Barnett-Jones
2020-08-29fix(lint): use recommended rules set (#7222)Yusuke Tanaka
2020-08-27fix(deno install): Strip "@..." suffixes from inferred names (#7223)Nayeem Rahman
2020-08-27docs(build): details on updating rust (#7133)Benjamin Lupton
2020-08-26docs: add fetch and read/write examples (#7186)Rob Waller
2020-08-24Typo (#7177)Danny Denenberg
2020-08-20add links in the manual (#7120)tokiedokie
2020-08-18refactor: permissions (#7074)Nayeem Rahman
2020-08-18docs(contributing/artchitecture): Add Deno conference youtube link (#6859)Yasser A.Idrissi
2020-08-18remove Table of Contents in docs/contributing/style_guide.md (#7067)tokiedokie
2020-08-17typos (#7082)tokiedokie
2020-08-15typo (#7052)tokiedokie
2020-08-15improve docs (#7053)tokiedokie
2020-08-14typo (#7029)tokiedokie
2020-08-14docs: update VS Code debugging options for 1.47 (#6767)Connor Peet
2020-08-12fix: Make std work with isolatedModules (#7016)Nayeem Rahman
2020-08-09docs: instructions for loading zsh completions (#6998)Prabhanjan