Igor Gatis

Results 21 comments of Igor Gatis

Here is a workaround: ```ts postBuild: async () => { async function processDirectory(dirPath: string) { console.log("[dnt] Fixing imports under", dirPath); for await (const entry of Deno.readDir(dirPath)) { const fullPath =...