resolve_import_paths

Resolve import paths

Arguments

NameTypeDescriptionRequired

path_to_directory

string

The path to the directory. All files inside the directory will be processed recursively, except 'node_modules' directories, 'package.json', 'package-lock.json', and non-code files.

Returns

TypeDescription

string

The path to the directory.

Example

- name: resolve_import_paths
  arguments:
    path_to_directory: /some/path/to/directory
  returns: /some/path/to/directory

Last updated