From 3dd83fdbdba02bb59bc4af51f2ddcd8a85067398 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 18 Sep 2024 14:54:52 +0100 Subject: 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 --- ext/node/polyfills/https.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/node/polyfills/https.ts') diff --git a/ext/node/polyfills/https.ts b/ext/node/polyfills/https.ts index c95db6aa2..f60c5e471 100644 --- a/ext/node/polyfills/https.ts +++ b/ext/node/polyfills/https.ts @@ -13,7 +13,7 @@ import { } from "node:http"; import { Agent as HttpAgent } from "node:_http_agent"; import { createHttpClient } from "ext:deno_fetch/22_http_client.js"; -import { ServerImpl as HttpServer, type ServerHandler } from "node:http"; +import { type ServerHandler, ServerImpl as HttpServer } from "node:http"; import { validateObject } from "ext:deno_node/internal/validators.mjs"; import { kEmptyObject } from "ext:deno_node/internal/util.mjs"; import { Buffer } from "node:buffer"; -- cgit v1.2.3