Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-09 | fix(cli/js/web/worker): Disable relative module specifiers (#5266) | Nayeem Rahman | |
2020-06-09 | docs(contributing): fix links to rid and metrics (#6191) | thomas | |
2020-06-08 | Change from let to const (#6181) | Sidharth Vinod | |
2020-06-08 | doc: Add a CLI section (#6164) | Nayeem Rahman | |
2020-06-07 | docs: vim/neovim settings for editors (#6064) | hork71 | |
2020-06-06 | Increase visibly of CoC (#6152) | Ryan Dahl | |
2020-06-05 | deno test should run mjs files (#6122) | Taisuke Fukuno | |
2020-06-04 | deno doc docs (#5650) | Matt Dumler | |
2020-05-28 | Add instructions for using Deno with Emacs (#5928) | Mudit Ameta | |
2020-05-28 | Add release changes section in doc (#5903) | Kennan Seno | |
2020-05-27 | doc: official denoland extension (#5890) | 迷渡 | |
2020-05-26 | doc: various runtime doc updates (#5885) | Chris Knight | |
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-26 | docs: "Getting started" manual updates (#5835) | Chris Knight | |
2020-05-25 | fix(std/testing/asserts): Support browsers (#5847) | Nayeem Rahman | |
2020-05-25 | Add missing async delay import to code sample (#5837) | Martin Suchanek | |
2020-05-24 | docs: update permissions example (#5809) | Umar Bolatov | |
2020-05-21 | typos (#5713) | Khang Dinh | |
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-21 | docs: update permissions docs (#5426) | JavaScriptDude | |
2020-05-21 | docs: fix test glob pattern (#5661) | Maple Miao | |
2020-05-19 | fix url (#5637) | moumni | |
2020-05-18 | adjust docs (#5598) | Matt Dumler | |
2020-05-18 | docs: Clarify external code vendoring (#5597) | Nayeem Rahman | |
2020-05-18 | Update `docs/getting_started/first_steps.md` (#5573) | Matt Dumler | |
2020-05-18 | Update style_guide.md (#5576) | Richard Lemaster | |
2020-05-18 | Update `docs/getting_started/permissions.md` (#5574) | Matt Dumler | |
Aligned the example wording more closely with that in the `first_steps.md` document, and made other minor edits/corrections. | |||
2020-05-17 | Miscellaneous documentation and spelling improvements (#5527) | Bert Belder | |
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net> | |||
2020-05-17 | docs: fix import maps code without --allow-net (#5528) | thomasy | |
2020-05-16 | chore: remove typedoc (#5497) | Bartek Iwańczuk | |
2020-05-15 | Lets --> Let's (#5473) | Dan Vanderkam | |
2020-05-15 | Fix JavaScript spelling (#5467) | Andrius Kripaitis | |
2020-05-15 | adjust example code (#5332) | Max | |
2020-05-15 | Add link to JSDoc website (#5370) | Kerollos Magdy | |
2020-05-14 | docs: Fix typo in OS Signals example (#5413) | André Vargas | |
2020-05-14 | Fix grammar (#5399) | Stu Finn | |
2020-05-14 | Remove extra dollar sign from docs (#5361) | Kerollos Magdy | |
2020-05-14 | Avoid unfortunate ASCII arrow splitting (#5325) | Thomas Steiner | |
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-14 | docs: add 'ts' tag to code blocks in manual/examples/os_signals.md (#5297) | Shohei YOSHIDA | |
This should enable syntax highlighting on the website. | |||
2020-05-13 | Add allow-read to file-server debugger example (#5282) | Amen | |
2020-05-13 | docs: standard library (#5274) | Bartek Iwańczuk | |
2020-05-13 | docs: Added unstable message to compiler api (#5272) | Luca Casonato | |
2020-05-13 | docs: add debugger manual (#5265) | Bartek Iwańczuk | |
2020-05-13 | doc: fix typo in workers.md (#5256) | Nugine | |
2020-05-12 | doc: fix typo (remove redundant 'from') in first_steps.md (#5199) | Haobo Zhao | |