summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-06-08Change from let to const (#6181)Sidharth Vinod
2020-06-08doc: Add a CLI section (#6164)Nayeem Rahman
2020-06-07docs: vim/neovim settings for editors (#6064)hork71
2020-06-06Increase visibly of CoC (#6152)Ryan Dahl
2020-06-05deno test should run mjs files (#6122)Taisuke Fukuno
2020-06-04deno doc docs (#5650)Matt Dumler
2020-05-28Add instructions for using Deno with Emacs (#5928)Mudit Ameta
2020-05-28Add release changes section in doc (#5903)Kennan Seno
2020-05-27doc: official denoland extension (#5890)迷渡
2020-05-26doc: various runtime doc updates (#5885)Chris Knight
2020-05-26docs: update JetBrains environment support (#5877)crowlKats
2020-05-26improve docs (#5873)Robin Wieruch
2020-05-26improve docs (#5872)Robin Wieruch
2020-05-26docs: "Getting started" manual updates (#5835)Chris Knight
2020-05-25fix(std/testing/asserts): Support browsers (#5847)Nayeem Rahman
2020-05-25Add missing async delay import to code sample (#5837)Martin Suchanek
2020-05-24docs: update permissions example (#5809)Umar Bolatov
2020-05-21typos (#5713)Khang Dinh
2020-05-21docs: add entry for 'deno info' (#5703)Bartek Iwańczuk
2020-05-21docs: Update debugger.md (#5615)Chris Schepman
2020-05-21docs: update permissions docs (#5426)JavaScriptDude
2020-05-21docs: fix test glob pattern (#5661)Maple Miao
2020-05-19fix url (#5637)moumni
2020-05-18adjust docs (#5598)Matt Dumler
2020-05-18docs: Clarify external code vendoring (#5597)Nayeem Rahman
2020-05-18Update `docs/getting_started/first_steps.md` (#5573)Matt Dumler
2020-05-18Update style_guide.md (#5576)Richard Lemaster
2020-05-18Update `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-17Miscellaneous 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-17docs: fix import maps code without --allow-net (#5528)thomasy
2020-05-16chore: remove typedoc (#5497)Bartek Iwańczuk
2020-05-15Lets --> Let's (#5473)Dan Vanderkam
2020-05-15Fix JavaScript spelling (#5467)Andrius Kripaitis
2020-05-15adjust example code (#5332)Max
2020-05-15Add link to JSDoc website (#5370)Kerollos Magdy
2020-05-14docs: Fix typo in OS Signals example (#5413)André Vargas
2020-05-14Fix grammar (#5399)Stu Finn
2020-05-14Remove extra dollar sign from docs (#5361)Kerollos Magdy
2020-05-14Avoid unfortunate ASCII arrow splitting (#5325)Thomas Steiner
2020-05-14Fix small typo in the docs (#5310)Peter Indiola
2020-05-14Fix 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-14docs: 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-13Add allow-read to file-server debugger example (#5282)Amen
2020-05-13docs: standard library (#5274)Bartek Iwańczuk
2020-05-13docs: Added unstable message to compiler api (#5272)Luca Casonato
2020-05-13docs: add debugger manual (#5265)Bartek Iwańczuk
2020-05-13doc: fix typo in workers.md (#5256)Nugine
2020-05-12doc: fix typo (remove redundant 'from') in first_steps.md (#5199)Haobo Zhao
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
This PR hot-fixes permission escapes in dynamic imports, workers and runtime compiler APIs. "permissions" parameter was added to public APIs of SourceFileFetcher and appropriate permission checks are performed during loading of local and remote files.
2020-05-10Docs 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.