pub fn validate_multi_file(
files: JsValue,
entry_point: &str,
) -> Result<JsValue, JsError>Expand description
Validate multiple Beancount files with include resolution.
Similar to parseMultiFile, but also runs validation.
Returns a ValidationResult indicating whether the ledger is valid.