Open denizdogan opened 1 year ago
Hi @denizdogan,
It's a bug indeed, or rather a syntax that I didn't know existed. Thanks for reporting.
Why do you deconstruct the default
in your workaround?
import x from "...";
isn't properly transformed?
@garronej Just an old habit I guess, your version works too :)
It's not a big deal, but Denoify currently fails to detect/transform imports with the following structure:
This is easily fixed by doing:
But I think it should be considered a bug anyway.