GetModelFromSourceOptions

API / @publicodes/tools / compilation / GetModelFromSourceOptions

type GetModelFromSourceOptions = object;

Defined in: compilation/getModelFromSource.ts:12

Options for the getModelFromSource function.

Type declaration

NameTypeDescriptionDefined in
ignore?string | string[]Pattern to match the source files to be ignored in the model.compilation/getModelFromSource.ts:14
logger?LoggerLogger object. (default: console)compilation/getModelFromSource.ts:18
verbose?booleanWhether to display verbose logs. (default: false)compilation/getModelFromSource.ts:16