move-ts icon indicating copy to clipboard operation
move-ts copied to clipboard

does not refactor *.d.ts files after moving

Open amirhossein1414 opened this issue 4 years ago • 0 comments

After moving type.d.ts files inline imports wasn't refactored. This is my class that was untouched after moving.

declare class MapboxDraw {
    onAdd(map: import('../../../../node_modules/mapbox-gl').Map): HTMLElement;
    onRemove(map: import('../../../../node_modules/mapbox-gl').Map): any;
    changeMode(mode: import('./mapbox-drawer.model').MapBoxDrawModes, options?: Object);
} 

amirhossein1414 avatar Apr 22 '20 13:04 amirhossein1414