mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +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,5 +1,5 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
import { unitTest, assertEquals } from "./test_util.ts";
|
||||
import { assertEquals, unitTest } from "./test_util.ts";
|
||||
|
||||
unitTest(function progressEventConstruct(): void {
|
||||
const progressEventDefs = new ProgressEvent("progressEventType", {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue