Skip to content

Wrap LanguageService.organizeImports #294

Closed
@dsherret

Description

@dsherret
Owner

This is new in TS 2.8. It would be cool to wrap this and then people could do:

for (const sourceFile of project.getSourceFiles())
    sourceFile.organizeImports();

I'll most likely push this to version 10.1.

Activity

added this to the Version 10 milestone on Mar 27, 2018
added 2 commits that reference this issue on Mar 29, 2018

feat: #294 - Wrap languageService.organizeImports(...).

feat: #294 - Add sourceFile.organizeImports()

added 2 commits that reference this issue on May 14, 2019

feat: #294 - Wrap languageService.organizeImports(...).

feat: #294 - Add sourceFile.organizeImports()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dsherret

        Issue actions

          Wrap LanguageService.organizeImports · Issue #294 · dsherret/ts-morph