Closed timhall closed 9 years ago
Updates findImportsAndExports to use next comment or node after imports, whichever is closest. Previously, it only looked for the next node after import, removing any comments that occurred in between.
findImportsAndExports
Fixes #187
Thanks!
Updates
findImportsAndExports
to use next comment or node after imports, whichever is closest. Previously, it only looked for the next node after import, removing any comments that occurred in between.Fixes #187