mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
chore: upgrade to dprint 0.39 (#19768)
This commit is contained in:
parent
e4870d84be
commit
f3095b8d31
23 changed files with 148 additions and 70 deletions
|
@ -30,7 +30,10 @@ const previewEntries = (iter, isKeyValue) => {
|
|||
};
|
||||
import { Buffer } from "node:buffer";
|
||||
const { isBuffer } = Buffer;
|
||||
import { formatWithOptions, inspect } from "ext:deno_node/internal/util/inspect.mjs";
|
||||
import {
|
||||
formatWithOptions,
|
||||
inspect,
|
||||
} from "ext:deno_node/internal/util/inspect.mjs";
|
||||
import {
|
||||
isMap,
|
||||
isMapIterator,
|
||||
|
@ -44,7 +47,10 @@ import {
|
|||
CHAR_LOWERCASE_N as kTraceInstant,
|
||||
CHAR_UPPERCASE_C as kTraceCount,
|
||||
} from "ext:deno_node/internal/constants.ts";
|
||||
import { clearScreenDown, cursorTo } from "ext:deno_node/internal/readline/callbacks.mjs";
|
||||
import {
|
||||
clearScreenDown,
|
||||
cursorTo,
|
||||
} from "ext:deno_node/internal/readline/callbacks.mjs";
|
||||
import cliTable from "ext:deno_node/internal/cli_table.ts";
|
||||
const kCounts = Symbol("counts");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue