diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-05-19 00:24:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 17:24:01 +0200 |
commit | cda09c166fd075590c1f8dd313d4f57a560ecbd8 (patch) | |
tree | 96cd94b36cc0b357f6d98964f3c46ad5a31391f7 /cli/dts | |
parent | 21d62b9b9ed7b4cd375a2815bdd9d8ccaa85e537 (diff) |
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'cli/dts')
-rw-r--r-- | cli/dts/lib.deno.shared_globals.d.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.shared_globals.d.ts b/cli/dts/lib.deno.shared_globals.d.ts index a2609be85..d3784705e 100644 --- a/cli/dts/lib.deno.shared_globals.d.ts +++ b/cli/dts/lib.deno.shared_globals.d.ts @@ -571,7 +571,6 @@ declare class CustomEvent<T = any> extends Event { interface ErrorConstructor { /** See https://v8.dev/docs/stack-trace-api#stack-trace-collection-for-custom-exceptions. */ - // eslint-disable-next-line @typescript-eslint/ban-types captureStackTrace(error: Object, constructor?: Function): void; // TODO(nayeemrmn): Support `Error.prepareStackTrace()`. We currently use this // internally in a way that makes it unavailable for users. |