From a14e9f55b4efc39689e1cc76b44bc6c1be51efa5 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 17 Sep 2024 18:26:23 +0100 Subject: feat(fmt): sort type-only named import/exports last (#25690) Closes #22583 --- ext/node/polyfills/_fs/_fs_access.ts | 2 +- ext/node/polyfills/_fs/_fs_chown.ts | 2 +- ext/node/polyfills/_fs/_fs_lchown.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/node/polyfills/_fs') diff --git a/ext/node/polyfills/_fs/_fs_access.ts b/ext/node/polyfills/_fs/_fs_access.ts index b501bcbca..1a9041e30 100644 --- a/ext/node/polyfills/_fs/_fs_access.ts +++ b/ext/node/polyfills/_fs/_fs_access.ts @@ -4,8 +4,8 @@ // deno-lint-ignore-file prefer-primordials import { - type CallbackWithError, makeCallback, + type CallbackWithError, } from "ext:deno_node/_fs/_fs_common.ts"; import { fs } from "ext:deno_node/internal_binding/constants.ts"; import { codeMap } from "ext:deno_node/internal_binding/uv.ts"; diff --git a/ext/node/polyfills/_fs/_fs_chown.ts b/ext/node/polyfills/_fs/_fs_chown.ts index 56364109d..3270095bf 100644 --- a/ext/node/polyfills/_fs/_fs_chown.ts +++ b/ext/node/polyfills/_fs/_fs_chown.ts @@ -4,8 +4,8 @@ // deno-lint-ignore-file prefer-primordials import { - type CallbackWithError, makeCallback, + type CallbackWithError, } from "ext:deno_node/_fs/_fs_common.ts"; import { getValidatedPath, diff --git a/ext/node/polyfills/_fs/_fs_lchown.ts b/ext/node/polyfills/_fs/_fs_lchown.ts index 8611c8021..50d777b53 100644 --- a/ext/node/polyfills/_fs/_fs_lchown.ts +++ b/ext/node/polyfills/_fs/_fs_lchown.ts @@ -4,8 +4,8 @@ // deno-lint-ignore-file prefer-primordials import { - type CallbackWithError, makeCallback, + type CallbackWithError, } from "ext:deno_node/_fs/_fs_common.ts"; import { getValidatedPath, -- cgit v1.2.3