resolve_import_paths
Resolve import paths
Arguments
Name
Type
Description
Required
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
Type
Description
string
The path to the directory.
Example
Last updated