Skip to content

Handle case when compiled *.d.ts is nearby #9

@wclr

Description

@wclr

It would be nice if move-ts could handle following case when compiled versions are nearby with the source:

some-file.ts --> moving this
some-file.d.ts
some-file.js

after moving some-file.ts references in other files do not change, probably because there is no error and it is importing now some-file.d.ts, which is probably not desirable in such cases.

Maybe it should move compiled versions with .ts file, maybe to ask about it or add an option if not introduce this behavior by default.

Current workaround would be to remove .d.ts/js before ts-move

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions