Function getPackagesByFiles

  • Given a list of files, finds all packages names that contain those files

    Parameters

    • workspaceRoot: string

      The root of the workspace

    • files: string[]

      files to search for

    • ignoreGlobs: string[] = []

      glob patterns to ignore

    • returnAllPackagesOnNoMatch: boolean = false

      if true, will return all packages if no matches are found

    Returns string[]

    package names that have changed

Generated using TypeDoc