diff --git a/scripts/sync-webkit-source.ts b/scripts/sync-webkit-source.ts index 9e7eb2601f..425f85a4ff 100644 --- a/scripts/sync-webkit-source.ts +++ b/scripts/sync-webkit-source.ts @@ -1,5 +1,5 @@ -import { join, dirname } from "node:path"; import { existsSync } from "node:fs"; +import { dirname, join } from "node:path"; const bunRepo = dirname(import.meta.dir); const webkitRepo = join(bunRepo, "vendor/WebKit");