mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore: upgrade internal deno_std to 0.160 (#16333)
This commit is contained in:
parent
204c46dcc1
commit
74be01273c
11 changed files with 206 additions and 41 deletions
|
@ -20,7 +20,7 @@ export {
|
|||
export { deferred } from "../../../test_util/std/async/deferred.ts";
|
||||
export type { Deferred } from "../../../test_util/std/async/deferred.ts";
|
||||
export { delay } from "../../../test_util/std/async/delay.ts";
|
||||
export { readLines } from "../../../test_util/std/io/bufio.ts";
|
||||
export { readLines } from "../../../test_util/std/io/buffer.ts";
|
||||
export { parse as parseArgs } from "../../../test_util/std/flags/mod.ts";
|
||||
|
||||
export function pathToAbsoluteFileUrl(path: string): URL {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue