mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
rename Deno.Err -> Deno.errors (#4093)
This commit is contained in:
parent
db59705595
commit
e1687c0a46
42 changed files with 137 additions and 137 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -1217,7 +1217,7 @@ declare namespace Deno {
|
|||
export function applySourceMap(location: Location): Location;
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
namespace Err {
|
||||
namespace errors {
|
||||
class NotFound extends Error {
|
||||
constructor(msg: string);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue