summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2020-06-18Feature testing assertions documentation (#6332)Rob Waller
2020-06-16docs: testing filter info (#6313)Rob Waller
2020-06-15docs: added autocompletion example for zsh (#6298)Mandeep Singh
2020-06-15minor grammar fix (#6299)Dan
noun -> verb
2020-06-13Move to allowlist and blocklist (#6282)Luca Casonato
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-12document "deno run -" (#6256)Jaap Aarts