Yoshiya Hinosawa
d6877e941c
1.19.3
2022-03-10 20:22:24 +09:00
Bartek Iwańczuk
d0de700e00
test: update expected test output for 'deno test' ( #13882 )
2022-03-10 16:23:29 +09:00
Divy Srivastava
d22a25245b
chore(ext/crypto): remove old todos ( #13887 )
2022-03-10 16:23:18 +09:00
Bartek Iwańczuk
38e58668dd
refactor(test): use tokio::sync::mpsc::unbounded_channel ( #13881 )
...
This causes to block one less thread when running "deno test"
subcommand.
2022-03-10 16:23:05 +09:00
Bartek Iwańczuk
cf7bbea705
refactor: add cli/display.rs module ( #13879 )
2022-03-10 16:22:56 +09:00
Bartek Iwańczuk
c8be65e176
refactor(test): don't spawn additional thread ( #13877 )
2022-03-10 16:22:34 +09:00
Divy Srivastava
77ed303483
chore: update regex to 1.5.5 ( #13875 )
2022-03-10 16:22:24 +09:00
Geert-Jan Zwiers
8cab5d8062
fix(test): typecheck blocks annotated with long js/ts notations ( #13785 )
2022-03-10 16:21:48 +09:00
Aaron O'Mullan
c6f1ccee4e
bench(common): base64 short strings ( #13851 )
2022-03-10 16:12:23 +09:00
Divy Srivastava
14a9fc2281
bench: add base64 roundtrip ( #13839 )
2022-03-10 16:11:05 +09:00
Satya Rohith
84f9a25503
1.19.2 ( #13825 )
2022-03-03 22:23:16 +05:30
Satya Rohith
2d0baf6ae2
chore: bump crate version for 1.19.2 ( #13824 )
2022-03-03 21:29:01 +05:30
David Sherret
bcf6cd4d9b
chore(lsp): log more for "unexpected positions" lsp error ( #13815 )
...
Ref #13657
2022-03-03 20:26:13 +05:30
Yoshiya Hinosawa
0d6c4f9796
fix(repl): fix null eval result ( #13804 )
...
Co-authored-by: Satya Rohith <me@satyarohith.com>
2022-03-03 20:26:13 +05:30
Antonio Musolino
9acf7ed7cb
fix(runtime): disable console color for non tty stdout ( #13782 )
2022-03-03 20:26:13 +05:30
Elisée Maurer
cec3ad13c7
chore: Add "noImplicitOverride" to config-file.v1.json ( #13780 )
2022-03-03 20:26:13 +05:30
Bartek Iwańczuk
43618e340e
fix(test): use --no-prompt by default ( #13777 )
...
This commit changes "deno test" subcommand, to
always never prompt for permissions (ie. as if "deno test"
was run with "--no-prompt" flag).
2022-03-03 20:26:13 +05:30
Yoshiya Hinosawa
1a0c85d474
fix(cli): disable config discovery for remote script ( #13745 )
2022-03-03 20:24:17 +05:30
David Sherret
01766ec662
chore: upgrade to Rust 1.59 ( #13767 )
2022-03-03 20:22:45 +05:30
David Sherret
8eb3f5f377
1.19.1 ( #13762 )
2022-02-24 15:29:36 -05:00
David Sherret
86d9e7d6b8
chore: bump crate versions for 1.19.1 ( #13760 )
2022-02-24 14:40:57 -05:00
David Sherret
eae25e1cec
chore: upgrade swc_ecmascript to 0.114 ( #13758 )
2022-02-24 11:19:02 -05:00
Divy Srivastava
4fc9b5f3eb
fix(compile): Support import maps ( #13756 )
2022-02-24 11:19:02 -05:00
mlemesle
4f07ee134d
fix(upgrade): move the file permission check to the beginning of the upgrade process ( #13726 )
2022-02-24 11:19:02 -05:00
Kitson Kelly
9a120e336c
refactor: remove dead code from lsp ( #13743 )
2022-02-24 11:19:02 -05:00
Geert-Jan Zwiers
b171c19272
docs: code example to structuredClone
, CompressionStream
, DecompressionStream
( #13719 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-02-24 11:19:02 -05:00
David Sherret
1e617ea2d4
fix(vendor): do not add absolute specifiers to scopes ( #13710 )
2022-02-24 11:19:02 -05:00
Aapo Alasuutari
0dfaccc533
feat(ext/ffi): Support read only global statics ( #13662 )
2022-02-24 11:19:02 -05:00
Divy Srivastava
ecb6bde225
chore: bump nix to 0.23 ( #13701 )
2022-02-24 11:19:02 -05:00
Bartek Iwańczuk
551ace40cc
v1.19.0
2022-02-17 01:54:07 +01:00
Bartek Iwańczuk
e17ab6322e
chore: release crates for v1.19.0 ( #13698 )
2022-02-17 00:57:40 +01:00
Ryan Dahl
57f4b0e5af
feat: Add hint to permission prompt to display allow flag ( #13695 )
2022-02-17 00:14:46 +01:00
Luca Casonato
53088e16de
feat(test): improved op sanitizer errors + traces ( #13676 )
...
This commit improves the error messages for the `deno test` async op
sanitizer. It does this in two ways:
- it uses handwritten error messages for each op that could be leaking
- it includes traces showing where each op was started
This "async op tracing" functionality is a new feature in deno_core.
It likely has a significant performance impact, which is why it is only
enabled in tests.
2022-02-16 19:53:17 +01:00
David Sherret
b98afb59ae
feat: deno vendor ( #13670 )
2022-02-16 13:14:19 -05:00
Luca Casonato
02c95d367e
chore: make new TCP conn methods unstable ( #13686 )
2022-02-16 17:32:29 +01:00
Luca Casonato
be9c2fe267
tests: deflake a bunch of net related tests ( #13685 )
2022-02-16 16:51:32 +01:00
Bartek Iwańczuk
7780e512e3
chore: upgrade deno_lint to 0.25.0 ( #13683 )
2022-02-16 16:19:07 +01:00
Luca Casonato
7a3ab6b164
tests: unflake httpServerIncompleteMessage ( #13682 )
2022-02-16 14:27:38 +01:00
Divy Srivastava
77a9683425
fix(ext/crypto): optional additionalData in encrypt/decrypt ( #13669 )
2022-02-16 16:27:14 +05:30
ylxdzsw
074f53234a
feat(ext/http): add support for unix domain sockets ( #13628 )
2022-02-16 00:16:12 +01:00
VishnuJin
2dc5dba8ba
feat(coverage): add "--output" flag ( #13289 )
...
This commit adds "--output" to "deno coverage" subcommand.
It can be used instead of piping output to a file.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-02-15 16:33:21 +01:00
Bartek Iwańczuk
d2ab1ed378
fix: add missing fields to Deno.FsFile ( #13674 )
2022-02-15 14:38:39 +01:00
Bartek Iwańczuk
9b5e336c3d
feat: Add Deno.FsFile, deprecate Deno.File ( #13660 )
2022-02-15 13:59:04 +01:00
Luca Casonato
bdc8006a36
feat(runtime): web streams in fs & net APIs ( #13615 )
...
This commit adds `readable` and `writable` properties to `Deno.File` and
`Deno.Conn`. This makes it very simple to use files and network sockets
with fetch or the native HTTP server.
2022-02-15 13:35:22 +01:00
William Tetlow
7b893bd57f
feat(cli): Replace bundling with eszip in deno compile ( #13563 )
...
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2022-02-15 18:03:46 +05:30
Andreu Botella
760f4c9e24
chore(ext/timers): move ext/timers to ext/web ( #13665 )
2022-02-15 12:17:30 +01:00
Ryan Dahl
a5d204d425
feat: permission prompt by default ( #13650 )
2022-02-12 22:13:21 -05:00
Maxim
65de5fb465
refactor: use Arc
instead of making copies of Flags
struct ( #13610 )
2022-02-11 14:04:31 -05:00
Bartek Iwańczuk
2fa0096821
compat: support --compat in web workers ( #13629 )
...
Adds another callback to WebWorkerOptions that allows to execute
some modules before actual worker code executes. This allows to set up Node
global using std/node.
2022-02-11 13:41:56 +01:00
Kitson Kelly
2f2c778a07
feat(lsp): support linking to symbols in JSDoc on hover ( #13631 )
...
Closes #13198
2022-02-10 10:08:53 +11:00