summaryrefslogtreecommitdiff
path: root/prettier/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'prettier/main.ts')
-rwxr-xr-xprettier/main.ts11
1 files changed, 1 insertions, 10 deletions
diff --git a/prettier/main.ts b/prettier/main.ts
index 435206dcd..70c225086 100755
--- a/prettier/main.ts
+++ b/prettier/main.ts
@@ -2,16 +2,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
// This script formats the given source files. If the files are omitted, it
// formats the all files in the repository.
-import {
- args,
- platform,
- readAll,
- lstat,
- exit,
- run,
- readFile,
- writeFile
-} from "deno";
+const { args, platform, readAll, lstat, exit, run, readFile, writeFile } = Deno;
import { xrun } from "./util.ts";
import { parse } from "../flags/mod.ts";
import { prettier, prettierPlugins } from "./prettier.ts";