/** * Integration tests for structural/index.ts * * `tryStructuralMergeResolve` requires web-tree-sitter (optional peer), * which is not installed in the test environment. * * These tests verify: * - Graceful degradation when web-tree-sitter is absent (returns null). * - The `isTypeScriptFile` / `isStructuralLanguage` guards. * - `wrapStructuralResult` produces a valid MergeResult. * - `reconstructVersions` (via the public API) extracts ours/theirs correctly. */ export {}; //# sourceMappingURL=structural-index.test.d.ts.map