Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09:00
Michael Herzner
61183bcbcc
test(async): improve test coverage ( #4567 )
2024-04-12 07:23:54 +10:00
Lino Le Van
c46143f0ac
chore: update copyright year ( #4046 )
...
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
83fe26f36d
refactor(async): format test names ( #3985 )
...
* initial commit
* Update async/pool_test.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* update test names
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 09:29:13 +11:00
Jesse Jackson
82c63fc1f6
fix(async/delay): reject with existing AbortSignal reason ( #3479 )
2023-07-14 14:03:05 +09:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts
to std/assert
( #3445 )
2023-07-13 16:04:30 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +09:00
ud2
78752af5e4
fix(async/delay): reject if signal is already aborted ( #1363 )
2021-10-08 13:38:20 +09:00
Nayeem Rahman
159e2aeffc
feat(testing/asserts): add assertThrows() overload to receive error ( #1219 )
2021-09-16 00:35:21 +09:00
Justin Chase
396445052d
feat(async): add abort signal to delay ( #1130 )
2021-08-17 14:04:21 +09:00
William Perron
69f3d67cb2
chore: remove Promise<void>
return type annotation ( #819 )
...
There's a couple of instances where `Promise<void>` is still there,
those are the exceptions, for example functions that explicitely return
a `Promise` object or functions that return the promise from another
function call without any `await` statement.
used this one-liner to automatically remove everything:
```bash
grep -rli 'promise<void>' | xargs sed -i 's/: Promise<void>//g
```
2021-04-05 07:49:05 -04:00
Ryan Dahl
48a2496dbe
update copyright to 2021 ( denoland/deno#9081 )
2021-02-01 10:46:59 +00:00
Casper Beyer
831ab8427e
test(async): remove redundant export in test ( denoland/deno#7682 )
2021-02-01 10:46:58 +00:00
Csaba Okrona
435095d188
test: unit test for async/delay ( denoland/deno#7671 )
2021-02-01 10:46:58 +00:00