33 std::filesystem::path project_root,
34 gsl::not_null<const TextFormatter *> format,
35 gsl::not_null<const UserDiagnostics *> diag)
36 : project_root_{std::move(project_root)}, format_{format}, diag_{diag}
40 [[nodiscard]]
bool exists(
const std::string &tileset_name)
const override;
86 std::filesystem::path project_root_;
91 mutable bool metadata_parsed_{
false};
92 mutable std::map<std::string, ProjectTilesetMetadata> tileset_metadata_;
95 mutable bool artifact_paths_parsed_{
false};
96 mutable std::map<std::string, ProjectTilesetArtifactPaths> tileset_artifact_paths_;
A result type that maintains a chainable sequence of errors for debugging and error reporting.
Abstract base class for applying text styling with context-aware formatting.
Abstract class for structured error reporting and diagnostic output.