SonarJS linter helper functions
    Preparing search index...

    Function getDependencies

    • Retrieve the dependencies of all the package.json files available for the given file.

      Parameters

      • filename: string

        context.filename

      • cwd: string

        working dir, will search up to that root

      Returns Set<string | Minimatch>