Ian Bull
833a24f088
refactor(async): align the error messages to the style guide ( #5758 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-22 15:02:58 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert
( #5199 )
...
* refactor: import from `@std/assert`
* update
2024-06-30 08:30:10 +00:00
Yoshiya Hinosawa
3a930850c3
BREAKING(async): stop exporting ERROR_WHILE_MAPPING_MESSAGE ( #5041 )
2024-06-14 19:15:35 +09:00
Asher Gomez
31b906db99
chore: ensure code examples use assertions in Doc Linter ( #4911 )
2024-06-03 14:10:27 +10:00
Asher Gomez
67ca078107
chore: add @example
title check to doc checker ( #4823 )
...
* chore: add `@example` title check to doc checker
* fix
2024-05-22 15:08:36 +10:00
Leo Kettmeir
e3f63dc2ef
docs(async): improve docs for stabilization ( #4803 )
2024-05-21 17:40:43 -07:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase ( #4650 )
2024-04-29 11:57:30 +09: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
Asher Gomez
e9b2ea321a
chore(async): complete documentation ( #3887 )
...
* chore(async): complete documentation
* Update mux_async_iterator.ts
Co-authored-by: Luca Casonato <hello@lcas.dev>
* Update mux_async_iterator.ts
Co-authored-by: Luca Casonato <hello@lcas.dev>
* Update mux_async_iterator.ts
Co-authored-by: Luca Casonato <hello@lcas.dev>
* tweaks
---------
Co-authored-by: Luca Casonato <hello@lcas.dev>
2023-12-01 13:19:22 +11:00
Lino Le Van
2b5d71224f
refactor: cleanup usage of double equals ( #3566 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-25 18:04:43 +09:00
Jesse Jackson
c5dbe0747b
feat(async/pool): use browser compatible APIs ( #3350 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-05-02 14:48:33 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs ( #2658 )
2022-11-25 12:40:23 +01:00
Thomas Cruveilher
215139c170
fix(async/pooledMap): return ordered result ( #2239 )
...
closes #2236
2022-05-19 14:05:49 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +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
Nayeem Rahman
3978c86d66
fix(async): make pooledMap() errors catchable ( denoland/deno#9217 )
2021-02-01 10:46:59 +00:00
Kitson Kelly
9597b333b8
refactor(op_crate/fetch): align streams to spec ( denoland/deno#9103 )
...
Fixes denoland/deno#8814
2021-02-01 10:46:59 +00:00
Ryan Dahl
48a2496dbe
update copyright to 2021 ( denoland/deno#9081 )
2021-02-01 10:46:59 +00:00
Luca Casonato
023bfa9c38
feat(async): add pooledMap utility ( denoland/deno#6898 )
2021-02-01 10:46:58 +00:00