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:
parent
4b2df87c54
commit
69fb2b31b3
4 changed files with 1 additions and 7 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue