Skip to content
Type

SourceRequest

A request for a Source at the given path.

ts
type SourceRequest = {
	path: FilePath;
	isRoot: boolean;
};

See FilePath.

Used by

Properties

path

ts
path: FilePath;

The requested file path.

See FilePath.

isRoot

ts
isRoot: boolean;

Whether the requested file is the root file.

Released under the Mozilla Public License 2.0.