summaryrefslogtreecommitdiff
path: root/cli/tests/071_location_unset.ts
blob: 5c0518940aef19947eafb72c6198ac3329b74b73 (plain)
1
2
3
4
5
// 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);