Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-17 | docs(lsp): add Sublime Text integration documentation (#8797) | Steven Guerrero | |
2020-12-14 | docs: fixes logo in README (#8740) | Vishal Pratap Singh | |
2020-12-14 | docs(tools): Move setup environment's community paragraph back (#8745) | Valentin Anger | |
2020-12-11 | docs(tools/repl): remove rogue reference to issue (#8720) | Casper Beyer | |
The keybindings are from upstream rustyline, I was a bit too blind copying action descriptions and a reference to a issue stuck in to the description of the ctrl-v binding. This commit removes the offending reference. | |||
2020-12-10 | docs(tools): add documentation for the deno lsp command (#8676) | Valentin Anger | |
Co-authored-by: Yuki Tanaka <uki00a@gmail.com> | |||
2020-12-11 | chore: fixed various misspellings and other typos (#8691) | Anh Hong | |
2020-12-10 | fix(doc): Resolves dead link on script installer man page (#8705) | Andrew Mitchell | |
2020-12-07 | refactor(cli/rt): deduplicate code (#8649) | Benjamin Gruenbaum | |
2020-12-07 | chore(std): Remove tsconfig_test.json (#8629) | Nayeem Rahman | |
Ref #8050 | |||
2020-12-06 | docs(examples): Synchronize links in TOC and index (#8635) | Justin Mayhew | |
2020-12-05 | docs(tools): add documentation for deno compile cmd (#8615) | fabiante | |
2020-12-02 | docs(lint): Update available rules & add link to doc site (#8590) | Yusuke Tanaka | |
2020-11-30 | fix release dates (#8560) | Ryan Dahl | |
2020-11-30 | docs: add info about release schedule (#8546) | Luca Casonato | |
2020-11-27 | docs(import_maps): Add trailing slash to ./src example (#8524) | Eric Zingeler | |
Update docs to reflect behavior. If trailing slash is not provided, `deno run` will throw error `Package address targets must end with "/"`. | |||
2020-11-26 | fix: "onload" event order (#8376) | Benjamin Gruenbaum | |
This commit fixes order of events for "onload" event. Previously handler attached using "window.onload" was always fired before handlers added using "addEventListener". | |||
2020-11-25 | docs: document the spec deviations in web apis (#8489) | Luca Casonato | |
2020-11-23 | Revert "docs(cli): Fix documentation about usage of deno completions … (#8468) | Bartek Iwańczuk | |
This reverts commit 17d4cd92133bb822ff3a4f2f5bb32dfd17f99282. | |||
2020-11-22 | docs(cli): Fix documentation about usage of deno completions script (#8369) | Mayank Agarwal | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-11-22 | chore(cli/flags): Rename --failfast to --fail-fast (#8456) | Nayeem Rahman | |
2020-11-08 | upgrade: deno_doc, deno_lint, dprint, swc (#8292) | Bartek Iwańczuk | |
2020-11-07 | docs: fix code highlighting in typescript.md (#8277) | Nikita Sobolev | |
2020-11-06 | docs: Update style guide (#8267) | Bartek Iwańczuk | |
2020-11-06 | docs: add Deno security model conference video link (#7724) | Trivikram Kamat | |
2020-11-05 | build: 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-11-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-11-02 | docs: Update toc.json (#8208) | tokiedokie | |
2020-11-02 | docs: add missing backtick in subprocess docs (#8204) | tokiedokie | |
2020-10-26 | rename(std/testing): rename assert*Contains to assert*Includes (#7951) | Tim Reichen | |
This commit renames two assertion functions to better align with JS API: - assertStringContains -> assertStringIncludes - assertArrayContains -> assertArrayIncludes | |||
2020-10-26 | Revert "feat(lint): stabilize "deno lint" subcommand (#8075)" (#8128) | Bartek Iwańczuk | |
This reverts commit c5c48f845a4d25f064c4388fcdd4295317edf155. | |||
2020-10-22 | feat(lint): stabilize "deno lint" subcommand (#8075) | Bartek Iwańczuk | |
This commit stabilizes "deno lint" by removing the need to pass --unstable flag. --unstable is still required when using --json flag. | |||
2020-10-22 | docs: fix command examples use outdated default file_server port (#8062) | Max Drosdo.www | |
2020-10-21 | docs(tools/repl): add special variables section (#8057) | Casper Beyer | |
2020-10-20 | chore: Rename --importmap to --import-map (#7032) | Nayeem Rahman | |
--importmap still works as an alias to --import-map but is not visible in CLI help output. | |||
2020-10-20 | docs: Mention how to use a specific shell for Deno.run (#7966) | Josh | |
2020-10-20 | docs(cli): interfaces used as parameters should be exported (#7500) | Carter Snook | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-10-19 | docs(getting_started): fix WebAssembly example (#8028) | Casper Beyer | |
2020-10-19 | docs(tools): add repl section (#8011) | Casper Beyer | |
This adds a section on the repl with the keybindings that we support out of the box. | |||
2020-10-13 | docs: fix links to examples (#7919) | sakas | |
2020-10-09 | docs: add Deno internals talk from Paris Deno (#7889) | Trivikram Kamat | |
2020-10-07 | docs: fix deno.land/manual example and clarify linting of code (#7842) | Steven Guerrero | |
Fixes #7841 | |||
2020-10-06 | chore: update contributing.md and PR template (#7820) | Bartek Iwańczuk | |
2020-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-10-04 | docs: update location of unit tests folder (#7814) | Trivikram Kamat | |
2020-09-28 | docs: end sentences with a period in docs (#7730) | Trivikram Kamat | |
2020-09-28 | docs: use const assertion for PermissionDescriptor (#7733) | Trivikram Kamat | |
Fixes #7731 | |||
2020-09-28 | docs: update deno bundle output to single line (#7734) | Trivikram Kamat | |
2020-09-27 | fix: Use $deno$test.ts instead of .deno.test.ts (#7717) | Nayeem Rahman | |
2020-09-27 | doc: use APA citation style for listing conference talks (#7721) | Trivikram Kamat | |
2020-09-27 | doc: end sentences with a period in examples (#7722) | Trivikram Kamat | |