summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.
2020-05-09std/0.50.0Ryan Dahl
Add std/version.ts and document unstableness of std.
2020-05-09Move style guide to docs dir (#5174)Ryan Dahl
2020-05-09BREAKING(std): reorganization (#5087)Nayeem Rahman
* Prepend underscores to private modules * Remove collectUint8Arrays() It would be a misuse of Deno.iter()'s result. * Move std/_util/async.ts to std/async * Move std/util/sha*.ts to std/hash
2020-05-09updated manual to indicate needed --unstable for --importmap (#5117)Seanmclem
2020-05-08Link to code of conduct (#5165)Ryan Dahl
2020-05-08fix typos (#5163)Hossam Magdy
2020-05-08Fix broken links (#5164)luk
2020-05-08doc: fix typo on first_steps.md (#5149)Ganesh R
2020-05-07BREAKING: make Worker.deno unstable (#5128)Bartek Iwańczuk
This commit makes "Worker.deno" option unstable. Added new manual entry "docs/runtime/workers.md". Removed stale workers tests.
2020-05-07BREAKING: Remove support for .wasm imports (#5135)Bartek Iwańczuk
Importing .wasm files is non-standardized therefore deciding to support current functionality past 1.0 release is risky. Besides that .wasm import posed many challenges in our codebase due to complex interactions with TS compiler which spawned thread for each encountered .wasm import. This commit removes: - cli/compilers/wasm.rs - cli/compilers/wasm_wrap.js - two integration tests related to .wasm imports
2020-05-07fix(docs): add missing "deno run" (#5126)zjopy
2020-05-06Multi page manual (#5110)Luca Casonato