From e0a6c2ae359b0f3d3a69aeeb19cf7f36d272d736 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 8 Aug 2025 09:47:08 +0200 Subject: [PATCH] chore: import order --- packages/docs/typedoc-markdown.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/typedoc-markdown.mjs b/packages/docs/typedoc-markdown.mjs index 9c1ea4f0..273b0249 100644 --- a/packages/docs/typedoc-markdown.mjs +++ b/packages/docs/typedoc-markdown.mjs @@ -1,9 +1,9 @@ // @ts-check import fs from 'node:fs/promises' import path from 'node:path' +import { fileURLToPath } from 'node:url' import { Application, TSConfigReader, PageEvent } from 'typedoc' -import { fileURLToPath } from 'node:url' const __dirname = path.dirname(fileURLToPath(import.meta.url)) /** @satisfies {Partial} */ -- 2.47.3