mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore(tools): use local std in wpt utils (#11644)
This commit is contained in:
parent
57aea228e8
commit
b1799e6771
@ -1,7 +1,7 @@
|
||||
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
||||
/// FLAGS
|
||||
|
||||
import { parse } from "https://deno.land/std@0.84.0/flags/mod.ts";
|
||||
import { parse } from "../../test_util/std/flags/mod.ts";
|
||||
import { join, resolve, ROOT_PATH } from "../util.js";
|
||||
|
||||
export const {
|
||||
|
Loading…
Reference in New Issue
Block a user