Closed pedrotainha closed 2 months ago
I added tests and fixed the transform logic. The export ... from
statement should NOT be transformed to import { id } from
and export { id }
. We shouldn't occupy extra identifiers.
Could you please review my changes again?
Merging since no response.
This PR fixes the parse of files that contain named exports directly from a source file.
closes #45