// @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))
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'
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'