AxonCore icon indicating copy to clipboard operation
AxonCore copied to clipboard

ES6 named import support

Open Khaaz opened this issue 3 years ago • 2 comments

Add ES6 modules support alongside require. Currently there is no way to use named import. We need to add support for this while we wait for node 14 LTS

Khaaz avatar Oct 07 '20 06:10 Khaaz

May i do this?

JamiuJimoh avatar Oct 07 '20 13:10 JamiuJimoh

Sure! Make sure to test it so we can use commonJS require, node 14 import/export and import/export with esm. The latter should most likely work if require does. If you have any question, you can join our discord server here.

Khaaz avatar Oct 07 '20 13:10 Khaaz