mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

Support multiline import write

Open pi0 opened this issue 2 years ago • 2 comments

Ref: #17 #19

We shall use mlly findImport, findExports for more stable syntax detection.

pi0 avatar Dec 14 '21 14:12 pi0

@manzt Sorry had to revert your changes because of edge cases for imports like import { createSSRApp, createApp, nextTick } from 'vue' not being handled.

Will add back fix soon :)

pi0 avatar Dec 14 '21 14:12 pi0

Totally fine! Thanks for pinging me. Looking forward to the robust fix!

manzt avatar Dec 14 '21 14:12 manzt

An alternative fix was merged (#120). Trying locally there seems less edge cases let's do this if needed

pi0 avatar Jul 18 '23 15:07 pi0