feat(fmt): Sort named import and export specifiers (#7711)

This commit is contained in:
David Sherret 2020-09-27 06:22:32 -04:00 committed by GitHub
parent c28757f379
commit df02e31507
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
170 changed files with 296 additions and 310 deletions

View file

@ -1,5 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { unitTest, assert, assertEquals } from "./test_util.ts";
import { assert, assertEquals, unitTest } from "./test_util.ts";
import { concat } from "../../../std/bytes/mod.ts";
import { decode } from "../../../std/encoding/utf8.ts";