diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2021-12-10 09:12:21 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 09:12:21 +1100 |
commit | 345f0fbe5cdaa71af067c7072537f1823fe4ada5 (patch) | |
tree | c37062607fe23ef9d1826c1d43a10a712b827f3c /ext/url/internal.d.ts | |
parent | a3d024ac2ec8d73f7bf268823866d2342d1c1eb1 (diff) |
feat(cli): update to TypeScript 4.5 (#12410)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/url/internal.d.ts')
-rw-r--r-- | ext/url/internal.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/url/internal.d.ts b/ext/url/internal.d.ts index 45bf670aa..13816e0fc 100644 --- a/ext/url/internal.d.ts +++ b/ext/url/internal.d.ts @@ -1,5 +1,7 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// deno-lint-ignore-file no-var + /// <reference no-default-lib="true" /> /// <reference lib="esnext" /> |