1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 10:07:54 -05:00
Commit graph

7677 commits

Author SHA1 Message Date
David Sherret
fc04f8a03d
fix(vendor): error on dynamic imports that fail to load instead of panicking (#15391) 2022-08-04 21:28:52 +02:00
Leo Kettmeir
2728c8fdf1
fix(ext/webgpu): use correct IDL key name (#15278) 2022-08-04 21:28:47 +02:00
Bartek Iwańczuk
e7e7119ab6
chore(compat): update list of supported modules (#15397) 2022-08-04 21:28:43 +02:00
Zach
1e7d699eeb
core: remove heapStats type definition (#15393) 2022-08-04 21:28:40 +02:00
Nayeem Rahman
850a98ce25
fix(test): race condition for cancelled tests (#15233) 2022-08-04 21:28:37 +02:00
Kitson Kelly
58409d24bd
chore: add perf and needs investigation to stalebot (#15381) 2022-08-04 21:28:30 +02:00
Kitson Kelly
6305c9ce1f
fix(lsp): use correct commit chars for completions (#15366)
Fixes: #15252
2022-08-04 21:24:36 +02:00
Outvi V
95fc447012
fix(lsp): remove excessive line breaks in status page (#15364)
Fixes #15359
2022-08-04 21:23:45 +02:00
Nayeem Rahman
5ceaecbae4
refactor(core/error): use evaluated call sites for formatting (#15369) 2022-08-04 21:15:21 +02:00
Bartek Iwańczuk
b50088c247
chore: cycle cache key (#15371) 2022-08-04 21:15:17 +02:00
Zicklag
6ed2bf4043
core: Add types for Deno.core.print() (#15283) 2022-08-04 21:15:13 +02:00
David Sherret
14f74e706e
refactor(emit/cache): move cli version into emit hash (#15348) 2022-08-04 21:15:10 +02:00
David Sherret
ef6968116f
refactor: reuse FastInsecureHasher in get_check_hash (#15354) 2022-08-04 21:15:07 +02:00
Bartek Iwańczuk
f3a496214c
fix(core): BorrowMutError in nested error (#15352) 2022-08-04 21:14:59 +02:00
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