X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fpool.ts;h=3d9d9e6f482723cdb634e98bd02a9bbd46df3314;hb=d4764531d5686dac533579550ded46eff4c880e1;hp=93774422b4500459715ec236c136c1601f13add4;hpb=01d8fcafdb3acd89501cf97e03e8a44198a45eb4;p=poolifier.git diff --git a/examples/typescript/pool.ts b/examples/typescript/pool.ts index 93774422..3d9d9e6f 100644 --- a/examples/typescript/pool.ts +++ b/examples/typescript/pool.ts @@ -1,5 +1,5 @@ -import { dirname, extname, join } from 'path' -import { fileURLToPath } from 'url' +import { dirname, extname, join } from 'node:path' +import { fileURLToPath } from 'node:url' import type { MyData, MyResponse } from './worker' import { DynamicThreadPool,