콘텐츠로 이동

IdentifiedWorkspace

Defined in: core/src/workspace.ts:183

식별 단계 결과 — cwd/name/source 만 확정하고 config 로드는 보류.

loadIdentifiedConfig 로 후처리하면 config: UserConfig 가 채워진 build target 형태로 완성.

cwd: string

Defined in: core/src/workspace.ts:187

매칭/지정된 cwd 절대 경로.


inlineConfig: UserConfig | null

Defined in: core/src/workspace.ts:191

inline 인 경우 미리 알려진 config (name 필드는 제외). path/glob 는 null — 디스크에서 로드 필요.


name: string

Defined in: core/src/workspace.ts:185

워크스페이스 식별자 — --workspace=<name> 필터 키.


source: "inline" | "path" | "glob"

Defined in: core/src/workspace.ts:189

어떤 entry 형식에서 왔는지.