X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=typedoc.mjs;h=86f160da4960b68f9ec2c39a5b053ae14354372a;hb=506aa7e01327bca3baca273d51a698c3c8869fab;hp=b9f9cc9911f02ba4db340b427d32da9b244239d4;hpb=fef029a52aacd3063ba882834ce58527600009ca;p=poolifier.git diff --git a/typedoc.mjs b/typedoc.mjs index b9f9cc99..86f160da 100644 --- a/typedoc.mjs +++ b/typedoc.mjs @@ -1,7 +1,7 @@ +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 { execSync } from 'node:child_process' try { mkdirSync(join(dirname(fileURLToPath(import.meta.url)), 'tmp'), {