1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Ian Bull 41a70898ad
refactor(ext): align error messages (#25914)
Aligns the error messages in the ext folder to be in-line with the Deno
style guide.

https://github.com/denoland/deno/issues/25269

<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->
2024-10-01 14:26:06 -04:00
..
broadcast_channel chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
cache chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
canvas chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
console chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
cron chore: upgrade deno_core (#25674) 2024-09-17 01:13:34 +00:00
crypto chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
fetch chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
ffi refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
fs refactor: move NpmCacheDir to deno_cache_dir (#25916) 2024-09-28 08:50:16 -04:00
http refactor(ext): align error messages (#25496) 2024-09-18 18:19:45 -07:00
io fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of env var (#25896) 2024-09-27 12:35:37 -07:00
kv refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
napi refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
net refactor(ext): align error messages (#25914) 2024-10-01 14:26:06 -04:00
node refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
tls chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
url refactor(ext): align error messages (#25914) 2024-10-01 14:26:06 -04:00
web chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
webgpu BREAKING(webgpu/unstable): move width and height options to UnsafeWindowSurface constructor (#24200) 2024-09-22 09:10:54 +05:30
webidl refactor(ext/webidl): align error messages (#25625) 2024-09-19 13:03:32 +05:30
websocket chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
webstorage chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00