Skip to content

does not refactor *.d.ts files after moving #32

Description

@amirhossein1414

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);
} 

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