pub fn analyze(
files: &[WorkspaceFile],
preview_features: &PreviewFeatures,
target: &Target,
) -> AnalysisResultExpand description
Compile the given workspace files via the frontend and return diagnostics + an optional successful snapshot.