mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 14:41:15 +00:00
Remove os.userHomeDir in favor of Deno.homeDir (denoland/deno_std#523)
Original: 88b4894579
This commit is contained in:
parent
9a01d6455e
commit
c08a27de9a
4 changed files with 0 additions and 51 deletions
1
test.ts
1
test.ts
|
@ -24,7 +24,6 @@ import "./util/test.ts";
|
|||
import "./uuid/test.ts";
|
||||
import "./ws/test.ts";
|
||||
import "./encoding/test.ts";
|
||||
import "./os/test.ts";
|
||||
|
||||
import { xrun } from "./prettier/util.ts";
|
||||
import { red, green } from "./colors/mod.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue