diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-01-16 16:09:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 16:09:11 +0100 |
commit | 69fb2b31b38c5267b5806d721e688d8f5b24eb67 (patch) | |
tree | 748a7d6a5dbb3ea6a3ad29c4581c4bf301b89f09 /cli/tests/070_location.ts | |
parent | 4b2df87c5440a653bffa181bd57964b6fcd01cfc (diff) |
upgrade: dlint in third_party/ (#9134)
Diffstat (limited to 'cli/tests/070_location.ts')
-rw-r--r-- | cli/tests/070_location.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/070_location.ts b/cli/tests/070_location.ts index 4eace257e..61256dcbc 100644 --- a/cli/tests/070_location.ts +++ b/cli/tests/070_location.ts @@ -1,5 +1,3 @@ -// TODO(nayeemrmn): Add `Location` and `location` to `dlint`'s globals. -// deno-lint-ignore-file no-undef console.log(Location); console.log(Location.prototype); console.log(location); |