Bartek Iwańczuk
6b8aef5103
chore: update contributing.md and PR template ( #7820 )
2020-10-06 10:40:48 +02:00
Trivikram Kamat
d0eb179132
docs: end sentences with a period in markdown ( #7813 )
2020-10-04 07:19:11 +11:00
Trivikram Kamat
391eed42f4
docs: update location of unit tests folder ( #7814 )
2020-10-04 07:16:13 +11:00
Trivikram Kamat
8ceb165e5d
docs: end sentences with a period in docs ( #7730 )
2020-09-28 16:01:32 +10:00
Trivikram Kamat
1437838ea1
docs: use const assertion for PermissionDescriptor ( #7733 )
...
Fixes #7731
2020-09-28 12:47:00 +10:00
Trivikram Kamat
54d897c140
docs: update deno bundle output to single line ( #7734 )
2020-09-28 12:46:19 +10:00
Nayeem Rahman
8cbf0e75b2
fix: Use $deno$test.ts instead of .deno.test.ts ( #7717 )
2020-09-27 14:21:11 -04:00
Trivikram Kamat
249d82099e
doc: use APA citation style for listing conference talks ( #7721 )
2020-09-27 13:50:42 -04:00
Trivikram Kamat
d2fde8a363
doc: end sentences with a period in examples ( #7722 )
2020-09-27 13:49:41 -04:00
David Sherret
df02e31507
feat(fmt): Sort named import and export specifiers ( #7711 )
2020-09-27 12:22:32 +02:00
Trivikram Kamat
c28757f379
docs: update GitHub doc links to use $CLI_VERSION ( #7710 )
2020-09-27 12:12:33 +02:00
Trivikram Kamat
13b5cc7673
docs: use $STD_VERSION in std lib import comment ( #7707 )
2020-09-27 12:11:01 +02:00
Trivikram Kamat
30252e25b8
docs: update --unstable flag forget message ( #7708 )
2020-09-27 07:56:03 +10:00
Search
52c67d301c
docs(cli): Update web assembly example and accepted compiler options in docs. ( #7678 )
...
Fixes #7556
Fixes #7634
2020-09-27 05:48:32 +10:00
tokiedokie
43fa68e589
docs: V8 is a JavaScript engine, not a runtime ( #7619 )
2020-09-22 13:53:35 +10:00
michael spengler
5a8a4da524
docs: minor documentation improvement ( #7603 )
...
Closes #7602
2020-09-22 13:52:04 +10:00
Rob Waller
333462b9c2
docs: titles in examples should be sentence case ( #7609 )
2020-09-21 22:01:25 +10:00
Luca Casonato
303ebc0df4
chore: remove readJson/writeJson from manual ( #7541 )
2020-09-17 17:26:46 +02:00
Sidd Sridharan
aa81bc73d9
docs: fix typo assertAsyncThrows -> assertThrowsAsync ( #7506 )
2020-09-16 12:31:12 +02:00
Bartek Iwańczuk
44343a8aee
docs(lint): ignore diagnostic in whole file ( #7489 )
2020-09-15 10:02:19 +02:00
Piyotaro, Kiiroi (きいろい ぴよ太郎)
5819cfbeec
docs(std/testing) add a description of assertNotMatch(). ( #7470 )
2020-09-14 22:47:45 -04:00
Casper Beyer
9b8f1d9be8
docs(testing): describe coverage blackboxing rules ( #7483 )
2020-09-14 21:23:20 -04:00
Luca Casonato
f06724f238
docs: manual updates for 1.4 features and changes ( #7440 )
2020-09-13 15:17:25 +02:00
Chris Knight
95db324748
doc: improve Examples ( #7428 )
2020-09-12 08:03:18 -04:00
tokiedokie
7ff0c4d8c8
docs: move “Debugger” to “Debugging your code” in “Getting started” ( #7421 )
2020-09-11 16:28:25 +02:00
Danilo Sampaio
dfd8794da4
docs: add a Powershell autocomplete example ( #7329 )
2020-09-10 10:13:30 +02:00
Yusuke Tanaka
857f9b32e0
feat(fmt, lint): show number of checked files ( #7312 )
2020-09-09 16:45:31 +02:00
KrisChambers
1cd2267500
feat(info): Dependency count and sizes ( #6786 )
...
This commit changes "deno info" subcommand logic.
- Modules are no longer loaded into V8 isolate - analysis
is done using ModuleGraph.
- Removed deno_core::Deps structure.
- Modules are no longer type-checked and transpiled -
"compiled" file is shown only if it is already available.
- Added number of unique dependencies for root module.
- Changed tree output:
- file size is shown next to the dependency
- repeated dependencies are marked with "*"
- used less spaces in prefix to save terminal width
2020-09-07 15:59:47 +02:00
crowlKats
849431eb1d
Fix hellish mistake in manual ( #7363 )
2020-09-05 16:34:20 -04:00
reuixiy
5b100cb874
docs: use the rightwards arrow symbol uniformly ( #7331 )
2020-09-03 15:14:28 +02:00
YellowBird
5db200b6ab
fix(docs): replace "eslint-ignore-" with "eslint-disable-" ( #7319 )
2020-09-02 12:03:35 +02:00
Yusuke Tanaka
fa65e49bc6
feat(lint): Add support for reading input from stdin ( #7263 )
2020-08-31 13:53:42 +02:00
Matt Barnett-Jones
58c83b671b
Typo in zsh env setup steps ( #7250 )
2020-08-29 10:15:23 -04:00
Yusuke Tanaka
0d11f3504b
fix(lint): use recommended rules set ( #7222 )
2020-08-29 12:58:20 +02:00
Nayeem Rahman
3d23208019
fix(deno install): Strip "@..." suffixes from inferred names ( #7223 )
2020-08-27 16:55:58 -04:00
Benjamin Lupton
7583fd0979
docs(build): details on updating rust ( #7133 )
2020-08-27 10:59:36 +02:00
Rob Waller
765235341b
docs: add fetch and read/write examples ( #7186 )
2020-08-26 18:45:03 +02:00
Danny Denenberg
2df4a29f49
Typo ( #7177 )
2020-08-24 12:36:56 -04:00
tokiedokie
679a190fcd
add links in the manual ( #7120 )
2020-08-20 11:57:15 -04:00
Nayeem Rahman
015fa0bd41
refactor: permissions ( #7074 )
2020-08-18 16:29:32 -04:00
Yasser A.Idrissi
7f85bb3763
docs(contributing/artchitecture): Add Deno conference youtube link ( #6859 )
2020-08-18 13:36:12 -04:00
tokiedokie
7766500bf5
remove Table of Contents in docs/contributing/style_guide.md ( #7067 )
2020-08-18 00:32:52 -04:00
tokiedokie
68e1ba07d3
typos ( #7082 )
2020-08-17 12:17:57 -04:00
tokiedokie
42ff8ede4c
typo ( #7052 )
2020-08-15 09:47:14 -04:00
tokiedokie
496c9d73a1
improve docs ( #7053 )
2020-08-15 09:46:36 -04:00
tokiedokie
b9adfe53d3
typo ( #7029 )
2020-08-14 13:49:22 -04:00
Connor Peet
fbee85b1ae
docs: update VS Code debugging options for 1.47 ( #6767 )
2020-08-14 13:22:46 -04:00
Nayeem Rahman
81ce4499e7
fix: Make std work with isolatedModules ( #7016 )
2020-08-12 12:01:36 +02:00
Prabhanjan
fdb2dab7cd
docs: instructions for loading zsh completions ( #6998 )
2020-08-09 23:50:29 -04:00
Rob Waller
d7dcbab3ef
docs: Improve examples ( #6958 )
2020-08-06 11:35:08 -04:00