mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
feat(fmt): Sort named import and export specifiers (#7711)
This commit is contained in:
parent
c28757f379
commit
df02e31507
170 changed files with 296 additions and 310 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue