1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-14 03:23:17 -05:00
denoland-deno/ext/node/polyfills/internal/util
Ian Bull 6ccaebcdea
refactor(ext): throw new error instead of throw error (#25272)
To ensure consistency across the codebase, this commit refactors the
code in the `ext` folder to use `throw new Error`` instead of `throw`
for throwing errors.

Fixes https://github.com/denoland/deno/issues/25270
2024-08-28 22:40:37 +02:00
..
parse_args
comparisons.ts refactor(ext): throw new error instead of throw error (#25272) 2024-08-28 22:40:37 +02:00
debuglog.ts chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
inspect.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
types.ts