跳到主要内容
版本:0.7.x

ProjectConfigParser

@agros/config / ProjectConfigParser

Class: ProjectConfigParser

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ProjectConfigParser()

Defined in

project-config-parser.ts:48

Properties

defaultProjectConfig

Private defaultProjectConfig: ProjectConfig

Defined in

project-config-parser.ts:26


projectConfig

Private projectConfig: ProjectConfig

Defined in

project-config-parser.ts:46

Methods

getAlias

getAlias(): Record<string, string>

Returns

Record<string, string>

Defined in

project-config-parser.ts:102


getConfig

getConfig<T>(pathname?): T

Type parameters

Name
T

Parameters

NameType
pathname?string

Returns

T

Defined in

project-config-parser.ts:88


getEntry

getEntry(): string

Returns

string

Defined in

project-config-parser.ts:96