Skip to content

Use proper promises for everything

Lukas 'ai-pi' Eipert requested to merge leipert-promisify-everything into main

Purpose

Migrate to native fs/promise

Since a few node versions there are native promise functions for fs. Let's use them. Biggest benefit is removing some code.

Migrate copy utils to promises

This will help us unblock copying operations. By doing them async a lot of copying can be done in parallel.

Screenshots

N/A

Checklist

For a new icon and/or illustration:

For third-party trademarks:

Edited by Lukas 'ai-pi' Eipert

Merge request reports