Takeshi Kurosawa
18db5be386
docs(runtime): fix fetch API usage of HTTP server ( #10777 )
2021-05-31 16:37:35 +02:00
Jonathan Svenheden
a43d11fa32
docs(permissions): fix grammatical error in permissions docs ( #10755 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-05-31 16:37:35 +02:00
Raika Toriyama
127d938c84
docs: fix misspelling ( #10683 )
2021-05-31 16:37:29 +02:00
Kitson Kelly
c02af34342
docs: update getting started for clarity ( #10694 )
...
Co-authored-by: RobyCigar <69680330+RobyCigar@users.noreply.github.com>
2021-05-31 16:37:29 +02:00
Raika Toriyama
0c40446bed
docs(typescript): fix typo in faqs ( #10682 )
2021-05-31 16:37:28 +02:00
Yusuke Tanaka
bd842c0e28
docs(lint): update available rules ( #10638 )
2021-05-15 15:12:33 +02:00
crowlKats
1871ff5172
docs(runtime): add WebStorage API ( #10593 )
2021-05-15 11:18:25 +09:00
Kitson Kelly
2aa45f880e
docs: fix issue in manual regarding how to reference types in JavaScript ( #10573 )
...
Fixes: #10561
2021-05-11 15:04:00 +10:00
Kitson Kelly
84733d90c7
feat: support workspace folders configuration ( #10488 )
...
Ref #8643
2021-05-10 11:16:04 +10:00
vwkd
4f5b4f9cee
docs(runtime): fix HTTP server example ( #10497 )
2021-05-06 11:47:58 +09:00
vwkd
f44a5706e6
docs(examples): improve cat example ( #10498 )
2021-05-05 13:07:08 +09:00
Casper Beyer
b48ceb69a1
docs: remove wasm and wasi as prerequisites ( #10465 )
...
ref: #7512
2021-05-02 17:36:15 +09:00
Aditya Pandit
012da3ae1e
fix(core): fix typo in error message of print function ( #10456 )
2021-05-01 23:20:20 +09:00
Zeshan Aslam
4e434d43e6
docs: update configuration to include noUncheckedIndexedAccess ( #10324 )
...
Fixes: #10305
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-04-29 09:33:15 +10:00
dev-nicolaos
6a33d2073f
docs: edit wording for consistency/grammar ( #10375 )
2021-04-28 12:03:27 -04:00
Bartek Iwańczuk
baf7092ea2
remove --unstable flag from CLI features ( #10190 )
2021-04-27 12:44:36 +02:00
Ryan Dahl
87c055b371
docs: remove --lite command line flag ( #10386 )
2021-04-27 07:39:42 +10:00
Nayeem Rahman
fb1ccc3d88
refactor(cli): rename Deno.emit() bundle options to "module" and "classic" ( #10332 )
2021-04-26 06:54:57 +10:00
Kitson Kelly
21372d7b25
docs: document Deno's HTTP Server API ( #10280 )
...
Co-authored-by: Satya Rohith <me@satyarohith.com>
2021-04-22 06:57:02 +10:00
Zeno Zeng
0a699f416b
docs: Deno.emit supports bundling as IIFE ( #10242 )
...
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-04-21 08:11:01 -04:00
grian
a1ac17f9fa
docs(manual/wasm): add more example code. ( #10250 )
2021-04-21 11:27:48 +02:00
Christopher Dieringer
754d837682
docs: mention docker support ( #9618 )
2021-04-21 11:24:42 +02:00
caucik
07887b120c
docs: Incorrect tsconfig option name ( #10140 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2021-04-20 07:18:31 +10:00
Tobias Nießen
cd0560210a
docs: fix typo in fetch example ( #10057 )
2021-04-09 23:16:33 +09:00
yw662
de64183883
docs: list globs used by deno test
( #9976 )
2021-04-07 12:52:56 +02:00
Mason Medeiros
c7fcba268f
docs(workers): fix permissions examples ( #9965 )
2021-04-06 19:06:17 +02:00
ayame113
ac84eff940
docs: add documentation about Atom Editor LSP client ( #10016 )
...
Co-authored-by: ayame113 <ayame113@users.noreply.github.com>
2021-04-05 21:32:49 +10:00
Divy Srivastava
e33e46e13b
docs: update Deno.metrics() table data ( #9999 )
2021-04-04 07:42:31 -04:00
louix
fe027b4a59
docs: update kakoune LSP example configuration ( #9989 )
...
Fixes #9988
2021-04-04 10:09:19 +10:00
Peter Shank
5107aac542
docs: copyedit introduction for clarity ( #9805 )
...
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-04-01 20:20:43 +11:00
John Spurlock
f9ced5cc14
Fix typo in faqs.md ( #9948 )
...
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-04-01 20:19:45 +11:00
Attila Gulyas
47ac654ea2
docs: add the Nix pkg manager to Installation options ( #9921 )
2021-04-01 18:51:23 +11:00
Chandan Kumar
9e937122c2
docs: fix typo ( #9946 )
2021-04-01 18:45:47 +11:00
crowlKats
e85595ae50
docs: clarify jetbrains setup ( #9930 )
...
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-03-30 12:47:44 +11:00
Yasser A.Idrissi
200170b64d
docs: Add help community section ( #9882 )
2021-03-26 08:04:18 -04:00
Inteon
f774cae931
docs(profiling): Actualization & add flamegraph info ( #9594 )
2021-03-26 08:47:45 +01:00
IWANABETHATGUY
b233985fea
Update setup_your_environment.md ( #9876 )
...
unlike other system config file, in windows `$profile` file is a
common config file of powershell , just use `>` will override
the user config file , which is terrible. This change use append
instead of override which is more reasonable
2021-03-23 17:04:51 -04:00
Nayeem Rahman
26f7a3f185
docs(import_maps): Fix example for project-relative absolute specifiers ( #9856 )
2021-03-22 21:13:50 +01:00
Ikko Ashimine
870337c6cd
typo
2021-03-22 06:43:10 -04:00
Tyler Butler
941a7c8ec9
Typo
2021-03-19 16:26:49 -04:00
Makuza Mugabo Verite
bd961c3bc3
fix(doc): update example for sub processes ( #9798 )
2021-03-16 07:05:04 -04:00
Yasser A.Idrissi
0ae079fe50
docs(testing): Add custom test example ( #9791 )
2021-03-15 10:47:14 -04:00
Kid
a3e0766e6a
docs: match install section with website ( #9665 )
...
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-03-15 12:46:08 +01:00
David Sherret
3ab48864fe
fix(fmt): Correctly format hard breaks in markdown ( #9742 )
2021-03-10 08:17:24 -05:00
crowlKats
2894c0e615
chore: remove unstable from permission ( #9701 )
2021-03-06 13:24:43 +01:00
Ryan Dahl
8e01e23299
chore: Update release schedule ( #9697 )
2021-03-05 13:49:13 +01:00
crowlKats
c1fe86b15c
chore: update zipped exec size ( #9678 )
2021-03-05 12:22:28 +01:00
Yasser A.Idrissi
79c198f348
docs(testing): add assertExists example ( #9613 )
2021-03-02 23:08:54 +09:00
Yasser A.Idrissi
07626645e7
docs(testing): add assertObjectMatch example ( #9645 )
2021-03-02 23:05:38 +09:00
Kitson Kelly
6dae627749
feat(cli): represent type dependencies in info ( #9630 )
...
Fixes #7927
2021-03-01 22:49:58 +11:00