mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: update std submodule and its imports (#17408)
This commit is contained in:
parent
8f321a8a39
commit
7683ba5e90
15 changed files with 42 additions and 50 deletions
|
@ -1,9 +1,5 @@
|
|||
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
||||
import {
|
||||
Buffer,
|
||||
BufReader,
|
||||
BufWriter,
|
||||
} from "../../../test_util/std/io/buffer.ts";
|
||||
import { Buffer, BufReader, BufWriter } from "../../../test_util/std/io/mod.ts";
|
||||
import { TextProtoReader } from "../testdata/run/textproto.ts";
|
||||
import { serve, serveTls } from "../../../test_util/std/http/server.ts";
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue