chore: small cleanup of scripts in ./tools and run copyright checker in lint.js (#17393)

This commit is contained in:
David Sherret 2023-01-13 13:42:15 -05:00 committed by GitHub
parent 377f593273
commit 3d423e114e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 121 additions and 153 deletions

View file

@ -1,3 +1,5 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
import { dirname, fromFileUrl, join } from "../../test_util/std/path/mod.ts";
import { expandGlobSync } from "../../test_util/std/fs/mod.ts";