Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove os.userHomeDir in favor of Deno.homeDir #523

Merged
merged 1 commit into from
Jul 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove os.userHomeDir in favor of Deno.homeDir
  • Loading branch information
ekaragodin committed Jun 25, 2019
commit 9e845fd01b98512b9628ffe0348f75c27d0bf4b6
16 changes: 0 additions & 16 deletions os/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions os/mod.ts

This file was deleted.

8 changes: 0 additions & 8 deletions os/test.ts

This file was deleted.

1 change: 0 additions & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import "./textproto/test.ts";
import "./util/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";
Expand Down