(input_path: InputPath, root_dirs: PathId[], extensions: string[]): Promise<PossiblePath[]> Gets a list of possible source ids for each input path with extensions,
duplicating each under root_dirs, without checking the filesystem.
input_path
root_dirs
PathId[]extensions
string[]returns
Promise<PossiblePath[]>