1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -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 fix(ext/node): Support returning tokens and option defaults in node:util.parseArgs (#23192) 2024-04-02 16:20:48 -07:00
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 fix: Float16Array support (#23512) 2024-04-23 22:54:19 +02:00