build(deps-dev): apply updates
[poolifier.git] / typedoc.mjs
index b9f9cc9911f02ba4db340b427d32da9b244239d4..cc33cb68677865f7af0ce5577e2bc0adbbd33ad2 100644 (file)
@@ -1,11 +1,11 @@
+import { execSync } from 'node:child_process'
 import { copyFileSync, mkdirSync, readdirSync, rmSync } from 'node:fs'
 import { dirname, join } from 'node:path'
 import { fileURLToPath } from 'node:url'
 import { copyFileSync, mkdirSync, readdirSync, rmSync } from 'node:fs'
 import { dirname, join } from 'node:path'
 import { fileURLToPath } from 'node:url'
-import { execSync } from 'node:child_process'
 
 try {
   mkdirSync(join(dirname(fileURLToPath(import.meta.url)), 'tmp'), {
 
 try {
   mkdirSync(join(dirname(fileURLToPath(import.meta.url)), 'tmp'), {
-    recursive: true
+    recursive: true,
   })
   const markdownFiles = readdirSync(
     join(dirname(fileURLToPath(import.meta.url)), 'docs')
   })
   const markdownFiles = readdirSync(
     join(dirname(fileURLToPath(import.meta.url)), 'docs')
@@ -25,7 +25,7 @@ try {
   }
   rmSync(join(dirname(fileURLToPath(import.meta.url)), 'tmp'), {
     recursive: true,
   }
   rmSync(join(dirname(fileURLToPath(import.meta.url)), 'tmp'), {
     recursive: true,
-    force: true
+    force: true,
   })
 } catch (e) {
   console.error(e)
   })
 } catch (e) {
   console.error(e)