0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

upgrade: dlint in third_party/ (#9134)

This commit is contained in:
Bartek Iwańczuk 2021-01-16 16:09:11 +01:00 committed by GitHub
parent 4b2df87c54
commit 69fb2b31b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 7 deletions

View file

@ -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);

View file

@ -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);

View file

@ -660,8 +660,6 @@ Deno.test({
Deno.test({
name: "worker with relative specifier",
fn: async function (): Promise<void> {
// TODO(nayeemrmn): Add `Location` and `location` to `dlint`'s globals.
// deno-lint-ignore no-undef
assertEquals(location.href, "http://127.0.0.1:4545/cli/tests/");
const promise = deferred();
const w = new Worker(

@ -1 +1 @@
Subproject commit 586fb6a2c7384e27fd623d3cb140944563a39662
Subproject commit 281777cb3e46ca8fefb6f96177d9acd8e82e662f