Replying to @coderbyheart

You know which modules are "dynamically" loaded, so you can convert logic like
this at compile time to a static import construct as shown above, by iterating
over all your possible imports and generating the module loader.

That way you can use import with "dynamic" modules.

Mon, 23 Aug 2021 07:51:46 UTC