summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_fs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-09-18 14:54:52 +0100
committerGitHub <noreply@github.com>2024-09-18 13:54:52 +0000
commit3dd83fdbdba02bb59bc4af51f2ddcd8a85067398 (patch)
treeca585bb16ff45b499dde8b28c189edb2457b35d4 /ext/node/polyfills/_fs
parentbed46474b2d59b229bd85dbdec5b3d943c32f60f (diff)
Revert "feat(fmt): sort type-only named import/exports last" (#25705)
Reverts #25690 This was not an issue with the ts compiler anymore. Discussion here: https://github.com/dprint/dprint-plugin-typescript/pull/664#issuecomment-2357000053
Diffstat (limited to 'ext/node/polyfills/_fs')
-rw-r--r--ext/node/polyfills/_fs/_fs_access.ts2
-rw-r--r--ext/node/polyfills/_fs/_fs_chown.ts2
-rw-r--r--ext/node/polyfills/_fs/_fs_lchown.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/node/polyfills/_fs/_fs_access.ts b/ext/node/polyfills/_fs/_fs_access.ts
index 1a9041e30..b501bcbca 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 {
- makeCallback,
type CallbackWithError,
+ makeCallback,
} 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 3270095bf..56364109d 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 {
- makeCallback,
type CallbackWithError,
+ makeCallback,
} 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 50d777b53..8611c8021 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 {
- makeCallback,
type CallbackWithError,
+ makeCallback,
} from "ext:deno_node/_fs/_fs_common.ts";
import {
getValidatedPath,