Commit Graph

2680 Commits

Author SHA1 Message Date
Lino Le Van
321d6bcab8
chore(fs): enable timestamp tests with copy (#2963) 2022-11-30 14:52:18 -05:00
Lino Le Van
13a38ecc20
feat(async): retry (#2929) 2022-11-30 13:45:25 -05:00
Yoshiya Hinosawa
ea3367753c
chore(node): remove core.decode (#2961) 2022-11-30 21:05:09 +09:00
Asher Gomez
6c2e01e6b8
refactor: replace use of Deno.spawnChild and Deno.run with Deno.Command (#2912)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-11-30 14:12:34 +09:00
Asher Gomez
5dabeb2d91
refactor(streams): move to single-export files (#2957) 2022-11-29 08:55:38 -05:00
Schwarzkopf Balázs
06de44285f
chore: remove unnecessary testdata from _tools (#2956) 2022-11-29 20:17:42 +09:00
Asher Gomez
e1117a8c0d
refactor(bytes): move to single-export files (#2955) 2022-11-29 15:01:21 +09:00
Lino Le Van
8e46f5953e
chore: remove _util/assert_type.ts (#2952) 2022-11-29 13:49:59 +09:00
Colin Ihrig
294754176f
Revert "test(node/http): modify writable of ClientRequest (#2945)" (#2950)
This reverts commit 5f5413df9a.

This change was made in response to
https://github.com/denoland/deno/pull/16616. However, that change
was reverted in https://github.com/denoland/deno/pull/16839 due
to it breaking Vite. Let's revert it here as well.
2022-11-28 09:04:23 -05:00
Lino Le Van
34d5f7a032
feat(testing): add conditional type check utils (#2864)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-11-28 21:05:51 +09:00
Asher Gomez
346d7bf9d6
chore(_tools): cleanup check doc imports (#2937) 2022-11-28 20:54:22 +09:00
Asher Gomez
bf046b7ffa
chore(semver): remove deprecated functions (#2941) 2022-11-27 16:06:15 -05:00
Waldir Pimenta
5ab26ca2e8
Reorder steps to view documentation (#2948)
One needs to first click in "View Documentation" before we can choose a module whose docs to view.
2022-11-27 14:00:03 -05:00
Jared Flatow
9994337fee
docs(path): clarify the meaning of resolve for normalize (#2946)
Addresses #2918.
2022-11-27 13:59:10 -05:00
Yoshiya Hinosawa
5f5413df9a
test(node/http): modify writable of ClientRequest (#2945) 2022-11-26 18:41:49 +09:00
Yuki Tanaka
b53d43d725
feat(dotenv): support type inference based on restrictEnvAccessTo option (#2933) 2022-11-25 15:02:09 -05:00
Yoshiya Hinosawa
9f1974dd1d
fix(node/tls): implement secureConnect event (#2926) 2022-11-25 15:01:50 -05:00
Aleksandr Hovhannisyan
f04499970b
docs(cookie): clarify properties and their usage (#2935) 2022-11-25 15:01:24 -05:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
denobot
4d16c30f38
0.166.0 (#2938)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2022-11-24 20:42:35 +01:00
Asher Gomez
b53925b0ed
feat(node): export process.argv (#2924) 2022-11-23 17:12:37 -05:00
Lucas Henrique
ad6691c616
feat(node/crypto): add hmac implementation (#2664)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-11-24 01:44:39 +09:00
Yoshiya Hinosawa
1d04b7dafd
feat(http/cookie): allow number type for expires param (#2932) 2022-11-24 01:43:35 +09:00
Steven Guerrero
77f00e7624
feat: Add process._kill and shim process.kill(pid, 0) correctly (#2922)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-11-23 11:08:31 -05:00
Yoshiya Hinosawa
a3cd86ea5f
chore(_tools): disable some tests of doc import check tool (#2934) 2022-11-23 23:38:08 +09:00
Simon Knott
bba790ecd4
fix(http/cookie): wording for cookie value validation error (#2931) 2022-11-23 22:45:33 +09:00
Vu Thanh Tam
3a2381c47f
fix(node/string_decoder): proper buffer type casting and fix default logic (#2897) 2022-11-23 14:14:55 +09:00
Yoshiya Hinosawa
a24406e7b8
fix(node/console): update export members of console (#2927)
fix(node/console): update exports member of console
2022-11-22 23:00:37 +09:00
Colin Ihrig
600a155c69
fix: wait for denoflate wasm to load (#2923)
Fixes: https://github.com/denoland/deno_std/issues/2907
2022-11-22 08:39:03 -05:00
PolarETech
9e6011336c
fix(node/fs): enable type narrowing with instanceof for ReadStream and WriteStream (#2915) 2022-11-21 16:26:10 -05:00
Yoshiya Hinosawa
5e5309ecb4
fix(node/timers): implement timeout.refresh (#2919) 2022-11-21 21:46:40 +09:00
PolarETech
af8998a390
fix(node/http): disable chunked request if Content-Length header is specified (#2755) 2022-11-21 14:46:08 +09:00
Tim Reichen
3832a1f3c0
BREAKING(fmt/bytes): rename prettyBytes to format (#2896) 2022-11-18 21:25:45 +09:00
Yoshiya Hinosawa
0788cd4f32
test(node): ignore Node API test on aarch64 darwin (#2908) 2022-11-18 13:12:30 +09:00
Tim Reichen
10514c7618
BREAKING(fmt/duration): rename prettyDuration to format (#2871) 2022-11-17 22:59:19 -05:00
Aaron O'Mullan
fbfec28800
fix(node/http): allow setting statusMessage (#2911)
Fixes #2910
2022-11-17 18:20:36 -05:00
lideming
bc345306e5
fix(node/http): request with headers (#2898) 2022-11-17 16:30:34 +09:00
Tim Reichen
bd84e60cb1
fix(fmt/bytes): default local decimal and group symbols (#2904) 2022-11-17 15:29:39 +09:00
denobot
cfe4fc7df5
0.165.0 (#2902)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2022-11-16 22:51:58 +01:00
Simon Knott
4b19657345
fix: allow creating http.IncomingRequest without url being set (#2893) 2022-11-16 09:41:44 -05:00
Roj
7eb64f1331
fix(node): issues with browser (#2892) 2022-11-16 17:17:22 +09:00
Yoshiya Hinosawa
41cbdf9c3b
fix(node): improve crypto.getHashes compatibility (#2890) 2022-11-15 22:04:16 +09:00
Asher Gomez
b72d3eb42a
refactor: replace Deno.spawn with Deno.Command (#2886) 2022-11-15 15:00:59 +09:00
Asher Gomez
ce4be688e3
ci(lint): check assertions (#2876) 2022-11-14 16:33:10 +09:00
denobot
0c55d98585
0.164.0 (#2884)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
2022-11-13 14:24:24 -05:00
Yoshiya Hinosawa
0a7b432e4a
fix(node/fs): improve fs.read compatibility (#2880) 2022-11-13 23:56:38 +09:00
Yoshiya Hinosawa
dc18f0c020
fix(node/http): add .finished property to ServerResponse (#2878) 2022-11-13 23:55:13 +09:00
Yoshiya Hinosawa
c5b6033de5
test(node): update domain names in dns test (#2881) 2022-11-13 22:45:04 +09:00
Yoshiya Hinosawa
7a68de46af
chore(node/_tools): update node setup tool (#2879) 2022-11-12 00:44:24 +09:00
Bartek Iwańczuk
5240d63974
node: mock ClientRequest.setTimeout (#2875) 2022-11-11 14:49:43 +01:00