| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IRealNodeModulePathResolverOptions
Arguments used to create a function that resolves symlinked node_modules in a path
Signature:
export interface IRealNodeModulePathResolverOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Partial<Pick<typeof nodeFs, 'lstatSync' | 'readlinkSync'>> |
(Optional) | ||
|
boolean |
(Optional) If set to true, the resolver will not throw if part of the path does not exist. | ||
|
Partial<Pick<typeof nodePath, 'isAbsolute' | 'join' | 'resolve' | 'sep'>> |
(Optional) |