Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | docs: move “Debugger” to “Debugging your code” in “Getting ↵ | tokiedokie | |
started” (#7421) | |||
2020-09-10 | docs: add a Powershell autocomplete example (#7329) | Danilo Sampaio | |
2020-09-09 | feat(fmt, lint): show number of checked files (#7312) | Yusuke Tanaka | |
2020-09-07 | feat(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-05 | Fix hellish mistake in manual (#7363) | crowlKats | |
2020-09-03 | docs: use the rightwards arrow symbol uniformly (#7331) | reuixiy | |
2020-09-02 | fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319) | YellowBird | |
2020-08-31 | feat(lint): Add support for reading input from stdin (#7263) | Yusuke Tanaka | |
2020-08-29 | Typo in zsh env setup steps (#7250) | Matt Barnett-Jones | |
2020-08-29 | fix(lint): use recommended rules set (#7222) | Yusuke Tanaka | |
2020-08-27 | fix(deno install): Strip "@..." suffixes from inferred names (#7223) | Nayeem Rahman | |
2020-08-27 | docs(build): details on updating rust (#7133) | Benjamin Lupton | |
2020-08-26 | docs: add fetch and read/write examples (#7186) | Rob Waller | |
2020-08-24 | Typo (#7177) | Danny Denenberg | |
2020-08-20 | add links in the manual (#7120) | tokiedokie | |
2020-08-18 | refactor: permissions (#7074) | Nayeem Rahman | |
2020-08-18 | docs(contributing/artchitecture): Add Deno conference youtube link (#6859) | Yasser A.Idrissi | |
2020-08-18 | remove Table of Contents in docs/contributing/style_guide.md (#7067) | tokiedokie | |
2020-08-17 | typos (#7082) | tokiedokie | |
2020-08-15 | typo (#7052) | tokiedokie | |
2020-08-15 | improve docs (#7053) | tokiedokie | |
2020-08-14 | typo (#7029) | tokiedokie | |
2020-08-14 | docs: update VS Code debugging options for 1.47 (#6767) | Connor Peet | |
2020-08-12 | fix: Make std work with isolatedModules (#7016) | Nayeem Rahman | |
2020-08-09 | docs: instructions for loading zsh completions (#6998) | Prabhanjan | |
2020-08-06 | docs: Improve examples (#6958) | Rob Waller | |
2020-08-04 | Fixed benchmarks url (#6952) | josephrocca | |
2020-08-03 | docs: fix some grammar mistakes in permissions.md (#6949) | Arseny Kruglikov | |
2020-08-03 | typo (#6937) | Chayim Refael Friedman | |
2020-08-03 | Fix grammatical error in Linter documentation (#6939) | Ben Stolovitz | |
2020-07-31 | feat: add $STD_VERSION replacement variable in docs (#6922) | Luca Casonato | |
2020-07-26 | Fix typo (#6872) | Jordan Cannon | |
2020-07-23 | Rename cli/js2 to cli/rt (#6857) | Ryan Dahl | |
2020-07-23 | docs: Fix broken links (#6853) | takutoaoi | |
2020-07-19 | typo (#6800) | Jason Miller | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-13 | --no-check docs (#6714) | Luca Casonato | |
2020-07-08 | docs: Improve v8-flags docs (#6684) | Ryan Dahl | |
2020-07-07 | docs: Update testing.md (#6680) | Sebastien Filion | |
2020-07-07 | feat(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-02 | typo (#6598) | uki00a | |
2020-07-02 | docs: update discord link (#6599) | Stanislav | |
2020-06-28 | docs: update macOS dependencies of building V8 from source (#6538) | Haoran Liu | |
2020-06-27 | docs: Update import_maps.md to include more examples (#5648) | Vincent Victoria | |
2020-06-25 | fix typo (#6476) | champ | |
2020-06-25 | doc: add info on installing wasm32-wasi target (#6470) | Chris Knight | |
2020-06-24 | Update contributing.md for consistency (#6452) | Colin Harrington | |
2020-06-22 | doc: WASM -> WebAssembly (#6426) | Casper Beyer | |
2020-06-20 | Remove logos from introduction -> deno.land/artwork (#6399) | Ryan Dahl | |
2020-06-18 | docs: Update standard library and testing manual pages (#6323) | Chris Knight | |