Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | fix(deno install): Strip "@..." suffixes from inferred names (#7223) | Nayeem Rahman | |
2020-08-17 | typos (#7082) | tokiedokie | |
2020-08-14 | docs: update VS Code debugging options for 1.47 (#6767) | Connor Peet | |
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-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-02 | typo (#6598) | uki00a | |
2020-06-12 | improve file_server docs (#6262) | Dustin Callaway | |
2020-06-12 | docs(lint): add entry in manual (#6258) | Bartek Iwańczuk | |
2020-06-10 | fixed double prompt in manual (#6230) | Tomofumi Chiba | |
2020-06-10 | docs: Update debugger.md (#6219) | Brian Bowman | |
2020-06-04 | deno doc docs (#5650) | Matt Dumler | |
2020-05-26 | docs: update JetBrains environment support (#5877) | crowlKats | |
2020-05-26 | improve docs (#5873) | Robin Wieruch | |
2020-05-26 | improve docs (#5872) | Robin Wieruch | |
2020-05-21 | docs: add entry for 'deno info' (#5703) | Bartek Iwańczuk | |
2020-05-21 | docs: Update debugger.md (#5615) | Chris Schepman | |
2020-05-14 | Fix small typo in the docs (#5310) | Peter Indiola | |
2020-05-14 | Fix typos across the repo (#5295) | Dante Calderón | |
Corrections made: * cli/js/tests/README.md:44:7: corrected "discoveres" to "discovers" * cli/js/tests/chown_test.ts:111:37: corrected "priviledge" to "privilege" * cli/worker.rs:231:56: corrected "decendants" to "descendants" * deno_typescript/lib.rs:136:50: corrected "emmited" to "emitted" * core/es_isolate.rs:492:67: corrected "registerd" to "registered" * core/isolate.rs:103:28: corrected "initalize" to "initialize" * docs/runtime.md:29:14: corrected "ect" to "etc" * docs/tools/debugger.md:122:16: corrected "implementes" to "implements" * std/encoding/_yaml/dumper/dumper_state.ts:57:63: corrected "everwhere" to "everywhere" * std/encoding/csv.ts:37:43: corrected "referal" to "referral" * std/fmt/sprintf.ts:209:20: corrected "unusuable" to "unusable" * std/fmt/README.md:21:40: corrected "Alternativly" to "Alternatively" * std/fmt/README.md:35:68: corrected "seperated" to "separated" * std/fmt/README.md:179:59: corrected "provded" to "provided" * std/mime/multipart.ts:581:46: corrected "writen" to "written" * std/path/_globrex.ts:19:52: corrected "equivelant" to "equivalent" * std/node/events_test.ts:447:9: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:475:9: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:500:29: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:530:40: corrected "asyncronous" to "asynchronous" * std/node/events_test.ts:555:9: corrected "asyncronous" to "asynchronous" * tools/deno_tcp_proxy.ts:1:42: corrected "perfromance" to "performance" * std/node/module.ts:1003:18: corrected "existend" to "existed" | |||
2020-05-13 | Add allow-read to file-server debugger example (#5282) | Amen | |
2020-05-13 | docs: add debugger manual (#5265) | Bartek Iwańczuk | |
2020-05-10 | Docs for deno test + minor other changes (#5185) | Luca Casonato | |
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links. | |||
2020-05-07 | fix(docs): add missing "deno run" (#5126) | zjopy | |
2020-05-06 | Multi page manual (#5110) | Luca Casonato | |