mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
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
This commit is contained in:
parent
bed46474b2
commit
3dd83fdbdb
10 changed files with 12 additions and 12 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue