Mathias Lafeldt
f1a80fb212
docs: turn bare URLs into clickable links ( #15347 )
2022-08-04 21:12:13 +02:00
Mathias Lafeldt
ad5358ca34
chore: use Rust 1.62.1 ( #15346 )
2022-08-04 21:12:09 +02:00
David Sherret
838e783a93
fix(compat): use mjs extension for stream/promises ( #15341 )
2022-08-04 21:12:03 +02:00
Divy Srivastava
4d52f092bc
perf(ext/ffi): use fast api calls for 64bit return types ( #15313 )
2022-08-04 21:11:52 +02:00
Divy Srivastava
a1b989c842
perf(ext/ffi): support Uint8Array in fast calls ( #15319 )
2022-08-04 21:11:49 +02:00
Aapo Alasuutari
210e1445f2
chore(ext/ffi): Remove unnecessary byte_offset conditional slicing ( #15320 )
2022-08-04 21:10:43 +02:00
Divy Srivastava
c416553a6b
chore(ext/ffi): remove dependency on stdint.h ( #15294 )
2022-08-04 21:03:50 +02:00
Aapo Alasuutari
3893ce848c
feat(ext/ffi): Safe number pointers ( #15173 )
2022-08-04 20:59:14 +02:00
Aapo Alasuutari
f6f0215d87
feat(ext/ffi): Add support to get ArrayBuffers from UnsafePointerView ( #15143 )
2022-08-04 20:58:57 +02:00
denobot
fa9698fe9e
1.24.1 ( #15333 )
...
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
2022-07-28 13:22:05 -04:00
Phosra
bf96af9758
fix(ext/fetch): resolve TODOs about WebIDL conversions in body init ( #15312 )
2022-07-28 12:52:51 -04:00
Arthur Silva
2b460968d3
serde_v8: improvements to avoid hitting unimplemented codepaths ( #13915 )
2022-07-28 12:52:51 -04:00
Bartek Iwańczuk
ed71a4e894
chore: upgrade rusty_v8 to 0.47.1 ( #15324 )
2022-07-28 12:52:51 -04:00
David Sherret
a6c2387d8e
chore: update jsonc_parser to 0.20 ( #15316 )
2022-07-28 12:52:51 -04:00
Aapo Alasuutari
7733597166
chore(ops): Remove unused arguments from ops ( #15315 )
2022-07-28 12:52:51 -04:00
Bartek Iwańczuk
082c455882
refactor(core): remove unneeded ops for uncaughtException ( #15296 )
2022-07-28 12:52:51 -04:00
Kitson Kelly
015e2c1a9e
fix(lsp): remove CompletionInfo.flags ( #15288 )
...
Fixes: #15287
2022-07-28 12:52:51 -04:00
Bartek Iwańczuk
504d2936ec
fix: unhandledrejection handling for sync throw in top level ( #15279 )
...
Fixes an edge in "unhandledrejection" event that prevent synchronous
errors being surfaced when throw from a top-level scope.
2022-07-23 00:40:42 +02:00
Bartek Iwańczuk
72199303d8
fix: Child.unref() unrefs stdio streams properly ( #15275 )
2022-07-22 18:07:20 +02:00
Divy Srivastava
4db650ddd5
Revert "feat(ops): V8 Fast Calls ( #15122 )" ( #15276 )
...
This reverts commit 03dc3b8972
.
2022-07-22 19:06:32 +05:30
Divy Srivastava
03dc3b8972
feat(ops): V8 Fast Calls ( #15122 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-07-22 17:54:22 +05:30
Aapo Alasuutari
244c00d95b
perf(ext/ffi): Optimise common pointer related APIs ( #15144 )
2022-07-22 16:37:35 +05:30
Bartek Iwańczuk
4e71a9424e
fix: proper typings for unhandledrejection event ( #15271 )
2022-07-21 23:54:53 +02:00
Nassim Zen
b5eb154d74
chore(ci): update actions to run on macos-12 ( #15272 )
2022-07-21 22:53:52 +02:00
Satya Rohith
6c3d9b981f
fix(cli): unset jsxFragmentFactory & jsxFactory options ( #15264 )
2022-07-21 14:44:18 +05:30
Satya Rohith
e98e0da8b2
fix(tools): upgrade to new Deno.spawn
api ( #15265 )
2022-07-21 14:15:15 +05:30
denobot
f0e01682cc
1.24.0 ( #15262 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2022-07-21 01:28:00 +02:00
David Sherret
26cea0e2ca
feat(test): add --parallel
flag, soft deprecate --jobs
( #15259 )
...
Co-authored-by: mrkldshv <markladyshev@gmail.com>
2022-07-20 17:36:54 -04:00
David Sherret
5f5bbd597a
fix(coverage): do not verify emit source hash for coverage ( #15260 )
2022-07-20 16:30:57 -04:00
Bartek Iwańczuk
d53936eb7d
Reland "feat: add "unhandledrejection" event support" ( #15211 )
2022-07-20 20:28:19 +02:00
Nayeem Rahman
6e350b2b7c
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options ( #15202 )
2022-07-20 16:59:56 +02:00
Bartek Iwańczuk
d17b3906bf
chore: use import.meta.resolve() in tests ( #15256 )
2022-07-20 16:56:53 +02:00
David Sherret
73504d76b2
fix(task): resolve deno configuration file first from specified --cwd
arg ( #15257 )
2022-07-20 10:36:14 -04:00
David Sherret
cee3246edb
fix(fmt): improve curried arrow functions ( #15251 )
2022-07-20 08:55:18 -04:00
ayame113
27a72a12b7
chore: align some Web API type definitions to lib.dom.d.ts ( #15219 )
2022-07-20 18:30:41 +08:00
Phosra
b8e1250500
fix(ext/web): align DOMException better with spec ( #15097 )
2022-07-20 10:12:18 +02:00
Dante Issaias
2b1f145c3e
chore(ext): update webgpu ( #15059 )
2022-07-20 02:22:26 +02:00
David Sherret
649536e266
fix(task): do not overflow attempting to parse large number as redirect ( #15249 )
2022-07-19 16:50:09 -04:00
David Sherret
9b4ae0868d
chore: update deno automation to 0.12 ( #15248 )
2022-07-19 16:35:58 -04:00
Bartek Iwańczuk
1bdf5a2081
chore: upgrade rusty_v8 to 0.47.0 ( #15247 )
2022-07-19 21:36:15 +02:00
Roj
248bfda8d3
chore(cli): update config file schema to include test config ( #15246 )
2022-07-19 15:10:41 -04:00
David Sherret
0ab262b901
feat: emit files on demand and fix racy emit ( #15220 )
2022-07-19 11:58:18 -04:00
Bert Belder
e99d64aced
chore: change e-mail address for security issues ( #15239 )
2022-07-18 16:55:05 -07:00
David Sherret
c79ab64b5d
chore: update docland and dotland release instructions ( #15238 )
2022-07-18 19:24:11 -04:00
Leo Kettmeir
2eb27c92db
fix: WebSocketStream ping event causes pending promises ( #15235 )
2022-07-18 22:49:49 +02:00
Leo Kettmeir
2bebdc9116
feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API ( #15151 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
2022-07-18 22:24:35 +02:00
Bartek Iwańczuk
9eb70bdb5f
reland: "fix(core): unhandled rejection in top-level scope" ( #15236 )
...
Reland #15204
2022-07-18 21:20:38 +02:00
Roj
70d1ecaeaa
feat(cli): support configuring the test tool in the config file ( #15079 )
2022-07-18 15:12:19 -04:00
sigmaSd
1f04cea160
chore(repl): update rustyline to 10.0.0 ( #15232 )
2022-07-18 20:47:00 +02:00
Bartek Iwańczuk
999cbfb52b
feat: import.meta.resolve() ( #15074 )
...
This commit adds new "import.meta.resolve()" API which
allows to resolve specifiers relative to the module the API
is called in. This API supports resolving using import maps.
2022-07-18 20:05:26 +02:00