Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IRealNodeModulePathResolverOptions

IRealNodeModulePathResolverOptions interface

Arguments used to create a function that resolves symlinked node_modules in a path

Signature:

export interface IRealNodeModulePathResolverOptions 

Properties

Property

Modifiers

Type

Description

fs?

Partial<Pick<typeof nodeFs, 'lstatSync' | 'readlinkSync'>>

(Optional)

ignoreMissingPaths?

boolean

(Optional) If set to true, the resolver will not throw if part of the path does not exist.

path?

Partial<Pick<typeof nodePath, 'isAbsolute' | 'join' | 'resolve' | 'sep'>>

(Optional)