mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
std: Move fs/path to the top-level (#3100)
This commit is contained in:
parent
99d8ac70db
commit
f51dcc12d7
57 changed files with 323 additions and 305 deletions
|
@ -5,8 +5,8 @@ import {
|
|||
assertThrows,
|
||||
assertThrowsAsync
|
||||
} from "../testing/asserts.ts";
|
||||
import * as path from "../path/mod.ts";
|
||||
import { emptyDir, emptyDirSync } from "./empty_dir.ts";
|
||||
import * as path from "./path/mod.ts";
|
||||
|
||||
const testdataDir = path.resolve("fs", "testdata");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue