Skip to content

ES6 Import Format Not Respected #65

@origin1tech

Description

@origin1tech

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions