mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +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
|
@ -1,8 +1,8 @@
|
|||
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
||||
import { test } from "../testing/mod.ts";
|
||||
import { assertThrows, assertThrowsAsync } from "../testing/asserts.ts";
|
||||
import * as path from "../path/mod.ts";
|
||||
import { ensureDir, ensureDirSync } from "./ensure_dir.ts";
|
||||
import * as path from "./path/mod.ts";
|
||||
import { ensureFile, ensureFileSync } from "./ensure_file.ts";
|
||||
|
||||
const testdataDir = path.resolve("fs", "testdata");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue