Import statements in ES6 get treated as object when written as
import {SomeClass} form './some/path'
results in:
import {
SomeClass
}from
'./some/path
Happy to look into this but don't have the time to comb the source, I'd need some sort of pointing in the right direction. I suspect this wouldn't be too involved. I'd didn't noticed but export might be effected also.
Outside of that great little package (wait that sounded bad lol) thx for the hard work!!
Import statements in ES6 get treated as object when written as
results in:
Happy to look into this but don't have the time to comb the source, I'd need some sort of pointing in the right direction. I suspect this wouldn't be too involved. I'd didn't noticed but export might be effected also.
Outside of that great little package (wait that sounded bad lol) thx for the hard work!!