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

@ -9,11 +9,11 @@ import {
readVarnum,
sizeof,
varbig,
varbigBytes,
varnum,
varnumBytes,
writeVarbig,
writeVarnum,
varbigBytes,
varnumBytes,
} from "./binary.ts";
Deno.test("testGetNBytes", async function (): Promise<void> {