public parse(content: string | null | undefined, options?: ConfigurationParseOptions): void {
const raw = this.doParseContent(content);
this.parseRaw(raw, options);
}
}
public reparse(options: ConfigurationParseOptions): void {