]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
style: fix
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 14 Apr 2025 07:30:44 +0000 (09:30 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 14 Apr 2025 07:30:44 +0000 (09:30 +0200)
packages/docs/typedoc-markdown.mjs
packages/router/size-checks/rollup.config.mjs
scripts/check-size.mjs

index 02cd0ae065e3f96653dd392e29a8ed301eed9de4..3c84b4e3302d04f1e422db52d709d63933a170e4 100644 (file)
@@ -1,7 +1,7 @@
 // @ts-check
 import fs from 'node:fs/promises'
 import path from 'node:path'
-import {fileURLToPath} from 'node:url'
+import { fileURLToPath } from 'node:url'
 import { Application, PageEvent, TSConfigReader } from 'typedoc'
 
 const __dirname = path.dirname(fileURLToPath(import.meta.url))
index 73485959acb4f3c2750144c2b3d542dc2ffcb4f0..28e8d81550f1279290d43a7eb47bc54395199f8f 100644 (file)
@@ -1,5 +1,5 @@
 import path from 'node:path'
-import {fileURLToPath} from 'node:url'
+import { fileURLToPath } from 'node:url'
 import ts from 'rollup-plugin-typescript2'
 import replace from '@rollup/plugin-replace'
 import resolve from '@rollup/plugin-node-resolve'
index 22d62db7d19d354402796352fb38ac6b53bb74e9..e681b5558f2ab114c4d86e5a7b280cb2e3d272b1 100644 (file)
@@ -1,6 +1,6 @@
 import fs from 'node:fs/promises'
 import path from 'node:path'
-import {fileURLToPath} from 'node:url'
+import { fileURLToPath } from 'node:url'
 import chalk from 'chalk'
 import { gzipSync } from 'zlib'
 import { compress } from 'brotli'