From: Eduardo San Martin Morote Date: Fri, 8 Aug 2025 07:47:08 +0000 (+0200) Subject: chore: import order X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0a6c2ae359b0f3d3a69aeeb19cf7f36d272d736;p=thirdparty%2Fvuejs%2Frouter.git chore: import order --- 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} */