summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2020-08-06docs: Improve examples (#6958)Rob Waller
2020-08-04Fixed benchmarks url (#6952)josephrocca
2020-08-03docs: fix some grammar mistakes in permissions.md (#6949)Arseny Kruglikov
2020-08-03typo (#6937)Chayim Refael Friedman
2020-08-03Fix grammatical error in Linter documentation (#6939)Ben Stolovitz
2020-07-31feat: add $STD_VERSION replacement variable in docs (#6922)Luca Casonato
2020-07-26Fix typo (#6872)Jordan Cannon
2020-07-23Rename cli/js2 to cli/rt (#6857)Ryan Dahl
2020-07-23docs: Fix broken links (#6853)takutoaoi
2020-07-19typo (#6800)Jason Miller
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13--no-check docs (#6714)Luca Casonato
2020-07-08docs: Improve v8-flags docs (#6684)Ryan Dahl
2020-07-07docs: Update testing.md (#6680)Sebastien Filion
2020-07-07feat(test): Add support for regex in filter flag (#6343)Sebastien Filion
Currently, the documentation makes it sound like the test subcommand's filter flag could accept some kind of pattern matching value like a glob or a regex, although the function "createFilterFn" accepts a regex as an argument, there's no way to pass an actual regex value from the CLI. This commit makes it possible to pass a string that could be cast as regex when string matches "^/.*/$". With this change, a user can use the filter flag as follow: deno test --filter "/test-.+/" Also tested that `\` get escaped properly, on MacOS at least, and this is also a valid flag: deno test --filter "/test-\d+/"
2020-07-02typo (#6598)uki00a
2020-07-02docs: update discord link (#6599)Stanislav
2020-06-28docs: update macOS dependencies of building V8 from source (#6538)Haoran Liu
2020-06-27docs: Update import_maps.md to include more examples (#5648)Vincent Victoria
2020-06-25fix typo (#6476)champ
2020-06-25doc: add info on installing wasm32-wasi target (#6470)Chris Knight
2020-06-24Update contributing.md for consistency (#6452)Colin Harrington
2020-06-22doc: WASM -> WebAssembly (#6426)Casper Beyer
2020-06-20Remove logos from introduction -> deno.land/artwork (#6399)Ryan Dahl
2020-06-18docs: Update standard library and testing manual pages (#6323)Chris Knight