Share via


PercentPathResolver class

A path resolver that resolves paths starting with a percent sign ('%') to the 'class.' namespace.

Extends

Constructors

PercentPathResolver()

Initializes a new instance of the PercentPathResolver class. This resolver maps paths starting with '%' to the 'class.' namespace.

Inherited Methods

transformPath(string)

Transforms the path.

Constructor Details

PercentPathResolver()

Initializes a new instance of the PercentPathResolver class. This resolver maps paths starting with '%' to the 'class.' namespace.

new PercentPathResolver()

Inherited Method Details

transformPath(string)

Transforms the path.

function transformPath(path: string): string

Parameters

path

string

Path to inspect.

Returns

string

The transformed path.

Inherited From AliasPathResolver.transformPath