Skip to content

Class: ProjectSourcePathError

Defined in: packages/core/src/project/paths.ts:11

Error raised when a project source path is not lexically root-confined.

Extends

  • Error

Constructors

Constructor

new ProjectSourcePathError(sourcePath, kind, message): ProjectSourcePathError

Defined in: packages/core/src/project/paths.ts:12

Parameters

sourcePath

string

kind

ProjectSourcePathKind

message

string

Returns

ProjectSourcePathError

Overrides

Error.constructor

Properties

kind

readonly kind: ProjectSourcePathKind

Defined in: packages/core/src/project/paths.ts:14


sourcePath

readonly sourcePath: string

Defined in: packages/core/src/project/paths.ts:13

Privacy | Terms