Commit Graph

262 Commits

Author SHA1 Message Date
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
Bartek Iwańczuk 0dc89c0a79
feat: stabilise import maps (#9526)
This commit stabilises import maps by removing requirement
on "--unstable" flag when "--import-map" flag is used.
2021-03-01 12:41:22 +01:00
Casper Beyer ae8874b4b2
feat: add "deno coverage" subcommand (#8664)
This commit adds a new subcommand called "coverage" 
which can generate code coverage reports to stdout in 
multiple formats from code coverage profiles collected to disk.

Currently this supports outputting a pretty printed diff and 
the lcov format for interoperability with third-party services and tools.

Code coverage is still collected via other subcommands 
that run and collect code coverage such as 
"deno test --coverage=<directory>" but that command no 
longer prints a pretty printed report at the end of a test 
run with coverage collection enabled.

The restrictions on which files that can be reported on has 
also been relaxed and are fully controllable with the include 
and exclude regular expression flags on the coverage subcommand.

Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2021-02-24 15:27:51 +01:00
Casper Beyer 9cc7e32e37
feat: add exit sanitizer to Deno.test (#9529)
This adds an exit sanitizer to ensure that code being tested or 
dependencies of that code can't accidentally call "Deno.exit"
leading to partial test runs and false results.
2021-02-24 13:55:50 +01:00
Heyward Fann f4980898cd
docs: update getting started for coc (#9571) 2021-02-22 15:35:12 +11:00
Luca Casonato 4f80587d26
chore: rename default branch to main (#9503) 2021-02-19 15:58:19 +01:00
Takahiko Inayama 097efa100a
docs: Use JSONC code block for commenting (#9511) 2021-02-17 12:18:39 +11:00
Kitson Kelly 879897ada6
feat(cli): support auth tokens for accessing private modules (#9508)
Closes #5239
2021-02-16 13:50:27 +11:00
rigwild 46da7c6aff
fix link (#9472) 2021-02-11 14:14:23 -05:00
Luca Casonato fa975a9bae
refactor: rewrite Blob implementation (#9309)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-01-30 19:22:24 +01:00
Dezső Mészáros 591ed6b3ad
fix(tools): fix typo in wpt cli output (#9303) 2021-01-28 18:10:16 +09:00
Luca Casonato 2638aa03a5
tests: new typescript WPT runner (#9269) 2021-01-27 15:06:18 +01:00
Pig Fang 5213bed533
docs(tools/compiler): add docs for new features in 1.7 (#9258) 2021-01-27 13:33:51 +09:00
Mohammed Chelouti 2823c02e43
docs(tools): add documentation for Vim/Neovim plugin ALE (#9270) 2021-01-26 17:12:44 +11:00
Luca Casonato e0eb111e3e
Revert "tests: enable wpt for url (#9046)" (#9264)
This reverts commit 66e99d349b.
2021-01-25 16:02:03 +01:00
Luca Casonato 66e99d349b
tests: enable wpt for url (#9046) 2021-01-24 22:29:36 +01:00
Rob Palmer 8bef29fd74
docs: update implied tsconfig for "useDefineForClassFields" (#9196) 2021-01-21 16:38:15 +11:00
Kuzivakwashe ffb4b32e92
docs: Fix typos in TypeScript section of the manual (#9195) 2021-01-20 06:54:42 -05:00
Ryan Dahl 0f7a02500c
v1.7.0 with release notes 2021-01-20 00:24:27 -05:00