#786·debug

Use ESModules instead of module.exports

Author: jehonCreated Oct 6, 2020Updated Aug 12, 2025

Today, debug use module.exports facility. But nodejs and browser can support import / export notation, aka es6 modules. While preparing the v5, why not going into that mode? #656 ?