normalizePath
normalizePath(
this,p,noResolve?):string
Defined in: src/utils.ts:104
Internal
Normalizes a path
Parameters
Section titled “Parameters”unknown
PathLike
noResolve?
Section titled “noResolve?”boolean = false
Returns
Section titled “Returns”string
clean this up and make it so path.resolve is only called when an explicit context is passed (i.e. normalizePath(..., $) to use path.resolve)