In actual development, import is gradually replacing require. However, if you want to use dynamic loading with import, it forces the module to adopt asynchronous programming, resulting in a lot of async/await in the code.
What is the current progress of this proposal?