kristijanhusak/vim-js-file-import

Incorrect import for files with names ending with `index`

Closed this issue · 3 comments

While trying to import from ./helpers/get-next-index.js produces import { getNextIndex } from "./helpers", but expected import { getNextIndex } from "./helpers/get-next-index".

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Should be fixed now. Thanks for reporting.