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,10 +1,10 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import {
unitTest,
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
unitTest,
} from "./test_util.ts";
unitTest({ perms: { write: true } }, function makeTempDirSyncSuccess(): void {