CommonParseOptions is an interface that defines the properties needed in order to parse a file.

interface CommonParseOptions {
    filename?: string;
}

Hierarchy (view full)

Properties

Properties

filename?: string

filename (optional): A string value that is used to identify the file to be parsed.

Generated using TypeDoc