mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +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
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue